[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2022-10-15 Thread Paul White
Bug report did not expire due to bug watch Re comments #13 and #14 will assume fixed in the saucy release (Ubuntu 13.10) ** Changed in: xorg-server (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed t

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2014-01-06 Thread Tim
Its not something that is likely backportable other than through a HWE stack update -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1073724 Title: Pointer barriers have gaps along the edge

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2014-01-06 Thread Christopher M. Penalver
Tim, thank you for your comment. Would you need a backport to a release prior to Saucy? -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1073724 Title: Pointer barriers have gaps along the

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2014-01-06 Thread Tim
This was fixed upstream in xorg-server 1.14 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1073724 Title: Pointer barriers have gaps along the edge of the screen To manage notifications

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2014-01-06 Thread Christopher M. Penalver
Tim, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/current/ .

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2012-11-20 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=48008. 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

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2012-11-19 Thread Timo Aaltonen
reopening, and dropping the patch. ** Changed in: xorg-server (Ubuntu) Status: Fix Released => In Progress ** Also affects: xorg-server via https://bugs.freedesktop.org/show_bug.cgi?id=48008 Importance: Unknown Status: Unknown -- You received this bug notification because yo

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2012-11-16 Thread Jasper St. Pierre
Um, as mentioned, Tim's patch actually breaks things as well. And the bug isn't entirely fixed either, just made less noticeable. This is a dup of https://bugs.freedesktop.org/show_bug.cgi?id=48008 ** Bug watch added: freedesktop.org Bugzilla #48008 https://bugs.freedesktop.org/show_bug.cgi?i

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2012-11-16 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.13.0-0ubuntu7 --- xorg-server (2:1.13.0-0ubuntu7) raring; urgency=low [ Maarten Lankhorst ] * Add 233-xf86events-valgrind.patch to fix a xserver corruption when acpid is stopped before Xorg is. (LP: #1070481) * Add 235-

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2012-11-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/xorg-server -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1073724 Title: Pointer barriers have gaps along the edge of the screen To manage no

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2012-11-08 Thread Tim
here are excerpts from my IRC conversation with Jasper re this bug. darkxst, it's entirely possible that it will break it on monitor edges the barrier_find_nearest() function definately breaks on the monitor edges when using the unclamped values darkxst, I'm quite sure it will break Barrie

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2012-11-08 Thread Ubuntu Foundation's Bug Bot
The attachment "pointer barrier patch" of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag 'patc

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2012-11-08 Thread Tim
** Patch added: "pointer barrier patch" https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1073724/+attachment/3428018/+files/xorg-pointer.patch ** Branch unlinked: lp:~darkxst/ubuntu/quantal/xorg-server/lp1073724 ** Branch unlinked: lp:~darkxst/ubuntu/raring/xorg-server/lp1073724 --

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2012-11-07 Thread Tim
** Branch linked: lp:~darkxst/ubuntu/raring/xorg-server/lp1073724 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1073724 Title: Pointer barriers have gaps along the edge of the screen To

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2012-11-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xorg-server (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1073

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2012-11-01 Thread Tim
** Description changed: - I have a multiple monitor setup and the pointer barriers seem to have a - small (~1px) gap at the edge of the screen. For example in gnome-shell, - the panel has barriers on either end, If I move the mouse towards the - hot corner (top-right corner of screen) it inevitabl

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2012-10-31 Thread Tim
Passing in the unclamped x,y values to barrier_find_nearest(), fails to find nearest blocking barrier in some cases. Since we are measuring distance and not velocity I think its fine to use the clamped values in *x,*y, as per my patch in the linked branch. This fixes the issues in gnome-shell and d

[Ubuntu-x-swat] [Bug 1073724] Re: Pointer barriers have gaps along the edge of the screen

2012-10-31 Thread Tim
** Branch linked: lp:~darkxst/ubuntu/quantal/xorg-server/lp1073724 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1073724 Title: Pointer barriers have gaps along the edge of the screen T