Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2002 13:10:04 -0700 (PDT)
From:      Jens Schweikhardt <schweikh@schweikhardt.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/42213: moused(8) seems to delay some mouse events from a USB mouse
Message-ID:  <200209072010.g87KA4Qs070995@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/42213; it has been noted by GNATS.

From: Jens Schweikhardt <schweikh@schweikhardt.net>
To: Eric van Gyzen <vangyzen@stat.duke.edu>
Cc: GNATS Bug Followup <bug-followup@FreeBSD.org>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209072010.g87KA4Qs070995>