From owner-freebsd-questions@FreeBSD.ORG Sat Sep 25 13:34: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 1D67316A4CE for ; Sat, 25 Sep 2004 13:34:56 +0000 (GMT) Received: from smtp15.wxs.nl (smtp15.wxs.nl [195.121.6.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31D5643D49 for ; Sat, 25 Sep 2004 13:34: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; Sat, 25 Sep 2004 15:34:54 +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 i8PDYnRk001176; Sat, 25 Sep 2004 15:34:49 +0200 Received: (from akruijff@localhost) by alex.lan (8.12.10/8.12.10/Submit) id i8PDYlJ4001175; Sat, 25 Sep 2004 15:34:47 +0200 Content-return: prohibited Date: Sat, 25 Sep 2004 15:34:47 +0200 From: Alex de Kruijff In-reply-to: <41555A2E.20800@thingy.apana.org.au> To: David Gerard Message-id: <20040925133447.GA796@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> 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: Sat, 25 Sep 2004 13:34:56 -0000 On Sat, Sep 25, 2004 at 12:44:46PM +0100, 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: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "Auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection > > 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? 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. -- Alex Articles based on solutions that I use: http://www.kruijff.org/alex/FreeBSD/