Skip to content

Instantly share code, notes, and snippets.

@angch
Created May 9, 2014 04:42
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 angch/22115bea1eac30671d91 to your computer and use it in GitHub Desktop.
Save angch/22115bea1eac30671d91 to your computer and use it in GitHub Desktop.
Manually adding and setting 1920x1200 mode on monitor
angch@stryfe:$ cvt 1920 1200 60
# 1920x1200 59.88 Hz (CVT 2.30MA) hsync: 74.56 kHz; pclk: 193.25 MHz
Modeline "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
angch@stryfe:$ xrandr --newmode "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
angch@stryfe:$ xrandr --addmode VGA1 "1920x1200_60.00"
angch@stryfe:$ xrandr --output VGA1 --mode "1920x1200_60.00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment