Last active
December 15, 2015 17:39
-
-
Save rudylee/5297862 to your computer and use it in GitHub Desktop.
Console command to fix unknown monitor resolution in Ubuntu 12.04
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 $(cvt 1920 1200 60 | grep Mode | sed -e 's/.*"/1920x1200/') | |
xrandr --addmode VGA1 1920x1200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment