[Bug 337926] Re: vino: mouse cursor stays in upper left corner
Launchpad has imported 3 comments from the remote bug at https://bugzilla.redhat.com/show_bug.cgi?id=490984. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. On 2009-03-18T19:10:19+00:00 Fabrice wrote: 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. Reply at: https://bugs.launchpad.net/ubuntu/+source/vino/+bug/337926/comments/10 On 2009-03-20T10:32:13+00:00 Fabrice wrote: 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. Reply at: https://bugs.launchpad.net/ubuntu/+source/vino/+bug/337926/comments/11 On 2009-03-25T06:51:43+00:00 Peter wrote: Fixed with xorg-x11-server-1.6.0-15. Thanks for reporting. Reply at: https://bugs.launchpad.net/ubuntu/+source/vino/+bug/337926/comments/12 ** Changed in: fedora Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. https://bugs.launchpad.net/bugs/337926 Title: vino: mouse cursor stays in upper left corner To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vino/+bug/337926/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 337926] Re: vino: mouse cursor stays in upper left corner
This bug was fixed in the package xorg-server - 2:1.6.0-0ubuntu11 --- xorg-server (2:1.6.0-0ubuntu11) jaunty; urgency=low * Add 175_set_pointer_screen_in_xtestfakeinput.patch: Fixes issue when using Vino, mouse cursor can get stuck in the upper left corner of the screen. The POINTER_SCREEN flag must be set explicitly for XTest core events to avoid out-of-range events when the lastSlave was an SD with an explicit axis range. Device events sent through XTest don't need this flag, they are expected to be in the valuator range of the device anyway. (LP: #337926) -- Bryce HarringtonMon, 06 Apr 2009 17:22:35 -0700 ** Changed in: xorg-server (Ubuntu Jaunty) Status: In Progress => Fix Released -- vino: mouse cursor stays in upper left corner https://bugs.launchpad.net/bugs/337926 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 337926] Re: vino: mouse cursor stays in upper left corner
** Tags removed: ct-rev -- vino: mouse cursor stays in upper left corner https://bugs.launchpad.net/bugs/337926 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 337926] Re: vino: mouse cursor stays in upper left corner
** Changed in: fedora Status: Unknown => Fix Released -- vino: mouse cursor stays in upper left corner https://bugs.launchpad.net/bugs/337926 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 337926] Re: vino: mouse cursor stays in upper left corner
I'll add the patch to xserver. ** Changed in: xfree86-driver-synaptics (Ubuntu Jaunty) Status: New => Invalid ** Package changed: libxtst (Ubuntu Jaunty) => xorg-server (Ubuntu Jaunty) ** Changed in: xorg-server (Ubuntu Jaunty) Importance: Undecided => Medium ** Changed in: xorg-server (Ubuntu Jaunty) Assignee: Willem Ligtenberg (wligtenberg) => Timo Aaltonen (tjaalton) -- vino: mouse cursor stays in upper left corner https://bugs.launchpad.net/bugs/337926 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 337926] Re: vino: mouse cursor stays in upper left corner
I will try to patch it with the patched provided here: http://cvs.fedoraproject.org/viewvc/rpms/xorg-x11-server/devel/xserver-1.6.0-xtest-pointerscreen.patch?view=markup ** Changed in: libxtst (Ubuntu Jaunty) Status: Incomplete => In Progress ** Changed in: libxtst (Ubuntu Jaunty) Assignee: (unassigned) => Willem Ligtenberg (wligtenberg) -- vino: mouse cursor stays in upper left corner https://bugs.launchpad.net/bugs/337926 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 337926] Re: vino: mouse cursor stays in upper left corner
So is there fix in the works? This happens on Dell 2950 with standard PS/2 mouse, RealVNC 4.1.3 Free version. -- vino: mouse cursor stays in upper left corner https://bugs.launchpad.net/bugs/337926 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 337926] Re: vino: mouse cursor stays in upper left corner
thanks for investigating on that issue -- vino: mouse cursor stays in upper left corner https://bugs.launchpad.net/bugs/337926 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 337926] Re: vino: mouse cursor stays in upper left corner
Looks like there's a patch in Fedora Rawhide for this problem - see http://cvs.fedoraproject.org/viewvc/rpms/xorg-x11-server/devel/xserver-1.6.0 -xtest-pointerscreen.patch?view=markup for the patch and https://bugzilla.redhat.com/show_bug.cgi?id=490984 for the bug report. -- vino: mouse cursor stays in upper left corner https://bugs.launchpad.net/bugs/337926 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 337926] Re: vino: mouse cursor stays in upper left corner
** Bug watch added: Red Hat Bugzilla #490984 https://bugzilla.redhat.com/show_bug.cgi?id=490984 ** Also affects: fedora via https://bugzilla.redhat.com/show_bug.cgi?id=490984 Importance: Unknown Status: Unknown -- vino: mouse cursor stays in upper left corner https://bugs.launchpad.net/bugs/337926 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 337926] Re: vino: mouse cursor stays in upper left corner
The workaround from bug 321444 works for me as well: after attaching and using an external USB mouse, XTestFakeMotionEvent works fine. Btw. instead of the xevent tool you can use the xdotool app which is available in Ubuntu repository to test for the bug (use "xdotool mousemove 100 100" as test). -- vino: mouse cursor stays in upper left corner https://bugs.launchpad.net/bugs/337926 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 337926] Re: vino: mouse cursor stays in upper left corner
Same symptoms as https://bugs.launchpad.net/ubuntu/+source/xserver-xorg- input-mouse/+bug/321444/ , which is currently filed on -mouse. Is that one a dupe of this then? Does this bug occur if you don't have a touchpad? -- vino: mouse cursor stays in upper left corner https://bugs.launchpad.net/bugs/337926 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 337926] Re: vino: mouse cursor stays in upper left corner
** Changed in: xfree86-driver-synaptics (Ubuntu Jaunty) Assignee: Bryce Harrington (bryceharrington) => (unassigned) ** Tags added: ct-rev -- vino: mouse cursor stays in upper left corner https://bugs.launchpad.net/bugs/337926 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 337926] Re: vino: mouse cursor stays in upper left corner
if this is tracking in Jaunty, should be assigned to someone ** Changed in: xfree86-driver-synaptics (Ubuntu Jaunty) Assignee: Canonical Desktop Team (canonical-desktop-team) => Bryce Harrington (bryceharrington) -- vino: mouse cursor stays in upper left corner https://bugs.launchpad.net/bugs/337926 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 337926] Re: vino: mouse cursor stays in upper left corner
the comments suggest that downgrading the synaptic driver fixes the issue so not really a GNOME bug ** Changed in: vino (Ubuntu) Importance: Undecided => Low ** Changed in: vino (Ubuntu) Status: New => Invalid ** Changed in: vino (Ubuntu) Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs) -- vino: mouse cursor stays in upper left corner https://bugs.launchpad.net/bugs/337926 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 337926] Re: vino: mouse cursor stays in upper left corner
** Also affects: libxtst (Ubuntu Jaunty) Importance: Undecided Status: Incomplete ** Also affects: vino (Ubuntu Jaunty) Importance: Low Assignee: Ubuntu Desktop Bugs (desktop-bugs) Status: Invalid ** Also affects: xfree86-driver-synaptics (Ubuntu Jaunty) Importance: Medium Assignee: Canonical Desktop Team (canonical-desktop-team) Status: New -- vino: mouse cursor stays in upper left corner https://bugs.launchpad.net/bugs/337926 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs