From owner-freebsd-questions@FreeBSD.ORG Thu Oct 12 00:18:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8D64916A412 for ; Thu, 12 Oct 2006 00:18:32 +0000 (UTC) (envelope-from ajm91qw@sbcglobal.net) Received: from smtp109.sbc.mail.mud.yahoo.com (smtp109.sbc.mail.mud.yahoo.com [68.142.198.208]) by mx1.FreeBSD.org (Postfix) with SMTP id C21F943D45 for ; Thu, 12 Oct 2006 00:18:31 +0000 (GMT) (envelope-from ajm91qw@sbcglobal.net) Received: (qmail 53362 invoked from network); 12 Oct 2006 00:18:31 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Received:Date:From:To:Subject:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent; b=QR7PnrMDe/Wpv2AeqdeTQcJ9VtdSuD+0y4TVi4Bl+I2DG0cAZSn0HOTXY20nFdQM4FrYm5ARbUq0DGFw3gUnX3Ak+xCcpasT4zD8LVTV3E3oenWcZSzHoP2Xh3eksQNdpy0pqlb6qvGLqM8jFhllA0wmfG8CgaW6kDqsQmlTpOs= ; Received: from unknown (HELO localhost) (ajm91qw@sbcglobal.net@70.255.170.163 with plain) by smtp109.sbc.mail.mud.yahoo.com with SMTP; 12 Oct 2006 00:18:30 -0000 Date: Wed, 11 Oct 2006 19:20:45 -0500 From: ajm To: freebsd-questions@freebsd.org Message-ID: <20061012002044.GA710@powerfull.bsd> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) Subject: Re: Logitech optical mouse w/ scroll wheel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2006 00:18:32 -0000 On Wed, Oct 11, 2006 at 02:41:43PM -0700, William Tracy wrote: > >I thought I'd document my experiences with my Logitech optical USB > >mouse under FreeBSD 6.1 release 1 so that maybe it will help the next > >person hunting with Google. :-) > > Actually, I guess that's FreeBSD 6.1 release 0. :-P In my xorg.conf file I have the following Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection My Logitech optical mouse works fine... Hope this helps. -- Alex FreeBSD 6.0-RELEASE i386