2010-06-29

Setup USB-Mouse under Debian

Machine: Thinkpad510SL
System: Debian Lenny
Kernel: 2.6.26-2-686

> sudo modprobe usbmouse

If you want to load the module at boot time, add 'usbmouse' into /etc/modules.

Sometimes the scrolling doesn't work so well, I update the /etc/X11/xorg.conf
=================

Section "InputDevice"
        Identifier      "USB Mice"
        Driver           "mouse"
        Option          "Device" "/dev/input/mice"
        Option          "Protocol" "IMPS/2"
        Option          "ZAxisMapping" "4 5"
EndSection

=================

Reference:

No comments:

Post a Comment