From owner-freebsd-questions@FreeBSD.ORG Thu Oct 21 01:16:47 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 8EEDF16A4CE for ; Thu, 21 Oct 2004 01:16:47 +0000 (GMT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49AC143D1D for ; Thu, 21 Oct 2004 01:16:47 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id CBDD962E1; Wed, 20 Oct 2004 20:16:46 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01606-08; Wed, 20 Oct 2004 20:16:44 -0500 (CDT) Received: from racerx.makeworld.com (racerx.makeworld.com [198.92.228.34]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id D9DDE6294; Wed, 20 Oct 2004 20:16:43 -0500 (CDT) From: Chris To: freebsd-questions@freebsd.org, Eric Kjeldergaard Date: Wed, 20 Oct 2004 20:17:06 -0500 User-Agent: KMail/1.7 References: <4176AA28.30501@mscweb.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410202017.06250.racerx@makeworld.com> X-Virus-Scanned: by ClamAV 0.75.1/amavisd-new-2.1.1 at makeworld.com - Isn't it ironic Subject: Re: The wheel of a mouse X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: racerx@makeworld.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 01:16:47 -0000 On Wednesday 20 October 2004 04:42 pm, Eric Kjeldergaard wrote: > > Try this instead of auto: > > Option "Protocol" "IMPS/2" > > I have to speak up and concur here. On my system, I was not able to > get moused to properly access my mousewheel. (Yes, I was using the > appropriate option(s) and did try quite a number fo things.) However, > when I switched to ImPS/2 and /dev/psm0 for X to do direct access of > my mouse device, it began working perfectly. I don't really use mouse > on console anyways. You may want to try that if it seems you're > having troubles. Here's how my wheel mouse is set: Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" This is running under 5.3-RC1 Good luck -- Best regards, Chris Real programmers understand Pascal.