Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Vulkan problems #10

Open
richi902 opened this issue Jul 18, 2019 · 1 comment
Open

Vulkan problems #10

richi902 opened this issue Jul 18, 2019 · 1 comment

Comments

@richi902
Copy link

so far mostly none of the games i tried so far are working.
when i put vulkaninfo into the sakura terminal emulator i get lots of errors.
my gpu is a AMD HD7750 1GB. the installation with the script went smooth.

ERROR: ld.so: object '/usr/lib32/i386-linux-gnu/libmodeswitch_inhibitor.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/home/steam/.steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: [Loader Message]: Code 0 : /usr/lib/i386-linux-gnu/libvulkan_radeon.so wrong ELF class: ELFCLASS32
ERROR: [Loader Message]: Code 0 : /usr/lib/i386-linux-gnu/libvulkan_intel.so wrong ELF class: ELFCLASS32
ERROR: [Loader Message]: Code 0 : /home/steam/.steam/ubuntu12_32/steamoverlayvulkanlayer.so wrong ELF class: ELFCLASS32
ERROR: [Loader Message]: Code 0 : /home/steam/.steam/ubuntu12_32/libVkLayer_steam_fossilize.so wrong ELF class: ELFCLASS32
/build/vulkan-UL09PJ/vulkan-1.1.70+dfsg1/demos/vulkaninfo.c:2700: failed with VK_ERROR_INITIALIZATION_FAILED

@richi902
Copy link
Author

i think i fixed it. i forgot that for the HD7XXX series, vulkan seems to be disabled by default. i had to add some boot parameters in the grub config.

GRUB_CMDLINE_LINUX_DEFAULT="radeon.cik_support=0 amdgpu.cik_support=1 radeon.si_support=0 amdgpu.si_support=1"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant