Mesa (master): drirc: Add picom to adaptive_sync exclusion list

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jul 4 09:13:55 UTC 2020


Module: Mesa
Branch: master
Commit: a573c8cd47c33ae70c310232de1ce6b0acc56a7e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a573c8cd47c33ae70c310232de1ce6b0acc56a7e

Author: Benjamin Cheng <ben at bcheng.me>
Date:   Fri Jul  3 17:59:52 2020 -0400

drirc: Add picom to adaptive_sync exclusion list

The compton compositor is unmaintained, with a new fork named picom taking
its place. As with the other compositors (including compton), adaptive
sync should not be enabled.

Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5740>

---

 src/util/00-mesa-defaults.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index ddc65a21fe8..55c85e3477e 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -509,6 +509,9 @@ TODO: document the other workarounds.
         <application name="compton" executable="compton">
             <option name="adaptive_sync" value="false" />
         </application>
+        <application name="picom" executable="picom">
+            <option name="adaptive_sync" value="false" />
+        </application>
         <application name="xfwm4" executable="xfwm4">
             <option name="adaptive_sync" value="false" />
         </application>



More information about the mesa-commit mailing list