Advertisement
Guest User

Untitled

a guest
Dec 20th, 2016
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. ===========
  2. VULKAN INFO
  3. ===========
  4.  
  5. Vulkan API Version: 1.0.21
  6.  
  7. INFO: [loader] Code 0 : Found manifest file /home/matthew/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json, version "1.0.0"
  8. INFO: [loader] Code 0 : Found manifest file /home/matthew/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json, version "1.0.0"
  9. INFO: [loader] Code 0 : Found manifest file //etc/vulkan/icd.d/intel_icd.x86_64.json, version "1.0.0"
  10. INFO: [loader] Code 0 : Found manifest file //etc/vulkan/icd.d/radeon_icd.i686.json, version "1.0.0"
  11. WARNING: [loader] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_radeon.so: cannot open shared object file: No such file or directory
  12. INFO: [loader] Code 0 : Found manifest file //etc/vulkan/icd.d/radeon_icd.x86_64.json, version "1.0.0"
  13. WARNING: [loader] Code 0 : /usr/lib/x86_64-linux-gnu/libvulkan_radeon.so: cannot open shared object file: No such file or directory
  14. INFO: [loader] Code 0 : Found manifest file //etc/vulkan/icd.d/intel_icd.i686.json, version "1.0.0"
  15. WARNING: [loader] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_intel.so: cannot open shared object file: No such file or directory
  16. INFO: [loader] Code 0 : Found manifest file /usr/share/vulkan/icd.d/intel_icd.json, version "1.0.0"
  17.  
  18. Instance Extensions:
  19. ====================
  20. Instance Extensions count = 3
  21. VK_KHR_surface : extension revision 25
  22. VK_KHR_xcb_surface : extension revision 5
  23. VK_EXT_debug_report : extension revision 3
  24. /build/vulkan-ijAUlz/vulkan-1.0.21.0+dfsg1/demos/vulkaninfo.c:1415: failed with VK_ERROR_INITIALIZATION_FAILED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement