Module: Mesa Branch: main Commit: 53e7f3afbd206a419f01ff77f2ca69697acb23b9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=53e7f3afbd206a419f01ff77f2ca69697acb23b9
Author: Marek Olšák <[email protected]> Date: Tue Oct 18 16:49:06 2022 -0400 driconf: add a workaround for a cursor issue with kwin_wayland Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7351 Reviewed-by: Timothy Arceri <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19147> --- src/util/00-mesa-defaults.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 90491b5b10c..e526380c259 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -639,6 +639,11 @@ TODO: document the other workarounds. <application name="F1 2015" executable="F12015"> <option name="mesa_glthread" value="false"/> </application> + <application name="KWin Wayland" executable="kwin_wayland"> + <!-- This works around a cursor issue with glthread. + See: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7351#note_1581105 --> + <option name="mesa_glthread" value="false"/> + </application> <!-- Adaptive sync denylist follows below: --> <application name="gnome-shell" executable="gnome-shell">
