http://bugs.winehq.org/show_bug.cgi?id=30057
Bug #: 30057 Summary: mouse capture broken in xserver 1.11 (ubuntu 12.04) Product: Wine Version: 1.4-rc6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: rockorequin@hotmail.com Classification: Unclassified
With wine-1.4-rc6-25-g7504d6a running on xserver-xorg-core 2:1.11.4-0ubuntu4 in Ubuntu 12.04, if I set "Automatically capture the mouse in full-screen windows", the mouse still escapes the window. (I have "Emulate a virtual desktop" set as well.)
This happens both with Crysis2 and in CoD MW2.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2012-03-03 06:35:40 CST --- Please attach a +cursor,+event trace.
http://bugs.winehq.org/show_bug.cgi?id=30057
Loris Zinsou the-lz-himself@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |the-lz-himself@orange.fr
--- Comment #2 from Loris Zinsou the-lz-himself@orange.fr 2012-03-03 16:54:19 CST --- It seems that mouse input (capture, warp...) is completely broken in Wine with any xserver > 11. I'm running ubuntu 12.04 with xserver 1.11.99, Mass Effect and Bioshock are broken. On the same computers (Asus laptop and Packard Bell desktop), everything runs fine with the last Wine 1.4rc and xserver 1.10.x . People are reporting the same issue for Skyrim and Doombuilder with xserver 1.11.3 or 1.11.4.
Here is the topic on wine forums : http://forum.winehq.org/viewtopic.php?t=14676
Will it still be possible to include the fix in Wine 1.4 final ?
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #3 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-03-03 17:32:32 CST --- (In reply to comment #2) It would help if you provide requested information.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #4 from Patrick winehq@patbert.com 2012-03-03 18:09:37 CST --- Created attachment 39167 --> http://bugs.winehq.org/attachment.cgi?id=39167 skyrim wine +cursor + event trace
First time bug submitter, please excuse me if I have done this incorrectly.
/mnt/Stuff/skyrim/Program Files (x86)/The Elder Scrolls V Skyrim$ WINEPREFIX="/home/patrick/.skyrim" WINEDEBUG="+cursor,+event" wine TESV.exe &> ~/skyrim_trace.log
Here is the output of my trace. I hope I performed it correctly? I just wiggled the mouse around over the main menu. It is way too uncontrollable to try to click on anything.
Thank you!
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #5 from rocko rockorequin@hotmail.com 2012-03-03 18:18:45 CST --- Created attachment 39168 --> http://bugs.winehq.org/attachment.cgi?id=39168 +event,+cursor trace from crysis2
Here's a trace from crysis2. I only ran it as far as the startup splash screen, and moved the cursor in and out of the wine window a few times. With previous versions of X the cursor would stay locked inside the wine window and I would have to alt-tab to change window focus if I wanted to escape the mouse cursor from the window but now I can just move it over the boundary.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #6 from rocko rockorequin@hotmail.com 2012-03-03 18:26:06 CST --- Created attachment 39169 --> http://bugs.winehq.org/attachment.cgi?id=39169 another crysis2 trace
And here's a longer trace including a few seconds of moving the cursor in and out of the window during the game.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #7 from Loris Zinsou the-lz-himself@orange.fr 2012-03-03 18:38:02 CST --- Created attachment 39170 --> http://bugs.winehq.org/attachment.cgi?id=39170 wine Mass Effect Steam +cursor + event trace
Here is another log for Mass Effect (Steam version). Mouse input is broken too : whatever direction I try to make the pointer go, it first goes to the right, for less than a second, before starting to move in the right direction (left for example).
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #8 from Austin English austinenglish@gmail.com 2012-03-03 19:36:53 CST --- (In reply to comment #4)
Created attachment 39167 [details] skyrim wine +cursor + event trace
First time bug submitter, please excuse me if I have done this incorrectly.
/mnt/Stuff/skyrim/Program Files (x86)/The Elder Scrolls V Skyrim$ WINEPREFIX="/home/patrick/.skyrim" WINEDEBUG="+cursor,+event" wine TESV.exe &> ~/skyrim_trace.log
Here is the output of my trace. I hope I performed it correctly? I just wiggled the mouse around over the main menu. It is way too uncontrollable to try to click on anything.
Yes, thanks.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #9 from rocko rockorequin@hotmail.com 2012-03-03 22:19:16 CST --- I think I might have originally inadvertently built wine without xinput2 support (as the wiki points out, building wine in Ubuntu 12.04 multiarch is trickier), which I think would explain why the mouse couldn't be captured.
I installed a bunch of libraries and rebuilt wine with xinput2 support (my configure has --with-glu --with-opengl --with-xinput2 --with-xcursor now) and the cursor does stay locked in the screen now when in the game (not when the menus are open, though).
However, in the game I now get "crazy mouse", ie when I move the mouse, my character turns rapidly in all directions and it's impossible to play.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #10 from rocko rockorequin@hotmail.com 2012-03-03 22:28:54 CST --- Created attachment 39175 --> http://bugs.winehq.org/attachment.cgi?id=39175 trace with wine exhibiting 'crazy mouse'
In case it helps, here's a log showing crazy mouse. BTW my character usually ends up looking at the ground with crazy mouse.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #11 from Dmitry Timoshkov dmitry@baikal.ru 2012-03-04 01:29:04 CST --- (In reply to comment #5)
Created attachment 39168 [details] +event,+cursor trace from crysis2
The key part is:
trace:cursor:X11DRV_XInput2_Init X Input 2 support not compiled in.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #12 from Loris Zinsou the-lz-himself@orange.fr 2012-03-04 05:31:03 CST --- Created attachment 39183 --> http://bugs.winehq.org/attachment.cgi?id=39183 wine Bioshock +cursor + event trace
This is my trace for the bug in Bioshock (same description as in Crysis).
I am using wine from the main Ubuntu 12.04 repository.
http://bugs.winehq.org/show_bug.cgi?id=30057
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #39183|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=30057
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #39170|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=30057
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #39168|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=30057
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #39169|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=30057
Patrick winehq@patbert.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq@patbert.com
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #13 from Alexandre Julliard julliard@winehq.org 2012-03-04 11:14:56 CST --- Created attachment 39187 --> http://bugs.winehq.org/attachment.cgi?id=39187 More tracing
Please get the same trace with this patch applied.
http://bugs.winehq.org/show_bug.cgi?id=30057
Loris Zinsou the-lz-himself@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #39170|0 |1 is obsolete| |
--- Comment #14 from Loris Zinsou the-lz-himself@orange.fr 2012-03-04 16:52:10 CST --- Created attachment 39194 --> http://bugs.winehq.org/attachment.cgi?id=39194 wine Mass Effect Steam +cursor + event trace (more trace)
Here is the new trace for Mass Effect (steam version) with the more trace patch.
http://bugs.winehq.org/show_bug.cgi?id=30057
rocko rockorequin@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #39175|0 |1 is obsolete| |
--- Comment #15 from rocko rockorequin@hotmail.com 2012-03-04 19:04:37 CST --- Created attachment 39197 --> http://bugs.winehq.org/attachment.cgi?id=39197 crysis2 trace with more-tracing patch
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #16 from Alexandre Julliard julliard@winehq.org 2012-03-05 05:00:10 CST --- The devices claim to report relative motion but they send absolute coordinates (and in rocko's case, non-sensical ones). I don't think there's anything we can do about that, you'll have to report it to xorg.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #17 from Loris Zinsou the-lz-himself@orange.fr 2012-03-05 05:49:19 CST --- Xorg bug tracker is down for now, but I'm reporting it as soon as possible.
I will forward you the link to the support ticket then (so that rocko and Patrick can follow it).
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #18 from Loris Zinsou the-lz-himself@orange.fr 2012-03-05 13:01:48 CST --- Here is the link : https://bugs.freedesktop.org/show_bug.cgi?id=46976
Feel free to add any useful information.
http://bugs.winehq.org/show_bug.cgi?id=30057
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED See Also| |https://bugs.freedesktop.or | |g/show_bug.cgi?id=46976 Resolution| |UPSTREAM
--- Comment #19 from Austin English austinenglish@gmail.com 2012-03-05 13:21:30 CST --- Upstream bug.
http://bugs.winehq.org/show_bug.cgi?id=30057
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Monoboy4ik@gmail.com
--- Comment #20 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-03-06 19:18:00 CST --- *** Bug 30091 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #21 from MonoBOY Monoboy4ik@gmail.com 2012-03-07 00:35:06 CST --- I rolled back the version of xorg-server-1.10.6 but the mouse still does not work
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #22 from Loris Zinsou the-lz-himself@orange.fr 2012-03-07 04:24:22 CST --- Did you also downgrade input drivers ? Are you sure your version of wine is built with X Input 2 ?
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #23 from MonoBOY Monoboy4ik@gmail.com 2012-03-07 04:44:59 CST --- (In reply to comment #22)
Did you also downgrade input drivers ? Are you sure your version of wine is built with X Input 2 ?
What USE is responsible for maintaining Xinput2?
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #24 from Henri Verbeet hverbeet@gmail.com 2012-03-07 05:07:30 CST --- I happen to have a xserver 1.11.4 and xf86-input-mouse 1.7.1 I built myself. The machine that's running on is about 10 years old and never going to run something like Crysis2 or Bioshock, but I did try a small test application I wrote some time ago, and the relative coordinates it gets from the mouse seem fine. This may be specific to the input device you're using, or a case of Ubuntu breaking the X server / input driver. Does anyone that's not using Ubuntu see this bug? I know that e.g. Fedora is shipping 1.11.4 as well.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #25 from Loris Zinsou the-lz-himself@orange.fr 2012-03-07 05:31:29 CST --- @MonoBOY : I have no idea.
I did not try anything else than Ubuntu. The bug is present with both a Razer USB mouse (3 buttons) and an Elantech ETPS 2 touchpad.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #26 from Loris Zinsou the-lz-himself@orange.fr 2012-03-07 05:35:39 CST --- @Henri Verbeet : would it be possible to send us the test application ? It would be much more simple for us to get traces, because Bioshock and Mass Effect are still big apps that take time to fire up.
There is something I do not understand : why does this only affects wine, while native applications run well (do native apps use relative events ?)
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #27 from Henri Verbeet hverbeet@gmail.com 2012-03-07 06:13:46 CST --- Created attachment 39224 --> http://bugs.winehq.org/attachment.cgi?id=39224 test
(In reply to comment #26)
@Henri Verbeet : would it be possible to send us the test application ? It would be much more simple for us to get traces, because Bioshock and Mass Effect are still big apps that take time to fire up.
Sure, I've attached it here. It prints the mouse coordinates to the terminal, you mostly care about "delta" for this bug. Press 'C' to enable / disable clipping, press 'W' to warp the mouse. Note that this doesn't necessarily behave the same as those games, but it should be enough for basic testing of relative mouse events.
There is something I do not understand : why does this only affects wine, while native applications run well (do native apps use relative events ?)
There probably are a few, but I think they're relatively rare. XI2 hasn't been around very long yet.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #28 from Loris Zinsou the-lz-himself@orange.fr 2012-03-07 06:43:14 CST --- Created attachment 39225 --> http://bugs.winehq.org/attachment.cgi?id=39225 test program output
Still broken with the test program. At least, it clearly shows how the cursor behaves.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #29 from Loris Zinsou the-lz-himself@orange.fr 2012-03-07 07:22:33 CST --- Thanks for your help. I reported this bug against xinput on launchpad (as long as it seems to be an ubuntu only and xinput specific bug).
https://bugs.launchpad.net/ubuntu/+source/xinput/+bug/948938
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #30 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-03-07 08:18:53 CST --- Don't think it's just Ubuntu's problem. Somebody reported the same issue with Gentoo on the forum.
The reason you not seeing this with any native apps because most of them either don't use Xi2 at all, or use absolute coordinates, which can be obtained without Xi2.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #31 from rocko rockorequin@hotmail.com 2012-03-08 21:16:33 CST --- Created attachment 39256 --> http://bugs.winehq.org/attachment.cgi?id=39256 patch to use raw motion event data instead of (buggy) X-transformed data
In case it helps anyone for now, the attached patch works around the problem for me by using the raw_events data as supplied by the mouse driver, instead of the X-accelerated value. (My quick test in xserver-xorg 1.10 showed that the two values are identical, so at least on my test system X doesn't transform the raw data.)
I don't know if it will break anything else, though.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #32 from Loris Zinsou the-lz-himself@orange.fr 2012-03-12 12:33:16 CDT --- Here is something interesting : https://bugs.freedesktop.org/show_bug.cgi?id=45244
According to Peter Hutterer from Xorg, valuators reporting absolute values are something normal in Xinput 2.1. Apps have to use raw events, or calculate the deltas themselves from the valuators.
Is this is right for scroll valuators, this may be right too for the other mouse axis valuators ?
Since this bug has been reported, nobody did show any interest in it either in Xorg or Ubuntu (I think I made it the right way, though ?).
http://bugs.winehq.org/show_bug.cgi?id=30057
John P Sims jsims2359@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jsims2359@gmail.com
--- Comment #33 from John P Sims jsims2359@gmail.com 2012-03-14 15:08:28 CDT --- @Henri: This issue is not present in Fedora 16. The mouse movements in Mass Effect and Bioshock in both Fedora 16 x86 and Fedora 16 x86_64 (Xorg 1.11.4) work fine in wine 1.4rc5, 1.4rc6, and 1.4. I've been playing both and uploading the test results to AppDB. I don't think this is a Wine issue or an Xorg issue, but I could be wrong.
http://bugs.winehq.org/show_bug.cgi?id=30057
Leif leif.walsh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leif.walsh@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #34 from rocko rockorequin@hotmail.com 2012-03-14 20:41:06 CDT --- @John P Sims: do you have 'Capture mouse in full screen' set and have you built wine with xinput2 support? If you haven't done both, wine uses xinput1 instead of xinput2 and the mouse works properly - it's just not constrained within the window.
@Loris Zinsou: have you seen any other documentation that confirms what Peter Hutterer said, ie that the validators are supposed to return absolute coords? If so, it would suggest that wine needs to change to either use the raw motion inputs or to calculate the delta from the validators when using xinput2 >= 2.1.
@anyone: why is this bug status marked as resolved upstream? As far as I can tell, it isn't resolved upstream, and based on what Peter H said, it won't be.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #35 from Austin English austinenglish@gmail.com 2012-03-14 21:45:29 CDT --- (In reply to comment #34)
@anyone: why is this bug status marked as resolved upstream? As far as I can tell, it isn't resolved upstream, and based on what Peter H said, it won't be.
The regression was in Xinput, not wine. It's resolved in Wine, it will be marked CLOSED UPSTREAM once fixed there.
I can't comment on Peter H's comments, I'll leave that for someone more knowledgeable on the subject.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #36 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-03-14 21:48:24 CDT --- (In reply to comment #34) Calculation relative from absolute won't work. When pointer get's stuck in the corner absolute coordinates stop updating. While mouse keeps moving. This is why we need the physical mouse movement events.
What "raw motion inputs" are you talking about? Xi2 was supposed to provide those already.
Upstream & Resolved - not Wine bug, problem still exist. Upstream & closed - bug fixed upstream.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #37 from rocko rockorequin@hotmail.com 2012-03-14 22:17:27 CDT --- XI2 provides the raw mouse data as XGenericEventCookie's data.raw_values, while it provides the valuators as data.valuators.values (see the patch in #31, which fixes the 'crazy mouse' problem).
The raw_values are always relative but it appears that XI2 used to return raw values until v2.1 where it was changed to return the absolute values in valuators.value.
If what Peter H says is correct this is a bugfix rather than a regression, meaning it will never be changed back. To quote:
"... we actually have to provide absolute valuators since XI doesn't allow us to report relative values in valuators. This is basically the reason for RawEvents"
Based on the git logs in libxi, Peter H looks like he should know what he's talking about.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #38 from Dmitry Timoshkov dmitry@baikal.ru 2012-03-14 23:10:38 CDT --- (In reply to comment #37)
XI2 provides the raw mouse data as XGenericEventCookie's data.raw_values, while If what Peter H says is correct this is a bugfix rather than a regression, meaning it will never be changed back.
This just means that with that "bugfix" they have broken all existing applications including just released Wine 1.4. Really nice of them.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #39 from Alexandre Julliard julliard@winehq.org 2012-03-15 02:39:56 CDT --- Raw valuators are not supposed to include acceleration, so they don't do what we want. Plus if you look at the trace it's not just relative vs. absolute, in many cases the values don't make any sense.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #40 from Henri Verbeet hverbeet@gmail.com 2012-03-15 04:07:28 CDT --- For what it's worth, it's not at all clear to me that the comment in fd.o 45244 applies to XI_RawMotion.
http://bugs.winehq.org/show_bug.cgi?id=30057
rLy rly07@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rly07@hotmail.com
http://bugs.winehq.org/show_bug.cgi?id=30057
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine@thschuetz.de
--- Comment #41 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-03-17 19:46:55 CDT --- *** Bug 30201 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=30057
Christian christian.frank@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |christian.frank@gmx.de
--- Comment #42 from Christian christian.frank@gmx.de 2012-03-18 09:46:08 CDT --- same issue here after upgrading to 12.04 beta. Most of my game have this issue (Skyrim, Metro 2033, Dead Island, etc..)
But, Sc2 seems to still work.
No idea whats the diff between the titles is when it comes to mouse input.
12.04 is a mess for wine, you even can't build a 32bit wine for debugging purpose :( ..
http://bugs.winehq.org/show_bug.cgi?id=30057
Sven Arvidsson sa@whiz.se changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sa@whiz.se
--- Comment #43 from Sven Arvidsson sa@whiz.se 2012-03-20 15:41:30 CDT --- *** Bug 30235 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=30057
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |doomrevx@gmail.com
--- Comment #44 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-03-22 08:21:53 CDT --- *** Bug 30238 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #45 from Loris Zinsou the-lz-himself@orange.fr 2012-03-22 08:55:33 CDT --- This bug is now fixed by a new patch. Now it has to be commited upstream an probably backported in Ubuntu.
http://bugs.winehq.org/show_bug.cgi?id=30057
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maxmusterm@gmail.com
--- Comment #46 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-03-26 20:35:36 CDT --- *** Bug 30275 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=30057
spb.nevill@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |spb.nevill@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=30057
runetmember@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |runetmember@gmail.com
--- Comment #47 from runetmember@gmail.com 2012-03-29 20:31:57 CDT ---
Now it has to be commited upstream an probably backported in Ubuntu.
Backported 15 minutes ago. Fix released and will be available with updates today.
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #48 from Max Mustermann maxmusterm@gmail.com 2012-03-30 04:30:30 CDT --- It wasn't fix for me when I used the git yesterday (with the patch it worked). And we are talking about backporting in ubuntu?Who uses ubuntu? (rhetorical question) In which mainline version will the fix be integrated?1.4.1 and 1.5.1?
http://bugs.winehq.org/show_bug.cgi?id=30057
Henri Verbeet hverbeet@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maquis196@yahoo.co.uk
--- Comment #49 from Henri Verbeet hverbeet@gmail.com 2012-03-31 07:56:26 CDT --- *** Bug 30320 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=30057
wine@thschuetz.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|wine@thschuetz.de |
http://bugs.winehq.org/show_bug.cgi?id=30057
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq.org@eternaldusk.com
--- Comment #50 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-04-01 17:03:49 CDT --- *** Bug 29815 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=30057
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cheako+winehq@mikemestnik.n | |et
--- Comment #51 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-04-17 00:45:10 CDT --- *** Bug 30462 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #52 from Mike Mestnik cheako+winehq@mikemestnik.net 2012-04-17 10:47:29 CDT --- I feel it's important to point out that, for me at least, the mouse pointer's locations were vary predictable and NOT just all over the place:
There was a pattern containing ONLY 4 locations, x(1):y(1) to x(4):y(4) x(1)=x x(2)=x*2 x(3)=x x(4)=x*2
y(1)=y y(2)=y y(3)=y*2 y(4)=y*2
When the mouse is in the upper left corner the 4 locations are vary close together and when the mouse is near the center the 3 other ghost locations are near the bottom and right of the screen. As indicated x(1):y(1) seams to track the 'original'/intended mouse location vary well.
The update posted here worked for me: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/948938
http://bugs.winehq.org/show_bug.cgi?id=30057
--- Comment #53 from Bruno Jesus 00cpxxx@gmail.com 2013-07-05 08:01:53 CDT --- Bug https://bugs.freedesktop.org/show_bug.cgi?id=46976 is marked as fixed, should we close this?
http://bugs.winehq.org/show_bug.cgi?id=30057
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://launchpad.net/bugs/ | |948938
http://bugs.winehq.org/show_bug.cgi?id=30057
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #54 from Jerome Leclanche adys.wh@gmail.com 2013-08-02 17:23:31 CDT --- Resolved upstream -> closing