Created
March 29, 2014 21:31
-
-
Save 0x19/9863394 to your computer and use it in GitHub Desktop.
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
| xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync | |
| xrandr --newmode "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync | |
| xrandr --addmode DVI-1 1920x1080_60.00 | |
| xrandr --addmode DisplayPort-0 1680x1050_60.00 | |
| xrandr --addmode DisplayPort-1 1680x1050_60.00 | |
| xrandr --output DVI-1 --auto --mode 1920x1080_60.00 --pos 0x0 --rotate normal --primary | |
| xrandr --output DisplayPort-1 --auto --mode 1680x1050_60.00 --right-of DVI-1 --rotate normal | |
| xrandr --output DisplayPort-0 --auto --mode 1680x1050_60.00 --right-of DisplayPort-1 --rotate normal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment