[Mesa-dev] [PATCH] drirc: Add sddm-greeter to adaptive_sync blacklist.

Mario Kleiner mario.kleiner.de at gmail.com
Tue Feb 19 03:00:09 UTC 2019


This is the sddm login screen.

Fixes: a9c36dbf9c56 ("drirc: Initial blacklist for adaptive sync")
Signed-off-by: Mario Kleiner <mario.kleiner.de at gmail.com>
Cc: 19.0 <mesa-stable at lists.freedesktop.org>
---
 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 cb0e6e659e2..43fe95b8810 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -346,6 +346,9 @@ TODO: document the other workarounds.
         <application name="startplasma" executable="startplasma">
             <option name="adaptive_sync" value="false" />
         </application>
+        <application name="sddm-greeter" executable="sddm-greeter">
+            <option name="adaptive_sync" value="false" />
+        </application>
         <application name="krunner" executable="krunner">
             <option name="adaptive_sync" value="false" />
         </application>
-- 
2.17.1



More information about the mesa-dev mailing list