Google
 

lunes, 30 de abril de 2007

Mouse Serial

Configurar Mouse Serial

hola yo instale mi kubuntu dapper en mi pentium 3 y tuve un problema con mi mouse, ya que no era PS2 y no lo reconocia automaticamente mi SO.. mi mouse tenia una entrada de tipo serial, y vi como se corregía este problema, por si alguno le pasa lo mismo aqui esta la solución. Tienes que editar el archivo /etc/X11/xorg.conf .

que inicialmente será asi:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

y para que me funcione lo cambie a

Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/ttyS0"
Option "Protocol" "Microsoft"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection


.. bueno y como le cambie el nombre al identificador.. tb abajo tengo que cambiarlo para q a la hora de cargar lo jale no?
en..


Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Serial Mouse" ----- acá antes estaba "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection



Suerte y nos vemos!

No hay comentarios: