On Thu, 29 Aug 2002, Panagiotis Papadakos wrote:

> I can't get scrolling working. I have read README.mouse and I am using the
> following in my XF86Config:
> 
> Section "InputDevice"
>   Driver        "mouse"
>   Identifier    "Mouse[1]"
>   Option        "Device"        "/dev/input/mice"
>   Option        "Protocol"      "auto"
>   Option        "Buttons"       "6"
>   Option        "ZAxisMapping"          "5 6"
> EndSection

X only has 5 first class buttons (ie buttons 6... work differently).
Try
        Option  "ZaxisMapping"  "4 5"
This should enable scrolling.
For me the last button acts as another "middle button" which
can be convenient since I find it easy to scroll by mistake
while pressing the wheel.

-- 
Dr. Andrew C. Aitchison         Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to