From owner-freebsd-questions Sun Aug 15 23:58:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt011n65.san.rr.com (dt011n65.san.rr.com [204.210.13.101]) by hub.freebsd.org (Postfix) with ESMTP id 545F814E12 for ; Sun, 15 Aug 1999 23:58:06 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt011n65.san.rr.com (8.9.3/8.8.8) with ESMTP id XAA15525; Sun, 15 Aug 1999 23:56:57 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <37B7B640.93651765@gorean.org> Date: Sun, 15 Aug 1999 23:57:04 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT-0815 i386) X-Accept-Language: en MIME-Version: 1.0 To: John Reynolds~ Cc: freebsd-questions@freebsd.org Subject: Re: hints on getting MouseMan+ "wheel" working? References: <14260.14873.406944.979169@hip186.ch.intel.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Reynolds~ wrote: > > Hello, > > I have recently been trying to get my "wheeled mouse" to work under X > on 3.2-STABLE. I've read the stuff on > > http://www.inria.fr/koala/colas/mouse-wheel-scroll/ > > but can't seem to get any button4/button5 events to be recognized by X. > When I use "xev" to view events all I can see are button1/2/3 events for > the "standard" three buttons on the MouseMan+ mouse. This is a PS/2 mouse > and I have moused running via: I had the same problem, and was never able to get it to work with moused + X. I finally solved the problem by using the following settings in /etc/XF86Config: Section "Pointer" Protocol "Auto" Device "/dev/psm0" Buttons 5 ZAxisMapping 4 5 That combined with the .Xdefaults stuff for xterm and Netscape give me scrolling for those two apps (actually it's kvt, not xterm, but it works for xterm too). I haven't tried setting it up for kde itself, and a quick check of a few KDE apps showed that they aren't recognizing the wheel, but at least I have a starting place to work from now. HTH, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message