Modify check for mutter

This commit is contained in:
Simon Long 2022-03-31 14:48:15 +01:00
parent 0c27957230
commit 77a0bacda8
1 changed files with 1 additions and 1 deletions

View File

@ -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