Date: Sat, 25 Sep 2004 15:01:03 +0200 From: Benjamin Walkenhorst <krylon@gmx.net> To: freebsd-questions@freebsd.org Subject: Re: Mouse wheel on XOrg 6.7.0 (FreeBSD 5.3-beta5) Message-ID: <20040925150103.48507e74.krylon@gmx.net> In-Reply-To: <41555A2E.20800@thingy.apana.org.au> References: <41555A2E.20800@thingy.apana.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 25 Sep 2004 12:44:46 +0100
David Gerard <fun@thingy.apana.org.au> wrote:
> I've just installed the latest 5.3 beta with XOrg 6.7.0.
> The mouse works, except I can't get the mouse wheel to work.
>
> The mouse section of xorg.conf is as follows:
>
[ ... ]
>
> The last two option lines are as the XFree86 config on my
> old 4.x install was.
>
> Is there something simple and obvious I haven't done?
I recently switched to X.org without changing any of my configuration.
My mouse section looks like this:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "SysMouse"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
EndSection
Works fine. I guess you have to change the protocol to SysMouse.
> - d.
Hope it helps,
Benjamin
--
If cars had improved at [the computer industry's] rate, a Rolls Royce
would now cost 10 dollars and get a billion miles per gallon.
(Unfortunately, it would probably also have 200-page manual telling how
to open the door.)
--
Andrew Tanenbaum, "Introduction To Distributed Systems"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040925150103.48507e74.krylon>
