[OT] Xorg - 2 Tarjetas de video
Estoy intentando configurar Xorg para utilizar 2 tarjetas para tener 2
pantallas distinas, asi en una puedo ver X aplicacion y en otro pues
estar utilizando algunas cosas, he estado intentando configurar esto en
la casa con Debian Etch y en el trabajo con ubuntu.
Solo he podido hechar andar que un monitor sea la continuacion del otro
hacia la izq, derecha, arriba, abajo, pero no lograr lo que yo quiero
que es tener por asi decirlo 2 X independientes.
Aqui esta mi xorg.conf, el equipo en donde estoy actualmente tiene una
tarjeta intel integrada y una PCI Cirrus las lineas comentadas # Screen
0 y Screen 1 se supone que son las que hacen la diferencia para al
momento de que corras algo sea hacia :0 o :1 pero cuando activo esto me
manda estos errores
(WW) CIRRUS: No matching Device section for instance (BusID PCI:3:1:0) found
(EE) Screen 1 deleted because of no matching config section
Pues al menos es lo mas relevante que yo encuentro
/etc/X11/xorg.conf
Section "Device"
Identifier "intel"
Driver "i810"
BusID "PCI:0:2:0"
# Screen 0
EndSection
Section "Device"
Identifier "cirrus"
Driver "cirrus"
BusID "PCI:3:1:0"
# Screen 1
EndSection
Section "Monitor"
Identifier "derecha"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Monitor"
Identifier "izquierda"
Option "DPMS"
HorizSync 28-50
VertRefresh 43-75
EndSection
Section "Screen"
Identifier "derecha"
Device "intel"
Monitor "derecha"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "izquierda"
Device "cirrus"
Monitor "izquierda"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Dual Monitor"
Screen "derecha" 0 0
Screen "izquierda" RightOf "derecha"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "Xinerama" "true"
Option "Clone" "off"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Cualquier sugerencia, comentario, critica, etc, etc se agradece.
Reply to: