Hello. Sorry if anything is missing, I’m not really sure what to include and fairly new to Linux.
I’ve been meaning to try gaming on Linux and went with openSUSE Tumbleweed as I was happy with it on my old laptop and never had issues.
However, it appears there’s an issue with the GPU configuration. I cannot launch games using the dedicated GPU. As a result, they default to integrated graphics and more graphic-intensive games become unplayable (97% CPU usage on every core, <1 fps). Forcing them to use the dedicated GPU at launch simply prevents them from even starting.
The GPU is detected by openSUSE as it shows up under System Settings > About this System. Not sure what else to check.
I read online about vulkaninfo : the GPU does not show up. vkcube defaults to the CPU.
I’m honestly lost as to where to even begin to troubleshoot this. Sorry if this post is a mess.
Here are the details from the “About this System” page :
Please post output of inxi -Gaz in preformatted text ( </> in the editor ).
If I were you I would , from the login screen, pick the Plasma Wayland session.
Actually, thanks to you, I was able to fix it on my own. I read through the output and it seems the issue was only with Vulkan. So I looked it up and it seems I was missing libvulkan_radeon, I only had libvulkan_radeon-32bit installed for some reason. I can’t believe it was that simple.