Hi!
I have i3-8350k, and I want to test Vulkan performance, but it’s not working.
I installed all required packages from EndeavourOS guide. OpenGL works, but Vulkan doesn’t.
The OpenGL Works, tested in glxgears and on Steam in CS:GO without parameter “-vulkan”
When in launch option I put “-vulkan” the game doesn’t start.
The Heroic Games Launcher and GTA 5 is also broken. It says to verify my game files and doesn’t start.
I uninstalled xf86-video-intel package as in tutorial.
Also blacklisted “amdgpu” module in:
/etc/modprobe.d/amdgpu.conf
So it’s not being loaded (I have AMD GPU in my system). Already checked if I can modprobe -r amdgpu
lspci:
00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630]
These packages are installed:
vulkan-icd-loader
lib32-vulkan-icd-loader
vulkan-intel
lib32-vulkan-intel
vulkan-headers
vulkan-tools
vulkan-mesa-layers
Glxinfo output:
glxinfo | grep -i vendor
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
Vendor: Intel (0x8086)
OpenGL vendor string: Intel
My HDMI is also connected to my motherboard, not to my AMD card.
So, what’s the problem there?
***** Update:
Doesn’t matter now.
Uninstalled Vulkan for AMD packages and Intel Vulkan started working.
I will leave this topic as a solved problem for dual GPU AMD and Intel, because maybe somebody has the same problem.