Я пытаюсь заставить работать 3 экрана, один на моем встроенном AMD HD4200 и 2 на моем Nvidia GT 430. У меня работают 2 экрана, но IX выдает ошибку. Там написано "Экран 1 был удален из-за отсутствия соответствующего раздела конфигурации" Есть идеи?
Кроме того, я не могу использовать такой инструмент, как arandr, потому что он не распознает все мониторы / устройства.
Вот мой xorg.conf:
#Section "ServerFlags"
# Option "xinerama" "True"
#EndSection
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "MidScreen" 0 0
Screen 1 "LeftScreen" LeftOf "MidScreen"
Screen 2 "RightScreen" RightOf "MidScreen"
Option "Clone" "Off"
EndSection
#-------------------------------------------------------------------$
Section "Device"
Identifier "Nvidia-dvi"
Driver "nouveau"
BusID "PCI:2:0:0"
Option "ZaphodHeads" "DVI-I-1"
Screen 1
EndSection
Section "Device"
Identifier "Nvidia-vga"
Driver "nouveau"
BusID "PCI:2:0:0"
Option "ZaphodHeads" "VGA-0"
Screen 2
EndSection
Section "Device"
Identifier "ATI"
Driver "vesa"
BusID "PCI:1:5:0"
Screen 0
EndSection
#-------------------------------------------------------------------$
Section "Monitor"
Identifier "LeftMonitor"
EndSection
Section "Monitor"
Identifier "MidMonitor"
EndSection
Section "Monitor"
Identifier "RightMonitor"
EndSection
#-------------------------------------------------------------------$
Section "Screen"
Identifier "LeftScreen"
Device "Nvidia-dvi"
Monitor "LeftMonitor"
EndSection
Section "Screen"
Identifier "MidScreen"
Device "ATI"
Monitor "MidMonitor"
EndSection
Section "Screen"
Identifier "RightScreen"
Device "Nvidia-vga"
Monitor "RightMonitor"
EndSection
