New issue by Eluminae on void-packages repository https://github.com/void-linux/void-packages/issues/31922 Description: Hello there, I had a working setup with Vulkan some monthes ago and I now got issues: ``` $ vulkaninfo WARNING: [Loader Message] Code 0 : terminator_CreateInstance: Failed to CreateInstance in ICD 0. Skipping ICD. Cannot create Vulkan instance. This problem is often caused by a faulty installation of the Vulkan driver or attempting to use a GPU that does not support Vulkan. ERROR at ../vulkaninfo/vulkaninfo.h:666:vkCreateInstance failed with ERROR_INCOMPATIBLE_DRIVER ``` I'v followed https://docs.voidlinux.org/config/graphical-session/graphics-drivers/amd.html Here is my packages : ``` $ sudo xbps-query -l | grep amd ii amdvlk-2021.Q2.6_2 AMD Open Source Driver For Vulkan ii amdvlk-32bit-2021.Q2.6_2 AMD Open Source Driver For Vulkan (32bit) ii linux-firmware-amd-20210511_1 Binary firmware blobs for the Linux kernel - AMD CPU/GPU microcode ii xf86-video-amdgpu-19.1.0_2 Xorg AMD Radeon RXXX video driver (amdgpu kernel module) $ sudo xbps-query -l | grep vulkan ii vulkan-loader-1.2.178_1 Vulkan Installable Client Driver (ICD) loader ii vulkan-loader-32bit-1.2.178_1 Vulkan Installable Client Driver (ICD) loader (32bit) $ sudo xbps-query -l | grep vulkan ii vulkan-loader-1.2.178_1 Vulkan Installable Client Driver (ICD) loader ii vulkan-loader-32bit-1.2.178_1 Vulkan Installable Client Driver (ICD) loader (32bit) ``` Radeontop seems to works and display my GPU informations. Does anyone can help me ? ``` $ uname -ra Linux terminator 5.12.14_1 #1 SMP 1625102948 x86_64 GNU/Linux ```