Module: Mesa Branch: master Commit: 8cb50edebfa45f07aebade8fc32160ad5d59012b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8cb50edebfa45f07aebade8fc32160ad5d59012b
Author: grmat <[email protected]> Date: Tue Apr 9 11:20:35 2019 +0200 drirc: add Spectacle, Falkon to a-sync blacklist Spectacle is the plasma screenshot utility Falkon is a KDE web browser that should succeed Konqueror --- src/util/00-mesa-defaults.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 3e65def069d..82037c1593b 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -371,6 +371,9 @@ TODO: document the other workarounds. <application name="krunner" executable="krunner"> <option name="adaptive_sync" value="false" /> </application> + <application name="spectacle" executable="spectacle"> + <option name="adaptive_sync" value="false" /> + </application> <application name="marco" executable="marco"> <option name="adaptive_sync" value="false" /> </application> @@ -413,6 +416,9 @@ TODO: document the other workarounds. <application name="Konqueror" executable="konqueror"> <option name="adaptive_sync" value="false" /> </application> + <application name="Falkon" executable="falkon"> + <option name="adaptive_sync" value="false" /> + </application> <application name="Seamonkey" executable="seamonkey"> <option name="adaptive_sync" value="false" /> </application> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
