From owner-freebsd-questions@FreeBSD.ORG Sat Jan 31 13:21:51 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 88C8016A4CE for ; Sat, 31 Jan 2004 13:21:51 -0800 (PST) Received: from jorn.servebeer.com (node-c-0ab6.a2000.nl [62.194.10.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B93A43D39 for ; Sat, 31 Jan 2004 13:21:50 -0800 (PST) (envelope-from jorn@wcborstel.nl) Received: from sauron.emea.middle-earth.org (unknown [172.16.1.2]) by jorn.servebeer.com (Postfix) with ESMTP id B0A37170A3; Sat, 31 Jan 2004 22:19:58 +0100 (CET) From: Jorn Argelo To: jammet@swbell.net Date: Sat, 31 Jan 2004 22:21:56 +0100 User-Agent: KMail/1.5.4 References: <1075571378.12315.4.camel@Desolation> In-Reply-To: <1075571378.12315.4.camel@Desolation> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401312221.56964.jorn@wcborstel.nl> cc: questions@freebsd.org Subject: Re: Mouse Wheel in X 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, 31 Jan 2004 21:21:51 -0000 On Saturday 31 January 2004 18:49, Jammet wrote: > Im running 4.9 right now, and i have a Logitech Trackman for a mouse. My > current XFree86Config file looks like this with the mouse section > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Device" "/dev/sysmouse" > Option "Protocol" "Auto" > Option "ZAxisMapping" "4 5" I got my wheel working with only those three options. I guess that you don't need to add the other two. Cheers, Jorn