Skip to content

Instantly share code, notes, and snippets.

@arielallon
Created December 5, 2013 16:53
Show Gist options
  • Select an option

  • Save arielallon/7809038 to your computer and use it in GitHub Desktop.

Select an option

Save arielallon/7809038 to your computer and use it in GitHub Desktop.
Set available resolution on external monitor - ubuntu
xrandr --newmode "1280x720_60.00" 74.48 1280 1336 1472 1664 720 721 724 746 -HSync +Vsync
xrandr --addmode VGA1 "1280x720_60.00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment