Skip to content

Instantly share code, notes, and snippets.

@shroukkhan
Last active August 29, 2015 14:09
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 shroukkhan/ae211327ea1448a1566a to your computer and use it in GitHub Desktop.
Save shroukkhan/ae211327ea1448a1566a to your computer and use it in GitHub Desktop.
ubuntu add display resolution
cvt 1600 900 60
xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
xrandr --addmode VGA1 1600x900_60.00
xrandr --output VGA1 --mode 1600x900_60.00
xrandr --output VGA1 --right-of eDP1
@shroukkhan
Copy link
Author

this will create resolution of 1600x900 at 60hz ( which does not seem to come with ubuntu out of box ) .
then it will add that resolution to monitor at VGA1
then it will extend the laptops display (eDP1 ) to the right hand side..and show VGA1

@shroukkhan
Copy link
Author

....always have issues when i upgrade my laptop..ugh!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment