https://bugs.kde.org/show_bug.cgi?id=499882
--- Comment #72 from Villemur Clément <villemurclem...@gmail.com> --- (In reply to Oleg Gorobets from comment #71) > So OpenGL looks good, it correctly detects the GPU. Then llvmpipe must be > coming from Vulkan. But your GPU is from 2008, it doesn't even have Vulkan > support. I wonder if you have any Vulkan drivers installed (vulkan-radeon, > amdvlk or something similar)? Also, can you run vulkaninfo? What is the > output from vulkaninfo | grep "GPU id :" ? I think you're right about llvmpipe coming from Vulkan. I had (and maybe still have) the same problem with an Intel HD 3000 (doesn't support Vulkan either). rpm -qa |grep vulkan vulkan-loader-1.4.313.0-1.fc42.x86_64 vulkan-tools-1.4.313.0-1.fc42.x86_64 mesa-vulkan-drivers-25.1.9-1.fc42.x86_64 rpm -qa |grep amd amd-gpu-firmware-20250808-1.fc42.noarch amd-ucode-firmware-20250808-1.fc42.noarch vulkaninfo | grep "GPU id :" WARNING: [../src/amd/vulkan/radv_physical_device.c:2041] Code 0 : Device '/dev/dri/renderD128' is not using the AMDGPU kernel driver: Invalid argument (VK_ERROR_INCOMPATIBLE_DRIVER) GPU id : 0 (llvmpipe (LLVM 20.1.8, 128 bits)) [VK_KHR_xcb_surface, VK_KHR_xlib_surface]: GPU id : 0 (llvmpipe (LLVM 20.1.8, 128 bits)) [VK_KHR_wayland_surface]: -- You are receiving this mail because: You are watching all bug changes.