Hi, I’ve installed the 64-bit Linux driver, 355.00.26, and the Vulkan SDK. I’ve got X configured to work with a K4200 and K2200. When I try to run any of the examples or vulkaninfo, I get this error:
INFO: [loader] Code 0 : Found manifest file /etc/vulkan/icd.d/nvidia_icd.json, version “1.0.0”
ERROR: [loader] Code 0 : ICD ignored: failed to CreateInstance and find entrypoints with ICD
/home/jeremy/Development/LunarG/Vulkan/LinuxSDK/LoaderAndValidationLayers/demos/vulkaninfo.c:693: failed with VK_ERROR_INITIALIZATION_FAILED
strace indicates that the various nvidia .so files can be opened. Is there anything else I should be checking?
Thanks,
mch