Created
June 18, 2012 15:14
-
-
Save jeffsebring/2948860 to your computer and use it in GitHub Desktop.
Set Dual Displays DVI 1920x1080
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 --output DVI-I-1 --mode 1920x1080 --output DVI-I-2 --mode 1920x1080 --right-of DVI-I-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment