Hello, im having trouble getting vulkan work with my Integrated gpu, tried to run vulkaninfo
and the output.
This problem is often caused by a faulty installation of the Vulkan driver or attempting to use a GPU that does not support Vulkan.
Tried to do a little search and can confirm that my GPU does support Vulkan.
https://www.intel.com/content/www/us/en … phics.html
Output ls /usr/share/vulkan/icd.d/
amd_icd32.json amd_icd64.json
Output pacman -Qs vulkan
local/amdvlk 2024.Q3.3-1
AMD’s standalone Vulkan driver
local/dxvk-bin 2.4.1-1
A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)
local/lib32-amdvlk 2024.Q3.3-1
AMD’s standalone Vulkan driver
local/lib32-vulkan-icd-loader 1.3.295-1
Vulkan Installable Client Driver (ICD) Loader (32-bit)
local/mangohud 0.7.2-2
A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more.
local/qt6-shadertools 6.8.0-1 (qt6)
Provides functionality for the shader pipeline that allows Qt Quick to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL
local/spirv-tools 2024.2-1 (vulkan-devel)
API and commands for processing SPIR-V modules
local/vulkan-headers 1:1.3.295-1 (vulkan-devel)
Vulkan header files
local/vulkan-icd-loader 1.3.295-1
Vulkan Installable Client Driver (ICD) Loader
local/vulkan-tools 1.3.269-1 (vulkan-devel)
Vulkan Utilities and Tools
Sorry for my bad english.