Hay opciones para ajustar la configuración de overscan en /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
¿Hay alguna forma de "probar" la overscan_*
configuración en lugar de editar manualmente el archivo de configuración, reiniciar el sistema, verificar si la configuración necesita más ajustes y luego reiniciar hasta que todas las configuraciones encajen bien con mi monitor?
1
Espero que haya algún tipo de aplicación que tenga pantallas como "Presione las flechas izquierda o derecha hasta que todo el cuadro esté dentro de la pantalla" .
—
IQAndreas
Consulte este artículo Configuración de Overscan en Raspberry Pi
—
BPatrick