Skip to content

Instantly share code, notes, and snippets.

@cirocosta
Created March 25, 2014 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cirocosta/9765771 to your computer and use it in GitHub Desktop.
Save cirocosta/9765771 to your computer and use it in GitHub Desktop.
Forcing resolution mint
#!/bin/bash
# After following the tutorial, this will be the commands generated.
# Don't just copy and paste these values.
xrandr --newmode "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
xrandr --addmode VGA1 "1440x900_60.00"
# source: http://community.linuxmint.com/tutorial/view/877
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment