Mesa (master): drirc: add Budgie WM to adaptive-sync blacklist

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Apr 15 21:27:27 UTC 2019


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

Author: El Christianito <el_christianito at gmx.de>
Date:   Tue Apr  9 20:30:16 2019 +0200

drirc: add Budgie WM to adaptive-sync blacklist

Budgie Window Manager is an increasingly used alternative to GNOME and MATE.
Default in Solus OS, also used in other distros.

Signed-off-by: Marek Olšák <marek.olsak at amd.com>

---

 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 320de83a619..edcb009e265 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -347,6 +347,9 @@ TODO: document the other workarounds.
         <application name="Desktop — Plasma" executable="plasmashell">
             <option name="adaptive_sync" value="false" />
         </application>
+        <application name="budgie-wm" executable="budgie-wm">
+            <option name="adaptive_sync" value="false" />
+        </application>
         <application name="kwin_x11" executable="kwin_x11">
             <option name="adaptive_sync" value="false" />
         </application>




More information about the mesa-commit mailing list