From owner-freebsd-questions@FreeBSD.ORG Tue Apr 6 15:06:32 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 B5CFD16A4CE for ; Tue, 6 Apr 2004 15:06:32 -0700 (PDT) Received: from mcp.lphp.org (APastourelles-107-1-4-105.w193-253.abo.wanadoo.fr [193.253.178.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7AFF43D1D for ; Tue, 6 Apr 2004 15:06:23 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from bsdbox.lphp.local (bsdbox.lphp.local [192.168.0.2]) by mcp.lphp.org (8.12.10/8.12.10) with ESMTP id i36M4sOH037583; Wed, 7 Apr 2004 00:04:54 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@freebsd.org Date: Wed, 7 Apr 2004 00:04:52 +0200 User-Agent: KMail/1.6.1 References: <20040406190038.2419016A4EA@hub.freebsd.org> <1081288659.1505.5.camel@einstein> In-Reply-To: <1081288659.1505.5.camel@einstein> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200404070004.53120.ajacoutot@lphp.org> cc: Marcelo Subject: Re: Problem with mouse scroll logitech 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: Tue, 06 Apr 2004 22:06:32 -0000 On Tuesday 06 April 2004 23:57, Marcelo wrote: > Hello all, > > I have a Logitech optical mouse with scroll, and i've used the scroll > function in several linux distros, but in freebsd i didnt find the > solution yet.. > > Is there any line to add in xf86config file, or other manner to solve > that? This is the XF86Config section for my mouse (Logitech WheelMouse), maybe it can help you: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5" EndSection Antoine