Sto cercando di far funzionare 3 schermi, uno sulla mia AMD HD4200 e 2 sulla mia Nvidia GT 430. Sto lavorando a 2 schermi, ma I X mi sta dando un errore. Dice "La schermata 1 è stata cancellata a causa di nessuna sezione di configurazione corrispondente" Qualsiasi idea?
Inoltre, non posso usare uno strumento come arandr perché non riconosce tutti i monitor / dispositivi.
Ecco il mio 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