Need help with Vulkan on Debian
by MaxFilip from LinuxQuestions.org on (#58066)
Hi!
I'm of course really new to Linux and I'm running it on a chromebook via the built-in functionality, the system is a Debian 10. I have a Intel(R) Core(TM) i3-8130U CPU which supports Vulkan functionality. I have installed the mesa-vulkan-drivers and when I input "vulkaninfo" in the terminal I get this output:
-------
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
==========
VULKANINFO
==========
Vulkan Instance Version: 1.1.97
/build/vulkan-tools-6bmpQy/vulkan-tools-1.1.97+dfsg1/vulkaninfo/vulkaninfo.c:3845: failed with VK_ERROR_INITIALIZATION_FAILED
--------
After this point I am unsure what to do exactly. While googling seem to indicate some issue with GPU drivers I am running an integrated intel GPU, which complicates the issue. I have tried following the directions on https://wiki.debian.org/GraphicsCard to get updated drivers and I have also installed a decent chunk of firmware (seemed like one needed that for the intel CPUs)
Any help would be greatly appreciated and I'll gladly fetch more information if you need it! (New so I'm not sure what info exactly to post)
Thanks!


I'm of course really new to Linux and I'm running it on a chromebook via the built-in functionality, the system is a Debian 10. I have a Intel(R) Core(TM) i3-8130U CPU which supports Vulkan functionality. I have installed the mesa-vulkan-drivers and when I input "vulkaninfo" in the terminal I get this output:
-------
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
==========
VULKANINFO
==========
Vulkan Instance Version: 1.1.97
/build/vulkan-tools-6bmpQy/vulkan-tools-1.1.97+dfsg1/vulkaninfo/vulkaninfo.c:3845: failed with VK_ERROR_INITIALIZATION_FAILED
--------
After this point I am unsure what to do exactly. While googling seem to indicate some issue with GPU drivers I am running an integrated intel GPU, which complicates the issue. I have tried following the directions on https://wiki.debian.org/GraphicsCard to get updated drivers and I have also installed a decent chunk of firmware (seemed like one needed that for the intel CPUs)
Any help would be greatly appreciated and I'll gladly fetch more information if you need it! (New so I'm not sure what info exactly to post)
Thanks!