Created
February 11, 2016 19:12
-
-
Save powellc/f068a203c736f1e5e031 to your computer and use it in GitHub Desktop.
Fixes overscanning on Heron, my TV computer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xrandr --output HDMI-0 --rate 60 --mode 1360x768 --fb 1360x768 --panning 1360x768* --output HDMI-0 --mode 1360x768 --same-as VGA-0 | |
xrandr --output HDMI-0 --set underscan on | |
xrandr --output HDMI-0 --set "underscan hborder" 40 --set "underscan vborder" 25 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment