From owner-freebsd-questions@FreeBSD.ORG Sun Sep 26 00:30:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69CCC16A4CE for ; Sun, 26 Sep 2004 00:30:56 +0000 (GMT) Received: from smtp19.wxs.nl (smtp19.wxs.nl [195.121.6.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD1043D49 for ; Sun, 26 Sep 2004 00:30:55 +0000 (GMT) (envelope-from freebsd@akruijff.dds.nl) Received: from kruij557.speed.planet.nl (ipd50a97ba.speed.planet.nl [213.10.151.186])3questions@freebsd.org; Sun, 26 Sep 2004 02:30:55 +0200 (CEST) Received: from alex.lan (localhost [127.0.0.1]) by kruij557.speed.planet.nl (8.12.10/8.12.10) with ESMTP id i8Q0UoRk076239; Sun, 26 Sep 2004 02:30:50 +0200 Received: (from akruijff@localhost) by alex.lan (8.12.10/8.12.10/Submit) id i8Q0Um6l076238; Sun, 26 Sep 2004 02:30:48 +0200 Content-return: prohibited Date: Sun, 26 Sep 2004 02:30:48 +0200 From: Alex de Kruijff In-reply-to: <4155E2CD.4080407@thingy.apana.org.au> To: Benjamin Walkenhorst Message-id: <20040926003048.GD796@alex.lan> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4.2.1i References: <41555A2E.20800@thingy.apana.org.au> <4155E2CD.4080407@thingy.apana.org.au> X-Authentication-warning: alex.lan: akruijff set sender to freebsd@akruijff.dds.nl using -f cc: questions@freebsd.org Subject: Re: Mouse wheel on XOrg 6.7.0 (FreeBSD 5.3-beta5) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2004 00:30:56 -0000 On Sat, Sep 25, 2004 at 10:27:41PM +0100, David Gerard wrote: > Benjamin Walkenhorst wrote: > >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. > Benjamin, This one setup the driver and gives you directly mouse access to the console. Consentrate on that first. > Unfortunately, neither of these suggestions work, either separately > or together! The need to be togther. > More detail: the mouse is a Compaq (Logitech) USB optical mouse. > I did try moused_port="/dev/ums0" as well. man moused says: You can attach multiple USB mice to your system or to your USB hub. They are accessible as /dev/ums0, /dev/ums1, and so on. -- Alex P.S. Its common on these list to reply to all. I usaly miss mail thats not send to but no to me. Articles based on solutions that I use: http://www.kruijff.org/alex/FreeBSD/