Tuesday, June 24, 2008

Configurando el mouse en mi casa

Configurando el mouse en mi casa

en consola
# gpm -m /dev/ttyS0 -t mman


Y en /etc/X11/xorg.conf

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/ttyS0"
Option "Protocol" "MouseMan"
Option "Emulate3Buttons" "off"
EndSection

No comments: