mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
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.
This commit is contained in:
parent
f684ae95d1
commit
ad1e809dfc
|
@ -271,7 +271,8 @@ comp_window_direct_acquire_xlib_display(struct comp_target_swapchain *cts,
|
|||
"This can be caused by the AllowHMD "
|
||||
"xorg.conf option. Please make sure that "
|
||||
"AllowHMD is not set (like in '99-HMD.conf' "
|
||||
"from OpenHMD).");
|
||||
"from OpenHMD) and that the desktop is not "
|
||||
"currently extended to this display.");
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
|
|
Loading…
Reference in a new issue