Ich möchte, dass ein Triple-Monitor-Setup korrekt funktioniert.
Mein Setup ist wie folgt:
- Linux Mint 16 x64
- Intel Core i5-2500k
- GeForce GTX 560 Ti Cu II
- Ein Monitor ganz rechts, der mit dem Motherboard verbunden ist (integrierte Grafik auf dem i5)
- Ein zentraler Monitor, der an die Grafikkarte angeschlossen ist
- Ein Monitor ganz links ist mit der Grafikkarte verbunden
Ich benutze die folgende xorg.config
Section "ServerFlags"
Option "DefaultServerLayout" "PrimaryLayout"
Option "Xinerama" "off"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
EndSection
Section "Device"
Identifier "Intel HD Graphics 3000"
Driver "intel"
EndSection
Section "Device"
Identifier "Geforce GTX 560 Ti"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Screen 0
EndSection
Section "Monitor"
Identifier "AOC"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "Samsung"
EndSection
Section "Monitor"
Identifier "ViewSonic"
EndSection
Section "Screen"
Identifier "Samsung"
Device "Intel HD Graphics 3000"
Monitor "Samsung"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "AOC"
Device "Geforce GTX 560 Ti"
Monitor "AOC"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "ViewSonic"
Device "Geforce GTX 560 Ti"
Monitor "ViewSonic"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "ServerLayout"
Identifier "PrimaryLayout"
Screen "AOC" 0 0
Screen "ViewSonic" LeftOf "AOC"
Screen "Samsung" RightOf "AOC"
InputDevice "Keyboard" "CoreKeyboard"
InputDevice "Mouse" "CorePointer"
EndSection
Section "ServerLayout"
Identifier "SingleLayout"
Screen "AOC" 0 0
InputDevice "Keyboard" "CoreKeyboard"
InputDevice "Mouse" "CorePointer"
EndSection
Welches hat den folgenden Effekt:
- Der Monitor ganz rechts funktioniert nicht
- Der mittlere und der linke Monitor funktionieren wie erwartet
Ein bisschen mehr Infos:
- Ich bin im Kernel
3.11.0-12-generic
- Ich verwende die proprietäre Treiberversion von nvidia
331.67
GeForce GTX 560 Ti Cu II
ist nVidia Karte, nicht wahr ?
/usr/bin/nvidia-settings
für die X-Server-Konfiguration zu verwenden?