#1 Disable overscan
Opened 4 years ago by stevenfalco. Modified 4 years ago
rpms/ stevenfalco/bcm283x-firmware no_overscan  into  rawhide

file modified
+3
@@ -48,6 +48,9 @@ 

  # https://github.com/Hexxeh/rpi-firmware/issues/172

  audio_pwm_mode=0

  

+ # Use the full resolution of the monitor

+ disable_overscan=1

+ 

  # Other options you can adjust for all Raspberry Pi Revisions

  # https://www.raspberrypi.org/documentation/configuration/config-txt/README.md

  # All options documented at http://elinux.org/RPiconfig

file modified
+3
@@ -48,6 +48,9 @@ 

  # https://github.com/Hexxeh/rpi-firmware/issues/172

  audio_pwm_mode=0

  

+ # Use the full resolution of the monitor

+ disable_overscan=1

+ 

  # Other options you can adjust for all Raspberry Pi Revisions

  # https://www.raspberrypi.org/documentation/configuration/config-txt/README.md

  # All options documented at http://elinux.org/RPiconfig

The RPi defaults to overscan mode, but we don't want that, because it
results in black borders.