[ltp] USB mouse on R52 (getting scrolling to work)
Takis Diakoumis
linux-thinkpad@linux-thinkpad.org
Sat, 18 Mar 2006 19:21:49 +1100
Hi
i have an R51. mouse works fine.
my mouse section in xorg.conf is as follows:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Buttons" "5"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
i think device needs to be /dev/psaux (obviously provided its in /dev)
hope this helps
Takis
On Fri, 2006-03-17 at 18:48 +0000, m h wrote:
> Hi folks-
> Just found this list! I bought an R52 last month and put Gentoo on
> it. Most things are working, now I'm just resolving annoyances. One
> is that usb mouse scrolling doesn't work.
>
> Here's the relevant seciton of xorg.conf:
> Section "InputDevice"
> Identifier "USB Mouse"
> Driver "mouse"
> Option "Protocol" "imps/2"
> #Option "Protocol" "ps/2"
> Option "Buttons" "5"
> #Option "Device" "/dev/input/usbmice"
> Option "Device" "/dev/input/event4"
> Option "ZAxisMapping" "4 5"
>
> EndSection
>
> I've tried various combinations of Protocol and Device, but just can't
> get scrolling to work. Any hints?
>
> thanks
>
> matt
>
> ps- bonus question. I've got side (right edge) scrolling working for
> the synaptics pad, but not circular scrolling... Is this not available
> on the R52?