config: disable HDMI overscan

I don't even know why HDMI overscan exists, and I especially don't
understand why it is ON BY DEFAULT on a Raspberry Pi.
pull/1/head
Dustin 2022-03-28 20:09:56 -05:00
parent 37ef563b5d
commit 95019d20d7
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ start_x=1
# Stop the RPi turning on HDMI monitors on reboot # Stop the RPi turning on HDMI monitors on reboot
hdmi_ignore_cec_init=1 hdmi_ignore_cec_init=1
disable_overscan=1
# New option to allow the firmware to load upstream dtb # New option to allow the firmware to load upstream dtb
# Will allow things like camera, touchscreen etc to work OOTB # Will allow things like camera, touchscreen etc to work OOTB
upstream_kernel=1 upstream_kernel=1