Bug 490984

Summary: XTestFakeMotionEvent() always put the cursor at (0,0)
Product: [Fedora] Fedora Reporter: Fabrice Bellet <fabrice>
Component: xorg-x11-serverAssignee: Peter Hutterer <peter.hutterer>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: ajax, fabrice, peter.hutterer, xgl-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-03-25 06:51:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Fabrice Bellet 2009-03-18 19:10:19 UTC
With current rawhide, I experience the same problem than the one described here:

https://bugs.launchpad.net/ubuntu/+source/libxtst/+bug/337926

It can be very simply reproduced with the xevent program as described in the ubuntu bug report. I filled this bug for the xorg intel driver component, instead of libXtst, because it seems to me specific to the intel driver. I could not reproduce it on another rawhide box, with the radeon driver.

Comment 1 Fabrice Bellet 2009-03-20 10:32:13 UTC
reassigning to xorg-x11-server, as it seems its a bug in the XTEST extension. I think that GetPointerEvents() in ProcXTestFakeInput() should be called with POINTER_SCREEN flag set.

The problem is visible on the eeepc (like described in the ubuntu bug), because of the synaptics driver, that changes pDev->valuator->axes->min_value and max_value. On my other rawhide box, these values are -1, and the bug is somewhat hidden is that case.

Comment 2 Peter Hutterer 2009-03-25 06:51:43 UTC
Fixed with xorg-x11-server-1.6.0-15. Thanks for reporting.