Il existe des options pour régler les paramètres de surbalayage dans /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
Existe-t-il un moyen pour moi de "tester" les overscan_*
paramètres au lieu de modifier manuellement le fichier de configuration, de redémarrer le système, de vérifier si les paramètres doivent être ajustés davantage, puis de redémarrer jusqu'à ce que tous les paramètres correspondent bien à mon moniteur?
hdmi
config.txt
IQAndreas
la source
la source
Réponses:
J'ai utilisé ce qui suit pour calibrer mon affichage https://github.com/ukscone/set_overscan
J'ai trouvé cela sur http://www.raspberrypi.org/forums/viewtopic.php?p=305797&sid=4fe5fc284854fe3723841f79ea2c6546#p305797
la source