Use XRandR to enable a third screen
This commit is contained in:
parent
7dd4d7ac23
commit
88997bfd63
1 changed files with 7 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue