Module: Mesa Branch: master Commit: 4d02f591cb6eabc7eaee47d447ec7282d10cfcca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d02f591cb6eabc7eaee47d447ec7282d10cfcca
Author: El Christianito <[email protected]> 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 <[email protected]> --- 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> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
