Ich habe eine USB Grafikkarte gekauft um mit meinem ThinkPad meine 3er TFT Komibnation fahren zu können. Nun musste ich lange unter Ubuntu 12.04 LTS mit der xorg.conf rumspielen um überhaupt ein Bild zu bekommen. Schlussendlich hatte ich es geschafft alle 3 TFT's an zu bekommen, doch war der USB TFT als Main TFT (soweit so richtig) doch dich konnte nicht auf die beiden anderen Fenster übertragen. Mit der Maus konnte ich drüber doch die restlichen beiden TFTs waren gespiegelt und wie gesagt, Fenster oder so konnte ich nicht übertragen.
Hier mal die Xorg.conf
Hier mal die Xorg.conf
Code:
############ ThinkPad Video Settings ###########
Section "Device"
Identifier "ThinkPad Video Device"
Driver "intel"
Option "TwinView" "on"
EndSection
Section "Monitor"
Identifier "ThinkPad Monitor"
EndSection
Section "Screen"
Identifier "ThinkPad Screen"
Monitor "ThinkPad Monitor"
Device "ThinkPad Video Device"
EndSection
#################################################
Section "ServerLayout"
Identifier "Server Layout"
Screen 0 "DisplayLink Screen"
Screen 1 "Screen1" RightOf "DisplayLink Screen"
Screen 2 "Screen2" RightOf "Screen1"
Option "Xinerama" "off"
EndSection
############### DisplayLink Video Settings ###############
Section "Device"
Identifier "DisplayLink Device"
driver "displaylink"
Option "fbdev" "/dev/fb1"
Option "TwinView" "on"
EndSection
Section "Monitor"
Identifier "DisplayLink Monitor"
EndSection
Section "Screen"
Identifier "DisplayLink Screen"
Device "DisplayLink Device"
Monitor "DisplayLink Monitor"
DefaultDepth 16
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
DisplaySize 1920 1080
EndSection
Section "Monitor"
Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
DisplaySize 1920 1080
EndSection
Section "Monitor"
Identifier "DisplayLink Monitor"
ModelName "Monitor Model"
DisplaySize 1920 1080
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection