From 3dad71a9b73be0248bd2877b36df188bbd7c0cd1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 22 Sep 2014 21:31:20 +0200 Subject: [PATCH] Remove randr settings My second graphics card stopped working, I can't use a third monitor anymore. --- x11/.xinitrc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/x11/.xinitrc b/x11/.xinitrc index 1a5fe97..9dd60ae 100755 --- a/x11/.xinitrc +++ b/x11/.xinitrc @@ -2,15 +2,6 @@ _hostname="$(hostname)" -if [[ $_hostname == "drd" ]]; then - 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 -fi - xmodmap ~/.Xmodmap # Source scripts in /etc/X11/xinit/xinitrc.d/