Skip to content

Instantly share code, notes, and snippets.

@0x19
Created March 29, 2014 21:31
Show Gist options
  • Select an option

  • Save 0x19/9863394 to your computer and use it in GitHub Desktop.

Select an option

Save 0x19/9863394 to your computer and use it in GitHub Desktop.
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --newmode "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
xrandr --addmode DVI-1 1920x1080_60.00
xrandr --addmode DisplayPort-0 1680x1050_60.00
xrandr --addmode DisplayPort-1 1680x1050_60.00
xrandr --output DVI-1 --auto --mode 1920x1080_60.00 --pos 0x0 --rotate normal --primary
xrandr --output DisplayPort-1 --auto --mode 1680x1050_60.00 --right-of DVI-1 --rotate normal
xrandr --output DisplayPort-0 --auto --mode 1680x1050_60.00 --right-of DisplayPort-1 --rotate normal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment