16

There are options to adjust the the overscan settings in /boot/config.txt.

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=0

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16

Is there any way for me to "test" the overscan_* settings instead of manually editing the config file, restarting the system, checking if the settings need adjusting more, then restarting until all the settings fit nicely with my monitor?

IQAndreas
  • 983
  • 3
  • 10
  • 12

1 Answers1

8

I used the following to calibrate my display https://github.com/ukscone/set_overscan

I found this on http://www.raspberrypi.org/forums/viewtopic.php?p=305797&sid=4fe5fc284854fe3723841f79ea2c6546#p305797

Milliways
  • 59,890
  • 31
  • 101
  • 209