Skip to content

Instantly share code, notes, and snippets.

@kalashnikovisme
Last active May 25, 2016 17:19
Show Gist options
  • Save kalashnikovisme/57cb7fc4c1ad83ede36c5fd67b64b84f to your computer and use it in GitHub Desktop.
Save kalashnikovisme/57cb7fc4c1ad83ede36c5fd67b64b84f to your computer and use it in GitHub Desktop.
ubuntu set screen resolution
cvt 1440 900 60
xrandr --newmode "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
xrandr --addmode VGA1 1440x900_60.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment