Oh it looks like you are using the radeon kernel driver so you aren’t even using radv, only llvmpipe software rendering for vulkan. GCN 1.x and 2.x gpus can use either the radeon or amdgpu driver, radeon is what is used by default though that limits you to opengl only. It is what is used by default by the kernel and most distros due to the amdgpu driver lacking support for some output/video decoding features (not sure what exactly.)
I tested using amdgpu as that is what you normally want to use on these gpus so you get vulkan support and I believe it also tends to perform better.
You need to add some kernel parameters if you want to switch:
That said, there shouldn’t be graphical issues happening in any case but it’s probably useful info to see if the same issue occurs if using amdgpu
I want to avoid waiting a long time (maybe the dude there got busy), so I have to ask here:
I have NO IDEA what the dude is talking about, I only got “there are two GPU Drivers available, you should try swap the one you are using”. AS YOU CAN SEE in the post the instructions given to me didn’t work, so I need appropiate ones.
If you wanted to limit the change to only one kernel you could change the --update-kernel argument to be the path of the kernel you’d like to update.
i.e. --update-kernel=/boot/vmlinuz-6.14.8-300.fc42.x86_64
you can also take a look at man grubby for additional information on the command.
The kernel arguments are from the original post and are also documented here
Now I am tired and don’t have the computer at hand. No matter. It’s not of immediate importance to solve the issue, I just want to have “the steps” defined and detailed before I get a chance to work on that PC.