From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 18:08:15 2003 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 476FC37B401 for ; Mon, 16 Jun 2003 18:08:15 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F52543F93 for ; Mon, 16 Jun 2003 18:08:14 -0700 (PDT) (envelope-from sweetleaf@myrealbox.com) Received: from KroNiC.example.org SweeTLeaF@smtp-send.myrealbox.com [12.210.147.136]$ on Novell NetWare; Mon, 16 Jun 2003 18:08:16 -0700 Date: Mon, 16 Jun 2003 20:08:13 -0500 From: sweetleaf To: Chris Message-Id: <20030616200813.4082885a.sweetleaf@myrealbox.com> In-Reply-To: <200306161951.07615.racerx@makeworld.com> References: <200306161836.54446.spooky@cableone.net> <200306161951.07615.racerx@makeworld.com> Organization: personal X-Mailer: Sylpheed version 0.9.0claws (GTK+ 1.2.10; i386-unknown-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Ken Thompson cc: freebsd-questions@freebsd.org Subject: Re: Mouse wheel Not working in 5.0/5.1 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, 17 Jun 2003 01:08:15 -0000 I had the same problem with my logitech scroll mouse. I fixed it with the following in my XF86Config: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection On Mon, 16 Jun 2003 19:51:07 -0500 Chris wrote: > Below is mine. - I suspect your issues my be either the proto, or the device. > FYI - I'm using a Logitec wheel via PS/2 port > > > # Identifier and driver > > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "Auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > > > > > On Monday 16 June 2003 07:36 pm, Ken Thompson wrote: > > Hello all, I have two systems set up on FreeBSD, one with 5.0 and one with > > 5.1. I can't seem to get the wheel to work on either one even though I have > > added Option "ZAxisMapping" "4 5" to my XFree86Config. One mouse is a cheap > > M$ and the other is an OEM Logitech.. Both are detected and work flawlessly > > as Generic Wheel Mouse in Mandrake, SuSE and Knoppix.. > > Any ideas or work arounds??? > > Thanks, > > -- > > Best regards, > Chris > ______________________________________________________________________ > > PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363 > > PGP Mail encouraged / preferred - keys available on common key servers > ______________________________________________________________________ > 01010010011000010110001101100101011100100101100000000000 > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >