Created
November 5, 2017 04:36
-
-
Save sidaw/ed78fe524e779f8d38a7bcaf379307d7 to your computer and use it in GitHub Desktop.
vulkaninfo outout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=========== | |
VULKAN INFO | |
=========== | |
Vulkan API Version: 1.0.61 | |
INFO: [loader] Code 0 : Found manifest file /home/sidaw/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json, version "1.0.0" | |
INFO: [loader] Code 0 : Found manifest file /home/sidaw/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json, version "1.0.0" | |
INFO: [loader] Code 0 : Meta-layer VK_LAYER_LUNARG_standard_validation all 0 component layers appear to be valid. | |
INFO: [loader] Code 0 : Found ICD manifest file /usr/share/vulkan/icd.d/nvidia_icd.json, version "1.0.0" | |
ERROR: [loader] Code 0 : loader_scanned_icd_add: Attempt to retrieve either 'vkGetInstanceProcAddr' or 'vk_icdGetInstanceProcAddr' from ICD libGL.so.1 failed. | |
Cannot create Vulkan instance. | |
/build/vulkan-L06RNr/vulkan-1.0.61.1+dfsg1/demos/vulkaninfo.c:704: failed with VK_ERROR_INCOMPATIBLE_DRIVER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment