Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 2004 11:12:02 -0300 (ADT)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        Dmitriy Startsev <metal_man@mail.ru>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: Logitech Trackman - middle button/wheel
Message-ID:  <20040713111036.I867@ganymede.hub.org>
In-Reply-To: <000401c4684c$5ac17e90$1d0f14ac@METALLER>
References:  <20040712154424.E20939@ganymede.hub.org> <000401c4684c$5ac17e90$1d0f14ac@METALLER>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 13 Jul 2004, Dmitriy Startsev wrote:

> Hello, Andrew!
> You wrote to "Marc G. Fournier" <scrappy@hub.org> on Tue, 13 Jul 2004
> 05:00:31 +1000:
>
> AM> +-------[ Marc G. Fournier ]----------------------
> ??|>
> ??|> Is there any way of getting X/KDE configured to make use of that as a
> ??|> scroll wheel?  I know under Windows, if I'm focus'd on Mozilla, for
> ??|> instance, I can use it to scroll up/down the page ... any way of doing
> ??|> this under Unix too?
>
> AM> Section "InputDevice"
> AM>         Identifier  "Mouse0"
> AM>         Driver      "mouse"
> AM>         Option      "Protocol" "auto"
> AM>         Option      "Device" "/dev/sysmouse"
> AM>         Option "Buttons" "5"
> AM>         Option "ZAxisMapping" "4 5"
> AM> EndSection
>
> AM> The Buttons, and the ZAxisMapping part is the important part for scroll
> AM> wheels.
>
> From my own experience, KDE has problems with sysmouse. At least for me the
> only way to enable mouse wheel was to completely disable moused.

Is there something in KDE that I have to do to enable this as well?  I've 
just restarted my X/KDE with:

Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "PS/2"
         Option      "Device" "/dev/psm0"
         Option      "Buttons" "5"
         Option      "ZAxisMapping" "4 5"
EndSection

And it didn't make a difference ... I can use it as a third button, but 
with my focus on something like Mozilla, it doesn't scroll the page 
up/down ...

Thanks ...


----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664



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