Hi again. I need help once more from you awesome people!
So i have been trying to make Vulkan work recently, but so far i have failed.
Graphics: Card: Advanced Micro Devices [AMD/ATI] Fiji [Radeon R9 FURY / NANO Series]
Display Server: X.Org 1.18.4 drivers: ati,amdgpu (unloaded: fbdev,vesa,radeon)
Resolution: [email protected]
GLX Renderer: Gallium 0.4 on AMD FIJI (DRM 3.9.0 / 4.10.0-041000-lowlatency, LLVM 3.8.0)
GLX Version: 3.0 Mesa 12.0.6
That’s my info, now i have tried various versions of Vulkan, but the result is always the same:
===========
VULKAN INFO
===========
Vulkan API Version: 1.0.21
INFO: [loader] Code 0 : Found manifest file /home/x/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file /home/x/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file /usr/share/vulkan/icd.d/intel_icd.json, version "1.0.0"
Instance Extensions:
====================
Instance Extensions count = 3
VK_KHR_surface : extension revision 25
VK_KHR_xcb_surface : extension revision 5
VK_EXT_debug_report : extension revision 3
/build/vulkan-jbbABz/vulkan-1.0.21.0+dfsg1/demos/vulkaninfo.c:1415: failed with VK_ERROR_INITIALIZATION_FAILED
Any ideas?