Remove randr settings

My second graphics card stopped working, I can't use a third monitor
anymore.
This commit is contained in:
Tom Willemse 2014-09-22 21:31:20 +02:00
parent ae72dd0343
commit 3dad71a9b7

View file

@ -2,15 +2,6 @@
_hostname="$(hostname)" _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 xmodmap ~/.Xmodmap
# Source scripts in /etc/X11/xinit/xinitrc.d/ # Source scripts in /etc/X11/xinit/xinitrc.d/