configuracion del xorg y gdm
Edward Carrasco
edwardcp en gmail.com
Mar Ago 29 16:45:50 UTC 2006
estoy tratando de configurar una pc con ubuntu para que trabaje con
dos monitores dos teclados y dos mouse y con sus respectivas sesiones,
el problema
me resulta que al iniciar esta dos sesiones solo me responden el
teclado y el mouse de la que carga ultima (algo asi como si esta
bloqueara el teclado y mouse de la primera).
eh provado de todo y buscado sin exito por ahi derepente me falta
algo, si alguien antes lo a echo haber que alcance me puede dar.
espero su ayuda.
les mando los archivos de configuracion de xorg.conf y gdm.conf
xorg.conf...............
Section "InputDevice"
Identifier "keyboard0"
Driver "evdev"
Option "CoreKeyboard"
Option "Device" "/dev/input/event0"
EndSection
Section "InputDevice"
Identifier "keyboard1"
Driver "evdev"
Option "CoreKeyboard"
Option "Device" "/dev/input/event3"
EndSection
Section "InputDevice"
Identifier "mouse0"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "mouse1"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mouse1"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "video0"
Driver "nv"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "video1"
Driver "vesa"
BusID "PCI:0:9:0"
EndSection
Section "Monitor"
Identifier "monitor0"
HorizSync 30-55
VertRefresh 50-120
EndSection
Section "Monitor"
Identifier "monitor1"
HorizSync 30-55
VertRefresh 50-120
EndSection
Section "Screen"
Identifier "screen0"
Device "video0"
Monitor "monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "screen1"
Device "video1"
Monitor "monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "layout0"
Screen "screen0"
InputDevice "keyboard0"
InputDevice "mouse0"
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
InputDevice "keyboard1"
InputDevice "mouse1"
EndSection
Section "DRI"
Mode 0666
EndSection
gdm.conf ...................
[servers]
0=Standard0
1=Standard1
[server-Standard0]
name=Standard server
command=/usr/bin/X -br -audit 0 -layout layout0 -novtswitch -sharevts
flexible=true
[server-Standard1]
name=Standard server
command=/usr/bin/X -br -audit 0 -layout layout1 -novtswitch -sharevts
flexible=true
--
Edward Carrasco Palacios
..............................................
http://edwardcp.blogspot.com/
Más información sobre la lista de distribución ubuntu-es