From owner-freebsd-questions Wed Oct 24 14:33:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 7FFA937B405 for ; Wed, 24 Oct 2001 14:33:51 -0700 (PDT) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id f9OLY1g35248; Wed, 24 Oct 2001 17:34:01 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 24 Oct 2001 17:34:01 -0400 (EDT) From: Joe Clarke To: H Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Imwheel problems++ In-Reply-To: <20011023221719.B47661@moya.lambermont.dyndns.org> Message-ID: <20011024173224.B35166-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Tue, 23 Oct 2001, H wrote: > I read most of the imwheel posts on -questions, but I still have a > problem with it. > > Here's my situation: > > I use 'moused -z 4 -p /dev/psm0 -t auto', moused does see the wheel > actions (I know because I hacked it so that it prints +1 and -1 when I > move the wheel). I tried this with both a Logitech S48 wheelmouse and a > Microsoft Intellimouse. So far so good. > > I run XFree86-4.1.0_7 from ports on 4.4-STABLE with the following > section in my XF86Config: > > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "Auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection I use: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" EndSection under 4.1.0_6 and it works fine. That is, with imwheel running, I am able to scroll in applications like Netscape, vi, etc. I know there were some mouse security fixes in 4.1.0_7. I'm not sure what effect they may have on imwheel though. Joe > > I tried imwheel-0.9.9 as it installed from ports. No Go (that is, it > does nothing for me yet :) > I followed imwheel with a debugger until it reaches XNextEvent(d,e); in > getInput from which it never returns. > > Oh, my window manager is kde-2.2, also from ports. > > Any ideas/tips to tackle this problem are welcome. > > regards, > Hans Lambermont > -- > http://lambermont.webhop.org/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message