mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -04:00
Merge branch 'rhpd' into 'master'
backend/session: Add rapid hotplug detection See merge request wlroots/wlroots!4633
This commit is contained in:
commit
3c661edf3c
3 changed files with 82 additions and 27 deletions
|
|
@ -18,6 +18,10 @@ wlroots reads these environment variables
|
|||
and Vulkan
|
||||
* *WLR_EGL_NO_MODIFIERS*: set to 1 to disable format modifiers in EGL, this can
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue