Weston master: 068b61c25488cb55c686142886d988f3d6554ec0 is the first bad commit Expected result: the cursor movement work on multiple X11 compositor outputs. Actual result: the cursor movement doesn't work on 2nd and 3rd output. Relevant weston.ini configuration: [output] name=X1 mode=640x480 [output] name=X2 mode=640x480 [output] name=X3 mode=640x480 It seems to be caused by the changes in compositor-x11.c
It looks it's caused by compositor.c:1716 move_pointer() changes
Should be fixed with http://lists.freedesktop.org/archives/wayland-devel/2013-March/007824.html I didn't notice this bug report, should be added it to the commit message.
I have posted v2 that fixes the commit message to include this bug report http://lists.freedesktop.org/archives/wayland-devel/2013-March/007873.html
Yes, the: http://lists.freedesktop.org/archives/wayland-devel/2013-March/007873.html [PATCH weston v2] compositor-x11: Consider output position when computing relative motion fixes this problem. Thank you
commit 5006596a729524100a345e426bef7b2ed93bc561 Author: Kristian Høgsberg <krh@bitplanet.net> Date: Wed Mar 27 15:14:07 2013 -0400 compositor-x11: Fix relative motion reporting for multiple outputs
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.