Created
February 21, 2012 23:25
-
-
Save rkmax/1879773 to your computer and use it in GitHub Desktop.
Set mode Video
This file contains hidden or 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
| #/bin/bash | |
| OUTPUT=VGA1 | |
| MODE="1920x1200" | |
| xrandr --newmode $MODE 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync | |
| xrandr --addmode $OUTPUT $MODE | |
| xrandr --output OUTPUT --mode $MODE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment