Skip to content

backend/drm: add WLR_DRM_NO_ATOMIC_GAMMA env variable

Simon Ser requested to merge github/fork/emersion/no-atomic-gamma into master

This allows the legacy interface to be used instead of atomic if needed. This is a workaround to make some Intel GPUs work (if this variable is unset) as well as to make some AMD GPUs work (if this variable is set).

See https://github.com/swaywm/sway/issues/2700

Merge request reports