![]() |
HDMI Overscan / Underscan - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +--- Thread: HDMI Overscan / Underscan (/showthread.php?tid=813) |
HDMI Overscan / Underscan - Dygaer - 04-28-2016 Currently the screen clips off edges of the console. Is there a way that I can change the over scan setting in the /boot/uEnv.txt file? The Raspberry Pi has something like this with their /boot/config.txt file using the following settings. These are the one's that I would be interested in using with the uEnv.txt file.
RE: HDMI Overscan / Underscan - dhardingham - 04-28-2016 It is also possible to change the overscan settings on-the-fly when using a Raspberry PI. There is a small C program that writes directly to the VideoCore GPU, to control the overscan settings - https://github.com/ukscone/set_overscan This is what we need for the PINE64. |