mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
drirc: Add sddm-greeter to adaptive_sync blacklist.
This is the sddm login screen. Fixes:a9c36dbf9c("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> (cherry picked from commitafb15d14ca)
This commit is contained in:
parent
dd03e1d5de
commit
2ea2b2273b
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue