From owner-freebsd-questions Sun Aug 15 23:56:42 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 C18D314EB1 for ; Sun, 15 Aug 1999 23:56:33 -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 XAA15521 for ; Sun, 15 Aug 1999 23:56:53 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <37B7B63C.B23DFF9@gorean.org> Date: Sun, 15 Aug 1999 23:57:00 -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: freebsd-questions@freebsd.org Subject: Re: Wheelie mouse + PS/2 mouse possible? References: <37B23870.F12EC364@gorean.org> <37B2446D.361229D3@gorean.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug wrote: > > Doug wrote: > > > > I have a PS/2 wheelie mouse (a logitech model M-C48 to be precise) and > > following the instructions in the moused man page I set this in > > rc.conf.local: > > > > moused_enable="YES" > > moused_port="/dev/psm0" > > moused_type="intellimouse" > > > > When I boot (or try to start moused by hand with the same settings) I get: > > > > moused: mouse type mismatch (ps/2 != intellimouse), ps/2 is assumed > > > > I don't see any other combinations in the man page that look like they > > will do what I want, so any suggestions would be welcome. > > Sorry I wasn't clear on what I'm trying to do. The mouse itself works, > both buttons and the wheel actually acts like a third button when > depressed, that's all good. What I want is the wheel scrolling feature, > which currently isn't recognized. For the archives: I 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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message