mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 21:28:50 +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 "
|
"This can be caused by the AllowHMD "
|
||||||
"xorg.conf option. Please make sure that "
|
"xorg.conf option. Please make sure that "
|
||||||
"AllowHMD is not set (like in '99-HMD.conf' "
|
"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;
|
return ret;
|
||||||
|
|
Loading…
Reference in a new issue