From owner-freebsd-stable Thu Feb 8 5:14:55 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sunu422.rz.ruhr-uni-bochum.de (sunu422.rz.ruhr-uni-bochum.de [134.147.64.14]) by hub.freebsd.org (Postfix) with SMTP id C6FFC37B4EC for ; Thu, 8 Feb 2001 05:14:33 -0800 (PST) Received: (qmail 660 invoked from network); 8 Feb 2001 13:14:32 -0000 Received: from unknown (HELO ruhr-uni-bochum.de) (134.147.159.3) by mailhost.rz.ruhr-uni-bochum.de with SMTP; 8 Feb 2001 13:14:32 -0000 Message-ID: <3A828D95.E12D4628@ruhr-uni-bochum.de> Date: Thu, 08 Feb 2001 13:14:13 +0100 From: Thomas Stratmann X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Weird mouse click/drag behaviour References: <3A81A8A5.71D61306@ruhr-uni-bochum.de> <3A81B8BD.90C892DA@math.missouri.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everyone, thanks for the efforts to several of you, I could not fix it yet but I see clearer now. The symptom is as such: When I click and immediately move wildly no click is assumed, but when I then stop the movement before releasing button 1 then a click is assumed at the new position. My X server used the wrong device, but I fixed it now (I think): Section "Pointer" Protocol "SysMouse" Device "/dev/sysmouse" # BaudRate 1200 # Emulate3Timeout 50 Resolution 100 # Emulate3Buttons EndSection I commented lines out as above as I suspected a double 3rd-button-emulation conflict. The emulation as such works. The problem seems to appear in the system console, too. My moused options: moused -t auto -3 -E 2 -p /dev/psm0 (I tuned down the -E timeout as I suspected the problem there, but I was wrong. Using such a stupid short time interval works, my fingers seem thick enough) I am running out of ideas now, maybe someone of you not ;-) Stephen Montgomery-Smith wrote: > > Thomas Stratmann wrote: > > > > Is there a hack for posting messages on a terminal (e.g. log messages) > > whenever my moused thinks I click? Would be useful for tracking this > > problem. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message