Advertisement
Guest User

Untitled

a guest
Dec 20th, 2016
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 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. WARNING: [loader] Code 0 : /usr/lib/x86_64-linux-gnu/libvulkan_intel.so: cannot open shared object file: No such file or directory
  11. INFO: [loader] Code 0 : Found manifest file //etc/vulkan/icd.d/radeon_icd.i686.json, version "1.0.0"
  12. WARNING: [loader] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_radeon.so: cannot open shared object file: No such file or directory
  13. INFO: [loader] Code 0 : Found manifest file //etc/vulkan/icd.d/radeon_icd.x86_64.json, version "1.0.0"
  14. WARNING: [loader] Code 0 : /usr/lib/x86_64-linux-gnu/libvulkan_radeon.so: cannot open shared object file: No such file or directory
  15. INFO: [loader] Code 0 : Found manifest file //etc/vulkan/icd.d/intel_icd.i686.json, version "1.0.0"
  16. WARNING: [loader] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_intel.so: cannot open shared object file: No such file or directory
  17. Cannot create Vulkan instance.
  18. /build/vulkan-ijAUlz/vulkan-1.0.21.0+dfsg1/demos/vulkaninfo.c:675: failed with VK_ERROR_INCOMPATIBLE_DRIVER
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement