I’ve followed the guide on this site.
https://linuxconfig.org/install-and-test-vulkan-on-linux
I am running the latest kernel v4.19.2
When I run the command in bash
$ vulkaninfo | less
The following gets returned.
ERROR: [Loader Message] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_intel.so: wrong ELF class: ELFCLASS32
ERROR: [Loader Message] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_radeon.so: wrong ELF class: ELFCLASS32
/build/vulkan-Kbdbga/vulkan-1.1.70+dfsg1/demos/vulkaninfo.c:2700: failed with VK_ERROR_INITIALIZATION_FAILED
(END)
Any ideas on what could be preventing vulkan from working on my system? I have been working on this for almost a full day now goodness…