mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
doc: Add information about rapid hotplug detection
This commit appends information about the WLR_RAPID_HOTPLUG_PREVENT enviroment variable from the previous commit to the documentation page on envrionment variables, namely what its purpose is and that the user should be aware of a delay in the event that a rapid hotplug occurs.
This commit is contained in:
parent
2aa8cf10d6
commit
444f5eb4c8
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ wlroots reads these environment variables
|
||||||
hardware-accelerated renderers.
|
hardware-accelerated renderers.
|
||||||
* *WLR_EGL_NO_MODIFIERS*: set to 1 to disable format modifiers in EGL, this can
|
* *WLR_EGL_NO_MODIFIERS*: set to 1 to disable format modifiers in EGL, this can
|
||||||
be used to understand and work around driver bugs.
|
be used to understand and work around driver bugs.
|
||||||
|
* *WLR_RAPID_HOTPLUG_PREVENT*: set to 1 to wait after an output device hotplug
|
||||||
|
in case another occurs immediately after, and if so, ignore both. This is to
|
||||||
|
work around monitors that implement DisplayPort's "deep sleep" feature, but
|
||||||
|
causes a second delay for each change event due to waiting.
|
||||||
|
|
||||||
## DRM backend
|
## DRM backend
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue