Date: Sun, 15 Aug 1999 23:57:00 -0700 From: Doug <Doug@gorean.org> To: freebsd-questions@freebsd.org Subject: Re: Wheelie mouse + PS/2 mouse possible? Message-ID: <37B7B63C.B23DFF9@gorean.org> References: <37B23870.F12EC364@gorean.org> <37B2446D.361229D3@gorean.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37B7B63C.B23DFF9>