Last active
October 1, 2017 11:49
Set second monitor resolution
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 | |
xrandr --newmode "1440x900_59.90" 106.29 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync | |
xrandr --addmode VGA-1 1440x900_59.90 | |
xrandr --output VGA-1 --mode 1440x900_59.90 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment