Skip to content

Instantly share code, notes, and snippets.

@badp
Created December 7, 2010 18:56
Show Gist options
  • Select an option

  • Save badp/732216 to your computer and use it in GitHub Desktop.

Select an option

Save badp/732216 to your computer and use it in GitHub Desktop.
Straight from the manpages.
#Forces to use a 1024x768 mode on an output called VGA:
xrandr --newmode "1024x768" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
xrandr --addmode VGA 1024x768
xrandr --output VGA --mode 1024x768
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment