summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Kleiner <mario.kleiner.de@gmail.com>2019-02-19 04:00:09 +0100
committerMarek Olšák <marek.olsak@amd.com>2019-02-19 18:03:05 -0500
commitafb15d14ca19ea321280bb83215af4c55b9ce881 (patch)
treee016a20113f004f2a085d70e1d238d2a7a8c1085
parentbff8da6c591e55e4b5f04aea1fef29e6230e9222 (diff)
drirc: Add sddm-greeter to adaptive_sync blacklist.
This is the sddm login screen. Fixes: a9c36dbf9c56 ("drirc: Initial blacklist for adaptive sync") Signed-off-by: Mario Kleiner <mario.kleiner.de@gmail.com> Cc: 19.0 <mesa-stable@lists.freedesktop.org> Signed-off-by: Marek Olšák <marek.olsak@amd.com>
-rw-r--r--src/util/00-mesa-defaults.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 8abc50c9f26..f5405a0da84 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -349,6 +349,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>