DXVK Integrated GPU

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.

Welcome to the community @sinclair :wave: :sunglasses: :enos_flag:

Perhaps we can step back a moment and grab some system details. Could you please share the output of:

inxi -GSMz

Sorry for late response, here the output.

System:
  Kernel: 6.11.4-arch2-1 arch: x86_64 bits: 64
  Desktop: bspwm v: 0.9.10 Distro: EndeavourOS
Machine:
  Type: Laptop System: Acer product: Aspire E5-475
    v: V1.21 serial: <superuser required>
  Mobo: Acer model: AntMan_SK v: V1.21
    serial: <superuser required> UEFI: Insyde v: 1.21
    date: 11/06/2017
Graphics:
  Device-1: Intel Skylake GT2 [HD Graphics 520]
    driver: i915 v: kernel
  Device-2: Chicony HD WebCam driver: uvcvideo
    type: USB
  Display: x11 server: X.Org v: 21.1.13 driver: X:
    loaded: modesetting dri: iris gpu: i915
    resolution: 1366x768~60Hz
  API: EGL v: 1.5 drivers: iris,swrast
    platforms: gbm,x11,surfaceless,device
  API: OpenGL v: 4.6 compat-v: 4.5
    vendor: intel mesa v: 24.2.5-arch1.1 renderer: Mesa
    Intel HD Graphics 520 (SKL GT2)
  API: Vulkan Message: No Vulkan data available.

Remove the AMD Vulkan packages and try grabbing the intel ones

Thankyou, it finally worked.

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.