Merge pull request #21 from dacarley/use-native-screen-resolution

Use the native screen resolution
This commit is contained in:
OneFinityCNC
2021-03-06 13:05:18 -05:00
committed by GitHub

View File

@@ -80,9 +80,8 @@ cp /mnt/host/xinitrc /home/pi/.xinitrc
cp /mnt/host/ratpoisonrc /home/pi/.ratpoisonrc cp /mnt/host/ratpoisonrc /home/pi/.ratpoisonrc
cp /mnt/host/xorg.conf /etc/X11/ cp /mnt/host/xorg.conf /etc/X11/
# Set screen resolution # Configure the screen to not do overscan (only necessary for TVs)
sed -i 's/^#disable_overscan/disable_overscan/' /boot/config.txt sed -i 's/^#disable_overscan/disable_overscan/' /boot/config.txt
sed -i 's/^#framebuffer_/framebuffer_/' /boot/config.txt
# Boot splash # Boot splash
mkdir -p /usr/share/plymouth/themes/buildbotics/ mkdir -p /usr/share/plymouth/themes/buildbotics/