From owner-freebsd-bugs Tue Sep 3 7:46:34 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4250237B400; Tue, 3 Sep 2002 07:46:30 -0700 (PDT) Received: from davinci.isds.duke.edu (davinci.isds.duke.edu [152.3.22.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA5343E72; Tue, 3 Sep 2002 07:46:29 -0700 (PDT) (envelope-from vangyzen@stat.duke.edu) Received: from floyd.isds.duke.edu (floyd.isds.duke.edu [152.3.22.120]) by davinci.isds.duke.edu (8.11.6/8.11.6) with ESMTP id g83EkSs24930; Tue, 3 Sep 2002 10:46:28 -0400 (EDT) Content-Type: text/plain; charset="iso-8859-1" From: Eric van Gyzen Organization: ISDS, Duke University To: Jens Schweikhardt , freebsd-bugs@FreeBSD.org Subject: Re: bin/42213: moused(8) seems to delay some mouse events from a USB mouse Date: Tue, 3 Sep 2002 10:46:27 -0400 User-Agent: KMail/1.4.2 References: <200208310936.g7V9asRo065121@freefall.freebsd.org> In-Reply-To: <200208310936.g7V9asRo065121@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200209031046.28004.vangyzen@stat.duke.edu> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jens Schweikhardt wrote: > Under X11, start the xev(1) utility to see all the events. > When pressing a button outside the quare you should get something > like [...] > Are these events appearing as soon as you press the button or only > when you move the mouse and generate MotionNotify events? Thanks for the suggestion...I should have thought of that... ;) The events appear only after the next event is generated. =20 Specifically: 1. I press the left mouse button and nothing happens. 2. I release the left mouse button and event 1 appears: ButtonPress event, serial 18, synthetic NO, window 0x1e00001, root 0x3b, subw 0x0, time 270147181, (74,175), root:(852,388), state 0x0, button 1, same_screen YES 3. I move the mouse one pixel and events 2 and 3 appear in reverse order: MotionNotify event, serial 18, synthetic NO, window 0x1e00001, root 0x3b, subw 0x0, time 270149407, (74,174), root:(852,387), state 0x100, is_hint 0, same_screen YES ButtonRelease event, serial 18, synthetic NO, window 0x1e00001, root 0x3b, subw 0x0, time 270149407, (74,174), root:(852,387), state 0x100, button 1, same_screen YES I hope this helps. Let me know what I can try next. Eric --=20 Eric van Gyzen Sr. Systems Programmer, ISDS, Duke University PGP Public Key: http://www.stat.duke.edu/~vangyzen/vangyzen.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message