From owner-freebsd-x11@FreeBSD.ORG Fri Feb 3 19:41:47 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11F7716A420 for ; Fri, 3 Feb 2006 19:41:47 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83AA743D46 for ; Fri, 3 Feb 2006 19:41:45 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id A52FA17B918; Fri, 3 Feb 2006 20:41:44 +0100 (CET) X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IOZqRj2H44tl; Fri, 3 Feb 2006 20:41:42 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 4592F17B916; Fri, 3 Feb 2006 20:41:42 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id D27D91702F; Fri, 3 Feb 2006 20:41:41 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Fri, 3 Feb 2006 20:41:39 +0100 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602032041.40708.dejan.lesjak@ijs.si> Cc: Subject: Re: Mouse wheel doesn't work X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2006 19:41:47 -0000 On Friday 03 February 2006 20:26, Teo De Las Heras wrote: > So the following config will get the wheel on my mouse to work? > > /etc/rc.conf > moused_enable="YES" > moused_flags="4" Without moused_flags. > xorg.conf > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection Dejan