Created
December 7, 2010 18:56
-
-
Save badp/732216 to your computer and use it in GitHub Desktop.
Straight from the manpages.
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
| #Forces to use a 1024x768 mode on an output called VGA: | |
| xrandr --newmode "1024x768" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync | |
| xrandr --addmode VGA 1024x768 | |
| xrandr --output VGA --mode 1024x768 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment