Skip to content

Instantly share code, notes, and snippets.

@nickbrowne
Last active February 10, 2017 03:24
Show Gist options
  • Save nickbrowne/086344f3626f50adb7c8595f110f68f8 to your computer and use it in GitHub Desktop.
Save nickbrowne/086344f3626f50adb7c8595f110f68f8 to your computer and use it in GitHub Desktop.

Can use cvt to calculate the values and provide them to xrandr

cvt 1600 900 60

Or just copy paste this for 1600x900

sudo xrandr --newmode "1600x900_60.00"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync
sudo xrandr --addmode eDP-1 1600x900_60.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment