Module: Mesa Branch: main Commit: 41eb491fb6460f401a4c845fc28a53de92e9075b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41eb491fb6460f401a4c845fc28a53de92e9075b
Author: Xaver Hugl <[email protected]> Date: Sun Jan 1 17:01:24 2023 +0100 driconf: add a workaround for plasmashell freezing Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7624 Reviewed-by: Marek Olšák <[email protected]> Tested-by: Dan Johansen <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20472> --- 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 44a2f8e3949..0ce797a5880 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -658,6 +658,9 @@ TODO: document the other workarounds. See: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7351#note_1581105 --> <option name="mesa_glthread" value="false"/> </application> + <application name="plasmashell" executable="plasmashell"> + <option name="mesa_glthread" value="false"/> + </application> <!-- Adaptive sync denylist follows below: --> <application name="gnome-shell" executable="gnome-shell">
