Remove WLR_DRM_NO_ATOMIC_GAMMA workaround

This is fixed on amdgpu, so we don't need this anymore.
This commit is contained in:
Scott Anderson 2019-06-11 13:42:05 +12:00 committed by Simon Ser
parent d201fc3506
commit b85f0cbff9
2 changed files with 1 additions and 7 deletions

View file

@ -7,8 +7,6 @@ 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_ATOMIC_GAMMA*: set to 1 to use legacy DRM interface for gamma
control instead of the atomic interface
* *WLR_LIBINPUT_NO_DEVICES*: set to 1 to not fail without any input devices
* *WLR_BACKENDS*: comma-separated list of backends to use (available backends:
wayland, x11, headless, noop)