From owner-freebsd-questions@FreeBSD.ORG Sat May 31 07:20:33 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 2C27D37B404 for ; Sat, 31 May 2003 07:20:33 -0700 (PDT) Received: from fed1mtao06.cox.net (fed1mtao06.cox.net [68.6.19.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id A897C43FB1 for ; Sat, 31 May 2003 07:20:32 -0700 (PDT) (envelope-from xcas@cox.net) Received: from smtp.west.cox.net ([172.18.180.52]) by fed1mtao06.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20030531142028.JCLX2941.fed1mtao06.cox.net@smtp.west.cox.net>; Sat, 31 May 2003 10:20:28 -0400 From: cas To: Steven Lake , questions@freebsd.org Date: Sat, 31 May 2003 10:20:27 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20030531142028.JCLX2941.fed1mtao06.cox.net@smtp.west.cox.net> Subject: Re: My scroll wheel on my mouse won't work!! 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: Sat, 31 May 2003 14:20:33 -0000 > From: Steven Lake > Date: 2003/05/31 Sat AM 09:00:55 EDT > To: questions@freebsd.org > Subject: My scroll wheel on my mouse won't work!! > > Hi all. I got a microsoft optical mouse with a scroll wheel in it > and everything on it works great...except the wheel. I can't get KDE to > do anything with the wheel. How do I setup my mouse daemon to use my > scroll wheel? Much apreciated on the info. try adding this to /etc/X11/XF86Config-4 Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5" EndSection