From owner-freebsd-bugs Sat Sep 7 13:10: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D051D37B400 for ; Sat, 7 Sep 2002 13:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A09743E6E for ; Sat, 7 Sep 2002 13:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87KA4JU070997 for ; Sat, 7 Sep 2002 13:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87KA4Qs070995; Sat, 7 Sep 2002 13:10:04 -0700 (PDT) Date: Sat, 7 Sep 2002 13:10:04 -0700 (PDT) Message-Id: <200209072010.g87KA4Qs070995@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jens Schweikhardt Subject: Re: bin/42213: moused(8) seems to delay some mouse events from a USB mouse Reply-To: Jens Schweikhardt 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 The following reply was made to PR bin/42213; it has been noted by GNATS. From: Jens Schweikhardt To: Eric van Gyzen Cc: GNATS Bug Followup Subject: Re: bin/42213: moused(8) seems to delay some mouse events from a USB mouse Date: Sat, 7 Sep 2002 21:35:20 +0200 On Tue, Sep 03, 2002 at 10:46:27AM -0400, Eric van Gyzen wrote: # 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. # 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. I'm stumped. Have you already tried asking in an X11 related newsgroup or mailing list if this is a known problem? Maybe somebody can confirm or deny the symptom being HW, FreeBSD or XFree86 related. Regards, Jens To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message