Skip to content

Instantly share code, notes, and snippets.

@rudylee
Last active December 15, 2015 17:39
Show Gist options
  • Save rudylee/5297862 to your computer and use it in GitHub Desktop.
Save rudylee/5297862 to your computer and use it in GitHub Desktop.
Console command to fix unknown monitor resolution in Ubuntu 12.04
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