When I test my Flatpak (runtime-version: “47”, sdk: org.gnome.Sdk) in a terminal I get this error:
python3:2): Gdk-WARNING **: 10:33:14.340: Vulkan: …/src/amd/vulkan/radv_physical_device.c:2036: Device ‘/dev/dri/renderD128’ is not using the AMDGPU kernel driver: Invalid argument (VK_ERROR_INCOMPATIBLE_DRIVER)
ChatGPT says:
This error is related to Vulkan, a graphics API, and indicates a problem with the compatibility between your AMD GPU driver and Vulkan…
It gives a lot of suggestions which end with editing Grub - that’s all a bit much for me, so I’m hoping for a simple answer.
What is your GPU? (lspci | grep -i vga
)
chris@UNKNOWN:~$ lspci | grep -i vga
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV730 XT [Radeon HD 4670]
My monitor is plugged into a DVI card though.
This is a recent error, I upgraded the Flatpak recently and can’t remember seeing the error before.
[edit]Looks like this has been closed without explanation. So I’ll add the update in this post:
This all used to work perfectly. All I’d done was to do the latest Fedora upgrades and upgrade the Flatpak to runtime-version: “47” sdk: org.gnome.Sdk.
I’ve gone back to runtime-version: “47”and the error has gone. I hope the problem with Flatpak runtime 47 is fixed before 45 goes out-of-date.