Revert the resolution change for now
This commit is contained in:
@@ -37,13 +37,13 @@ fi
|
|||||||
#chmod ug+s /usr/lib/xorg/Xorg
|
#chmod ug+s /usr/lib/xorg/Xorg
|
||||||
|
|
||||||
# Use the full screen resolution
|
# Use the full screen resolution
|
||||||
grep "^framebuffer_width=1280$" /boot/config.txt >/dev/null
|
# grep "^framebuffer_width=1280$" /boot/config.txt >/dev/null
|
||||||
if [ $? -eq 0 ]; then
|
# if [ $? -eq 0 ]; then
|
||||||
mount -o remount,rw /boot &&
|
# mount -o remount,rw /boot &&
|
||||||
sed -i 's/^\(framebuffer_.*\)$/#\1/g' /boot/config.txt
|
# sed -i 's/^\(framebuffer_.*\)$/#\1/g' /boot/config.txt
|
||||||
mount -o remount,ro /boot
|
# mount -o remount,ro /boot
|
||||||
REBOOT=true
|
# REBOOT=true
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
# Fix camera
|
# Fix camera
|
||||||
grep dwc_otg.fiq_fsm_mask /boot/cmdline.txt >/dev/null
|
grep dwc_otg.fiq_fsm_mask /boot/cmdline.txt >/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user