Date: Sun, 26 Sep 2004 02:45:00 -0500 (CDT) From: Seahawk <seahawk@visi.com> To: David Gerard <fun@thingy.apana.org.au> Cc: questions@freebsd.org Subject: Re: Mouse wheel on XOrg 6.7.0 (FreeBSD 5.3-beta5) Message-ID: <Pine.GSO.4.58.0409260234270.5070@isis.visi.com> In-Reply-To: <4155E2CD.4080407@thingy.apana.org.au> References: <41555A2E.20800@thingy.apana.org.au> <20040925150103.48507e74.krylon@gmx.net> <4155E2CD.4080407@thingy.apana.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
I've had my mousewheel running under XOrg, these are the following lines I put in the two following files rc.conf: moused_enable="YES" moused_type="auto" moused_flags="-z 4" xorg.conf: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" EndSection I just used the instructions on the FreeBSD faq here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/x.html#X-AND-WHEEL and just used the examples for XFree86 4.x in my xorg.conf file -Chad On Sat, 25 Sep 2004, David Gerard 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: > > > 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. > > Alex de Kruijff wrote: > > > This needs to go in /etc/rc.conf > > moused_flags="-a .4" > > moused_port="/dev/psm0" > > moused_type="auto" > > moused_enable="YES" > > The value afther a is a correction factor. > > > Unfortunately, neither of these suggestions work, either separately > or together! > > More detail: the mouse is a Compaq (Logitech) USB optical mouse. > I did try moused_port="/dev/ums0" as well. > > Any other ideas?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.58.0409260234270.5070>