From f6f6e1c6b969ef1bb9517b7510f06dd26cce686b Mon Sep 17 00:00:00 2001 From: David Carley Date: Wed, 10 Mar 2021 07:43:27 -0800 Subject: [PATCH] Revert the resolution change for now --- scripts/install.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index ff06868..6daf122 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -37,13 +37,13 @@ fi #chmod ug+s /usr/lib/xorg/Xorg # Use the full screen resolution -grep "^framebuffer_width=1280$" /boot/config.txt >/dev/null -if [ $? -eq 0 ]; then - mount -o remount,rw /boot && - sed -i 's/^\(framebuffer_.*\)$/#\1/g' /boot/config.txt - mount -o remount,ro /boot - REBOOT=true -fi +# grep "^framebuffer_width=1280$" /boot/config.txt >/dev/null +# if [ $? -eq 0 ]; then +# mount -o remount,rw /boot && +# sed -i 's/^\(framebuffer_.*\)$/#\1/g' /boot/config.txt +# mount -o remount,ro /boot +# REBOOT=true +# fi # Fix camera grep dwc_otg.fiq_fsm_mask /boot/cmdline.txt >/dev/null