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
parent
37ef563b5d
commit
95019d20d7
|
@ -34,6 +34,8 @@ start_x=1
|
|||
# Stop the RPi turning on HDMI monitors on reboot
|
||||
hdmi_ignore_cec_init=1
|
||||
|
||||
disable_overscan=1
|
||||
|
||||
# New option to allow the firmware to load upstream dtb
|
||||
# Will allow things like camera, touchscreen etc to work OOTB
|
||||
upstream_kernel=1
|
||||
|
|
Loading…
Reference in New Issue