From owner-freebsd-questions@FreeBSD.ORG Sat Sep 25 21:34:43 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 D846816A4CF for ; Sat, 25 Sep 2004 21:34:43 +0000 (GMT) Received: from mra04.ex.eclipse.net.uk (mra04.ex.eclipse.net.uk [212.104.129.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95CA343D1D for ; Sat, 25 Sep 2004 21:34:43 +0000 (GMT) (envelope-from fun@thingy.apana.org.au) Received: from localhost (localhost.localdomain [127.0.0.1]) by mra04.ex.eclipse.net.uk (Postfix) with ESMTP id 13C34135182 for ; Sat, 25 Sep 2004 22:28:25 +0100 (BST) Received: from mra04.ex.eclipse.net.uk ([127.0.0.1]) by localhost (mra04.ex.eclipse.net.uk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12949-01-53 for ; Sat, 25 Sep 2004 22:28:24 +0100 (BST) Received: from [10.0.0.4] (unknown [81.5.169.138]) by mra04.ex.eclipse.net.uk (Postfix) with ESMTP id D2CB3134FBC for ; Sat, 25 Sep 2004 22:28:14 +0100 (BST) Message-ID: <4155E2CD.4080407@thingy.apana.org.au> Date: Sat, 25 Sep 2004 22:27:41 +0100 From: David Gerard User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org References: <41555A2E.20800@thingy.apana.org.au> <20040925150103.48507e74.krylon@gmx.net> In-Reply-To: <20040925150103.48507e74.krylon@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by Eclipse VIRUSshield at eclipse.net.uk 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 21:34:44 -0000 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. 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? - d.