Are Radeon cards supported on Linux? #2813
-
I wrote a small pong game based on the pong example, which I test on a Linux machine. Running it on an Nvidia card (proprietary drivers), there's no problem. Running it on a Radeon card (RX 6600 XT, amdgpu-pro drivers), there are graphical issues. Is it expected that a Bevy-based game runs the same way? When starting on Radeon, I see:
but it's not obvious (to me) if this is relevant or not. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
This seems to be a problem with drivers amd drivers no implementing all vulkan features on linux, based on my search |
Beta Was this translation helpful? Give feedback.
-
Switch to regular amdgpu (non-pro) drivers. They work great |
Beta Was this translation helpful? Give feedback.
This seems to be a problem with drivers amd drivers no implementing all vulkan features on linux, based on my search