martes, agosto 15, 2006

 

[xwindow][faq]Utilizar serial mouse

En /etc/X11/xorg.conf:

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"

Cambia las lineas de

Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"

a

Option "Device" "/dev/ttyS0"
Option "Protocol" "Microsoft"





<< Home

This page is powered by Blogger. Isn't yours?