Я хочу, чтобы тройная настройка монитора работала правильно.
Моя установка выглядит следующим образом:
- Linux Mint 16 x64
- Intel Core i5-2500k
- GeForce GTX 560 Ti Cu II
- Крайний правый монитор, подключенный к материнской плате (встроенная графика на i5)
- Центральный монитор подключен к графической карте
- Крайний левый монитор, подключенный к графической карте
Я использую следующий 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
Который имеет следующий эффект:
- Крайний правый монитор не работает
- Центральный и левый мониторы работают как положено
Немного больше информации:
- Я на ядре
3.11.0-12-generic
- Я использую проприетарный драйвер nvidia версии
331.67