Update MHS40-show

Fix the issue where x will not initialise due to the fbturbo,conf file, moving it fixed the issues
This commit is contained in:
Ciaran Johnson 2023-12-01 13:43:37 +00:00
parent 1cd5ea1b53
commit 59246e4b9c

View File

@ -133,5 +133,8 @@ elif [ $# -gt 1 ]; then
echo "Too many parameters"
fi
echo "Removing 99-fturbo"
sudo mv /usr/share/X11/xorg.conf.d/99-fbturbo.conf ~
echo "reboot now"
sudo reboot