X11 multiple monitors, how to arrange them in X?
I have a ThinkPad W520 with a docking station, and 2 LCD's on the dock, and the ThinkPad LCD.
I have all 3 monitors working but not in the correct "order".
Currently the TP LCD is in the middle, and the 2 DS LCD's are on either side.
X thinks it's TP LCD, DS LCD1, DS LCD2.
How can I get it to have the DS LCD's on either side of the TP LCD?
/etc/X11/xorg.conf:
[ler@LER-fedora-w520 ~]$ cat /etc/X11/xorg.conf
# Xorg configuration file for using a tri-head display setup with a Thinkpad W520 in linux
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "DisplayPort Screen 0" 0 0
Screen 1 "DisplayPort Screen 1" RightOf "DisplayPort Screen 0"
Screen "Thinkpad Screen" LeftOf "DisplayPort Screen 0"
Option "Xinerama" "on"
EndSection
Section "Monitor"
Identifier "DisplayPort Monitor 0"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "DisplayPort Monitor 1"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Thinkpad Display"
Option "DPMS"
EndSection
Section "Device"
Identifier "Nvidia Device 0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro 1000M"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Nvidia Device 1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro 1000M"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Device"
Identifier "Intel Device"
Driver "intel"
BusID "PCI:00:02:0"
EndSection
Section "Screen"
Identifier "DisplayPort Screen 0"
Device "Nvidia Device 0"
Monitor "DisplayPort Monitor 0"
DefaultDepth 24
#Option "TwinView" "0"
#Option "TwinViewXineramaInfoOrder" "DFP-2"
Option "metamodes" "DFP: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "DisplayPort Screen 1"
Device "Nvidia Device 1"
Monitor "DisplayPort Monitor 1"
DefaultDepth 24
#Option "TwinView" "0"
Option "metamodes" "DFP: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Thinkpad Screen"
Device "Intel Device"
Monitor "Thinkpad Display"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
[ler@LER-fedora-w520 ~]$
Click on Settings -> Display. What happens?
The can where to buy this: docking station?