From 95019d20d7dc3c7072c368d11d8a6052a59ed20b Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 28 Mar 2022 20:09:56 -0500 Subject: [PATCH] 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. --- config.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.txt b/config.txt index 770bb3e..87146f0 100644 --- a/config.txt +++ b/config.txt @@ -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