Skip to content

Instantly share code, notes, and snippets.

@rpedde
Created January 23, 2015 16:40
Show Gist options
  • Save rpedde/c162dd1987938a21f4e9 to your computer and use it in GitHub Desktop.
Save rpedde/c162dd1987938a21f4e9 to your computer and use it in GitHub Desktop.
rpedde@hafnium:~$ xrandr
Screen 0: minimum 8 x 8, current 5120 x 1440, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 596mm x 335mm
2560x1440 59.95*+
1920x1080 60.00
1680x1050 59.95
1600x900 60.00
1280x1024 75.02 60.02
1280x800 59.81
1280x720 60.00
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32 56.25
640x480 75.00 72.81 59.94
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 connected 2560x1440+2560+0 (normal left inverted right x axis y axis) 596mm x 335mm
2560x1440 59.95*+
1920x1080 60.00
1680x1050 59.95
1600x900 60.00
1280x1024 75.02 60.02
1280x800 59.81
1280x720 60.00
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32 56.25
640x480 75.00 72.81 59.94
DP-1 disconnected (normal left inverted right x axis y axis)
rpedde@hafnium:~$ xrandr --output DVI-D-0 --off
<connect other monitor>
rpedde@hafnium:~$ xrandr
Screen 0: minimum 8 x 8, current 2560 x 1440, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 596mm x 335mm
2560x1440 59.95*+
1920x1080 60.00
1680x1050 59.95
1600x900 60.00
1280x1024 75.02 60.02
1280x800 59.81
1280x720 60.00
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32 56.25
640x480 75.00 72.81 59.94
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 connected (normal left inverted right x axis y axis)
2560x1440 59.95 +
DP-1 disconnected (normal left inverted right x axis y axis)
rpedde@hafnium:~$ xrandr --output DVI-D-0 --right-of DVI-I-1 --mode 2560x1440
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment