From 88997bfd636dd32bc21b7e1e18c11a3eee46467f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 20 Aug 2014 13:57:15 +0200 Subject: Use XRandR to enable a third screen --- x11/.xinitrc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'x11') diff --git a/x11/.xinitrc b/x11/.xinitrc index 64c9996..eafeece 100755 --- a/x11/.xinitrc +++ b/x11/.xinitrc @@ -1,5 +1,12 @@ #!/bin/bash +xrandr --setprovideroutputsource 1 0 +# xrandr --auto +xrandr \ + --output DVI-I-1 --auto --pos 0x0 \ + --output DVI-I-2 --auto --pos 1920x0 \ + --output DVI-I-1-3 --auto --pos -1280x0 + xmodmap ~/.Xmodmap # Source scripts in /etc/X11/xinit/xinitrc.d/ -- cgit v1.2.3-54-g00ecf