The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

comp: Extend nvidia VK_ERROR_INITIALIZATION_FAILED message

The real cause for this failure seems to be an extended desktop to the direct mode
display, not the allowhmd setting.

+2 -1
+2 -1
src/xrt/compositor/main/comp_window_direct.c
··· 271 271 "This can be caused by the AllowHMD " 272 272 "xorg.conf option. Please make sure that " 273 273 "AllowHMD is not set (like in '99-HMD.conf' " 274 - "from OpenHMD)."); 274 + "from OpenHMD) and that the desktop is not " 275 + "currently extended to this display."); 275 276 } 276 277 } 277 278 return ret;