From 77a0bacda8dd6fbd7122916f0b3f71a6f7a754d4 Mon Sep 17 00:00:00 2001 From: Simon Long Date: Thu, 31 Mar 2022 14:48:15 +0100 Subject: [PATCH] Modify check for mutter --- raspi-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspi-config b/raspi-config index f7b699d..373df96 100755 --- a/raspi-config +++ b/raspi-config @@ -372,7 +372,7 @@ do_overscan_kms() { fi xrandr --output HDMI-$DEV --set "left margin" $PIX --set "right margin" $PIX --set "top margin" $PIX --set "bottom margin" $PIX # hack to force reload when not using mutter - if ! ps ax | grep -v grep | grep -q mutter ; then + if ! ps ax | grep -v grep | grep -q " mutter" ; then xrandr --output HDMI-$DEV --reflect x xrandr --output HDMI-$DEV --reflect normal fi