Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Sep 2003 17:47:39 +0200
From:      Hasse Hansson <webmaster@swedehost.com>
To:        "Scott Renna" <srenna@vdbmusic.com>, <freebsd-questions@freebsd.org>
Subject:   Re: intellimouse scroll wheel problem
Message-ID:  <200309211747.39552.webmaster@swedehost.com>
In-Reply-To: <000301c38054$0c9f98e0$0201a8c0@mars>
References:  <000301c38054$0c9f98e0$0201a8c0@mars>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 21 September 2003 17.21, Scott Renna wrote:
> Hello all,
>
> Had a question in regards to the MS Intellimouse(USB) and X.  I
> finally got it working right, for a while I'd move it and it would
> jump around in the left corner.  I changed the MouseProtocol to be
> MouseSystems...not sure what that means but I saw it on here.
>
> Here's the problem, the scroll knob doesn't work.  Anyone had any
> experience with this mouse and getting it to work right.  I tried
> using a converter to ps2 and the thing isn't even recognized as
> working.
>
> Scott Renna
>
>

Hi.
This is from my /etc/X11/XF86Config
for a 3-buttons ps2 mouse ( NOT USB )
but the interesting line is the ZAxisMapping.

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "ZAxisMapping" "4 5"
        Option      "Buttons" "5"
EndSection

Regards
Hasse.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309211747.39552.webmaster>