From owner-freebsd-questions@FreeBSD.ORG Sun Aug 5 19:42:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DD6616A421 for ; Sun, 5 Aug 2007 19:42:53 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 4A15213C45B for ; Sun, 5 Aug 2007 19:42:53 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id E1AE751910 for ; Sun, 5 Aug 2007 15:42:51 -0400 (EDT) Date: Sun, 5 Aug 2007 20:42:48 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070805204248.4479676e@gumby.homeunix.com.> In-Reply-To: <20070805211444.N32915@wojtek.tensor.gdynia.pl> References: <20070805211444.N32915@wojtek.tensor.gdynia.pl> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: using mouse 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: Sun, 05 Aug 2007 19:42:53 -0000 On Sun, 5 Aug 2007 21:19:08 +0200 (CEST) Wojciech Puchar wrote: > i just bought some cheap PS/2 mouse (A4 tech) 3-keys while middle key > is a wheel that can be both pressed and rolled > > > no rolling works both in text and xorg > > moused_enable="YES" > > in rc.conf > > and > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > > in xorg.conf > > do i have to add something? Try running xev. Put the pointer over the test window, and rotate the wheel backwards and forward to see its button numbers.