Created
February 22, 2014 07:12
-
-
Save dustincys/9149969 to your computer and use it in GitHub Desktop.
my double screens' resolution configuration
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 --newmode "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync | |
xrandr --addmode DVI-0 "1440x900_60.00" | |
xrandr --output DVI-0 --mode "1440x900_60.00" | |
xrandr --output DVI-1 --mode "1920x1080" | |
xrandr --output DVI-0 --right-of DVI-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment