Skip to content

Instantly share code, notes, and snippets.

@dustincys
Created February 22, 2014 07:12
Show Gist options
  • Save dustincys/9149969 to your computer and use it in GitHub Desktop.
Save dustincys/9149969 to your computer and use it in GitHub Desktop.
my double screens' resolution configuration
xrandr --newmode "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
xrandr --addmode DVI-0 "1440x900_60.00"
xrandr --output DVI-0 --mode "1440x900_60.00"
xrandr --output DVI-1 --mode "1920x1080"
xrandr --output DVI-0 --right-of DVI-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment