Last active
August 27, 2015 22:16
-
-
Save philcrump/c4ad8ac7b867cfd62870 to your computer and use it in GitHub Desktop.
Force native mode for Acer Monitor
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
#!/bin/bash | |
sudo xrandr --newmode "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync | |
sudo xrandr --addmode DVI-0 1440x900_60.00 | |
sudo xrandr -s 1440x900 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment