mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/drm: add env variable to disable modifiers
In some cases modesets fail if the planes are initialized with modifiers. Since in this case possibly all planes need to reinitialized, which is not possible in the current wlroots design, add an environment variable for affected users.
This commit is contained in:
parent
1f722f5c80
commit
f0594fb732
2 changed files with 26 additions and 4 deletions
|
|
@ -17,6 +17,8 @@ wlroots reads these environment variables
|
|||
considered the primary DRM device.
|
||||
* *WLR_DRM_NO_ATOMIC*: set to 1 to use legacy DRM interface instead of atomic
|
||||
mode setting
|
||||
* *WLR_DRM_NO_MODIFIERS*: set to 1 to always allocate planes without modifiers,
|
||||
this can fix certain modeset failures because of bandwidth restrictions.
|
||||
|
||||
## Headless backend
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue