From owner-freebsd-questions Tue Oct 8 19:41:35 2002 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 4860237B401 for ; Tue, 8 Oct 2002 19:41:34 -0700 (PDT) Received: from syr.edu (syr.edu [128.230.1.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A0B43E4A for ; Tue, 8 Oct 2002 19:41:33 -0700 (PDT) (envelope-from met@uberstats.com) Received: from SURVIVAL (syru241-188.syr.edu [128.230.241.188]) by syr.edu (8.9.3/8.9.3) with ESMTP id WAA16621; Tue, 8 Oct 2002 22:41:24 -0400 (EDT) From: "MET" To: "'Charles J. Gaush'" , Subject: RE: Getting the Mouse's Scroll to work Date: Tue, 8 Oct 2002 22:42:30 -0400 Message-ID: <002601c26f3d$83b2b350$0200a8c0@SURVIVAL> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-reply-to: <200210082225.44064.cgaush@adelphia.net> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks a lot for all the mouse help, I got it working. Sad to say, it was much easier than I'd guessed. I wonder why that's not a default question when setting up the mouse daemon or something along those lines. Perhaps I'm spoiled to have all my mouse's with wheels though. ~ Matthew -----Original Message----- From: Charles J. Gaush [mailto:cgaush@adelphia.net] Sent: Tuesday, October 08, 2002 10:26 PM To: MET; freebsd-questions@FreeBSD.ORG Subject: Re: Getting the Mouse's Scroll to work On Tuesday 08 October 2002 01:21 pm, MET wrote: > Does anyone know how to get KDE to recognize the mouse's wheel, so > that I can use it to quickly scroll up and down documents. I'm > posting this here because I'm guessing that mostly it's a setting in > FreeBSD first, and KDE second. > > Ideas? > > ~ Matthew > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message In XFree86-4, using the following in /etc/X11/XF86Config should do the trick: # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5" I'm using a Trekker wheelmouse. If you've already configured X, you should just add the ZAxisMapping line and change the protocol to Auto and then restart X. CG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message