Vulkaninfo amdgpu on -current
by ernie young from LinuxQuestions.org on (#57MTF)
Hello,
I ran vulkaninfo on both user & root and get the same error:Code:vulkaninfo
ERROR: [Loader Message] Code 0 : /usr/lib/libvulkan_radeon.so: wrong ELF class: ELFCLASS32
ERROR: [Loader Message] Code 0 : /usr/lib/libvulkan_intel.so: wrong ELF class: ELFCLASS32
ERROR at /tmp/Vulkan-Tools-sdk-1.2.141.0/vulkaninfo/vulkaninfo.h:240:vkEnumerateInstanceExtensionProperties failed with ERROR_INITIALIZATION_FAILED I have looked at other information of people going through the same thing but I feel that I am missing something subtle. I tried appending Quote:
to my elilo.conf but it disappears after rebooting (I had a generic kernel but it was erased when I ran eliloconfig previously; will work on this after I resolve this issue). I noticed that from /var/log/Xorg.0.log there's no amdgpu.
In addition, I tried setting up /modprod./amdgpu.conf (quote above) & Code:echo "blacklist radeon" > /etc/modprobe.d/blacklist.radeon.conffrom these websites respectively:
https://www.linuxquestions.org/quest...pu-4175639096/
https://www.linuxquestions.org/quest...el-4175543839/
Thank you in advance for any help provided.


I ran vulkaninfo on both user & root and get the same error:Code:vulkaninfo
ERROR: [Loader Message] Code 0 : /usr/lib/libvulkan_radeon.so: wrong ELF class: ELFCLASS32
ERROR: [Loader Message] Code 0 : /usr/lib/libvulkan_intel.so: wrong ELF class: ELFCLASS32
ERROR at /tmp/Vulkan-Tools-sdk-1.2.141.0/vulkaninfo/vulkaninfo.h:240:vkEnumerateInstanceExtensionProperties failed with ERROR_INITIALIZATION_FAILED I have looked at other information of people going through the same thing but I feel that I am missing something subtle. I tried appending Quote:
radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1 |
In addition, I tried setting up /modprod./amdgpu.conf (quote above) & Code:echo "blacklist radeon" > /etc/modprobe.d/blacklist.radeon.conffrom these websites respectively:
https://www.linuxquestions.org/quest...pu-4175639096/
https://www.linuxquestions.org/quest...el-4175543839/
Thank you in advance for any help provided.