Revert the resolution change for now

This commit is contained in:
David Carley
2021-03-10 07:43:27 -08:00
parent 07adf6d93e
commit f6f6e1c6b9

View File

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