diff options
author | Simon Ser <contact@emersion.fr> | 2022-08-18 19:17:33 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-02-20 18:38:57 +0100 |
commit | 9d43e7e4d67d4076c8b20ee2715eadec86a83e73 (patch) | |
tree | 1c75d2e0719d5a48ac97d5d1fb80c28f84ee66a1 /docs/env_vars.md | |
parent | b4e9487312a8b5b80c56ddfdd5751c12882cd3a9 (diff) |
backend/drm: add libliftoff interface
Diffstat (limited to 'docs/env_vars.md')
-rw-r--r-- | docs/env_vars.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/env_vars.md b/docs/env_vars.md index 39daf9fd..e36cdc78 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -24,6 +24,8 @@ wlroots reads these environment variables 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. +* *WLR_DRM_FORCE_LIBLIFTOFF*: set to 1 to force libliftoff (by default, + libliftoff is never used) ## Headless backend |