From owner-freebsd-questions@FreeBSD.ORG Wed Aug 31 15:16:07 2005 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 5B42A16A41F for ; Wed, 31 Aug 2005 15:16:07 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id CC16F43D46 for ; Wed, 31 Aug 2005 15:16:06 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 86135 invoked from network); 31 Aug 2005 15:16:05 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 31 Aug 2005 15:16:05 -0000 X-pair-Authenticated: 200.115.214.28 Date: Wed, 31 Aug 2005 12:16:25 -0300 From: Alejandro Pulver To: freebsd-questions@freebsd.org Message-ID: <20050831121625.259d9cba@phobos.mars.bsd> In-Reply-To: References: X-Mailer: Sylpheed-Claws 1.9.12 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Efren Bravo Subject: Re: mouse wheel problem 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: Wed, 31 Aug 2005 15:16:07 -0000 On Tue, 30 Aug 2005 11:57:18 -0500 "Efren Bravo" wrote: > Hi, > > I've written on /etc/rc.conf : > > moused_port="/dev/psm0" > moused_flags="-r high -z 4" > moused_type="auto" > moused_enable="YES" > > and on /etc/X11/xorg.conf > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection > > But the scrollwheel doesn't work. I've tried with Kde's > Applications. > Have I a bad configuration? > > Thanks... > Hello, It works for me without the "ZAxisMapping" option (and the same options in rc.conf): Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Best Regards, Ale