Remove randr settings
My second graphics card stopped working, I can't use a third monitor anymore.
This commit is contained in:
parent
ae72dd0343
commit
3dad71a9b7
1 changed files with 0 additions and 9 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue