]> git.donarmstrong.com Git - x_base.git/commitdiff
rotate left/right and set up new three head card
authorDon Armstrong <don@donarmstrong.com>
Wed, 11 Jun 2014 21:30:11 +0000 (14:30 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 11 Jun 2014 21:30:11 +0000 (14:30 -0700)
.xsession_archimedes

index 05de538589d6e31083399d8362a3a234b10fb3c6..f4c2fce4e3843a8b110d824c235a289a9b7ac884 100644 (file)
@@ -1,6 +1,10 @@
 #-*- mode: sh; -*-
-#xrandr --output DVI0 --right-of VGA2
-xrandr --output DVI-I-2 --left-of DVI-I-1
+xrandr --output DVI-I-1 --rotate left
+xrandr --output DVI-D-1 --rotate left
+xrandr --output HDMI-1 --rotate left
+
+xrandr --output DVI-D-1 --left-of DVI-I-1
+xrandr --output HDMI-1 --right-of DVI-I-1
 
 xmodmap -e 'keycode 158 = XF86AudioRaiseVolume'
 xmodmap -e 'keycode 146 = XF86AudioLowerVolume'