On Tuesday 08 October 2002 01:21 pm, MET wrote:
> Does anyone know how to get KDE to recognize the mouse's wheel, so that
> I can use it to quickly scroll up and down documents.  I'm posting this
> here because I'm guessing that mostly it's a setting in FreeBSD first,
> and KDE second.
>
> Ideas?
>
> ~ Matthew
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

In XFree86-4, using the following in /etc/X11/XF86Config should do the trick:

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "Protocol"     "Auto"
    Option      "Device"       "/dev/sysmouse"
    Option      "ZAxisMapping" "4 5"

I'm using a Trekker wheelmouse.  If you've already configured X, you should 
just add the ZAxisMapping line and change the protocol to Auto and then 
restart X.

CG

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to