[ltp] 600e scroll wheel mouse

Fekete Gabor linux-thinkpad@linux-thinkpad.org
Fri, 30 May 2003 07:51:26 +0200 (DFT)


OK!
Thanks. I will try.

> 
> Section "InputDevice"
>         Identifier      "Trackpoint"
>         Driver          "mouse"
>         Option          "Protocol" "PS/2"
>         Option          "Device" "/dev/mouse"
>         Option          "ZAxisMapping" "4 5"
> EndSection
> 
> Section "InputDevice"
>         Identifier      "USB Mouse"
>         Driver          "mouse"
>         Option          "Protocol" "ImPS/2"
>         Option          "Device" "/dev/input/mice"
>         Option          "ZAxisMapping" "4 5"
> EndSection
> 
> For the USB mouse you'll need to load the kernel modules "hid" and "mousedev". 
> With the USB mouse you can also hotplug your mouse while X is running and use 
> the wheel then!
> 
> Ciao, Matthias