[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2011-06-27 Thread Norman Rasmussen
*** This bug is a duplicate of bug 389519 *** https://bugs.launchpad.net/bugs/389519 fwiw, the other project is called xcursorclamp: - http://sourceforge.net/projects/xcursorclamp/ - http://purl.org/net/xcursorclamp - http://www.assembla.com/wiki/show/slipstream/xcursorclamp -- You receiv

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2011-04-02 Thread Robert Broussabo
*** This bug is a duplicate of bug 389519 *** https://bugs.launchpad.net/bugs/389519 I agree that it would be difficult to fix the mouse grab issue within X. I find that the only issue is when I click the mouse, so I don't click the mouse. I find the edge first, without the mouse clicked, the

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-12-05 Thread marican
*** This bug is a duplicate of bug 389519 *** https://bugs.launchpad.net/bugs/389519 Just wanted to confirm this bug is still in place as of 10.10. I've tried it with both open and proprietary ATI drivers and get the same behavior. I believe it's related to the way X handles displaying multi

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-11-11 Thread Andreas Frische
*** This bug is a duplicate of bug 389519 *** https://bugs.launchpad.net/bugs/389519 ** This bug has been marked a duplicate of bug 389519 Cursor can move off-screen when dual-monitors do not form rectangular area * You can subscribe to bug 389519 by following this link: https://bugs.laun

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-11-11 Thread Andreas Frische
** Also affects: xorg-server via http://bugs.freedesktop.org/show_bug.cgi?id=20334 Importance: Unknown Status: Unknown -- Pointer goes offscreen on non-rectangular dual-head https://bugs.launchpad.net/bugs/373367 You received this bug notification because you are a member of Ubuntu B

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-11-09 Thread Jeffery To
@Alexey A. Kiritchun: Your suggestion worked, thanks! -- Pointer goes offscreen on non-rectangular dual-head https://bugs.launchpad.net/bugs/373367 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-11-09 Thread Alexey A. Kiritchun
@Jeffery To: I don't know enough about X programming to fix the menu issue (and my limited knowledge suggests that it's not possible for an application like XCreateMouseVoid - it really does not receive events when other window does "active mouse grab"; one would have to use XTest, I imagine (and

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-11-08 Thread Jeffery To
@Alexey A. Kiritchun: If I position the blank window at x=0, y=0 (my void is in the top-left corner of the virtual desktop), I can still move my mouse cursor between the window and the screen edge (into the void). If I position the window at x=-1, y=-1, the mouse cursor gets stuck at the edge and I

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-10-29 Thread Alexey A. Kiritchun
Slightly reworked nZain's "XCreateMouseVoid.c": no more 'modes', just 'edge resistance' all around; also fixes the slightly annoying mouse jumping. For best results create a window slightly larger than 'void', like this: +++ |screen1

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-09-29 Thread nZain
Either way its not related to the bug - this is about the mouse diving offscreen. Furthermore, personally I have compiz deactivated, because on my laptop I want to save a bit of energy and the onboard graphics is 2D only. This bug should be adressed at a deeper level. -- Pointer goes offscreen on

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-09-28 Thread Sebas
@Helge #27: That's not entirely accurate. The Avoid Offscreen option prevents the "Put Window" plugin for using the offscreen area. It only works when you use the Put command to move the window. However it doesn't restrict or fix the position when you actually move it around (either by dragging the

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-09-28 Thread Helge
Compiz has a plugin that can prevent windows from getting offscreen. It does not restrict the cursor though, and I don't know about desktop icon placement. Activate the "Put window" plugin, go to "Misc. Options" and enable "Avoid Offscreen". It would be nice if this functionality could be implem

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-06-20 Thread Bryce Harrington
** Changed in: libxrandr (Ubuntu) Status: New => Confirmed -- Pointer goes offscreen on non-rectangular dual-head https://bugs.launchpad.net/bugs/373367 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-05-06 Thread Paul
I think that hacks/crutches like separate app is very ugly and non- optimal solution. Moreover, very good solution already implemented in X for case with separate displays! Maybe this code should be adapted to virtual desktops case? Also maybe these ideas should be reported to mainstream tracker,

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-05-06 Thread The Fiddler
Nothing, really, this is the WM's job. The background app could provide a potential workaround for part of this issue, until a proper solution can be implemented. -- Pointer goes offscreen on non-rectangular dual-head https://bugs.launchpad.net/bugs/373367 You received this bug notification becau

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-05-05 Thread Necrathex
What this background app do to prevent icons, menu's, windows and notifications to appear inside the invisible space that is now unreachable by the mouse? This bug is not only about the pointer, although it is the most obvious problem, the real problem is that X assumes the desktop area is always

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-05-05 Thread The Fiddler
Now, that's an interesting idea. It might be possible to intercept pointer messages posted to the root window and detect when the pointer leaves the visible area. Or, if interception is not possible, we can create an invisible fullscreen window to receive pointer messages and constraint mouse movem

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-05-05 Thread Nick Lawson
I have written a qt tray-icon based background app that basically keeps the mouse in the screen by polling for when its gone out of the screen, but this is a very suboptimal solution since it has to poll many times a second and eat cpu. It sometimes reaches 1% cpu even! And X is still getting the

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-05-02 Thread sam tygier
@Paul upstream doesn't need hundreds of 'me toos' any more than launchpad does. please only post of either if you have a have something useful to add. though feel free to subscribe (or on lauchpad click the 'this bug effects me' at the top). -- Pointer goes offscreen on non-rectangular dual-he

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-05-02 Thread Paul
The Fiddler: also write complain to upstream bugtracker please. -- Pointer goes offscreen on non-rectangular dual-head https://bugs.launchpad.net/bugs/373367 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ub

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-05-02 Thread The Fiddler
I can reproduce this issue with nouveau, nvidia, fglrx and radeon on Lucid. -- Pointer goes offscreen on non-rectangular dual-head https://bugs.launchpad.net/bugs/373367 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-04-26 Thread Paul
** Changed in: libxrandr (Ubuntu) Status: Triaged => New -- Pointer goes offscreen on non-rectangular dual-head https://bugs.launchpad.net/bugs/373367 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ub

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-04-26 Thread Paul
Related upstream topic: https://bugs.freedesktop.org/show_bug.cgi?id=20334 ** Bug watch added: freedesktop.org Bugzilla #20334 http://bugs.freedesktop.org/show_bug.cgi?id=20334 -- Pointer goes offscreen on non-rectangular dual-head https://bugs.launchpad.net/bugs/373367 You received this bug

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-03-22 Thread Bryce Harrington
While this is a legitimate issue, it's not one that can be fixed in the Lucid timeframe, so I am declining the Lucid nomination on this bug. Really, effort should focus on getting this bug some attention upstream, as that is where the work really needs to be done. -- Pointer goes offscreen on non

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-03-08 Thread ehjay
I think this problem is more generic. I have an ATI x1400 using the radeon driver on Ubuntu Karmic and I see the same problem.Right screen is laptop 1920x1200. Left screen is 1280x1024 LCD. I have the pointer issue, but also the window manager places desktop icons off screen. If I place the

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-02-26 Thread SquareWheel
I used to have my left monitor at the top, but then when I move my mouse or a program across them it will jump 200 pixels vertically, and it doesn't look very nice. I guess one solution is to physically move my left monitor higher by placing something under it, although that doesn't seem like a ve

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-02-26 Thread nZain
You can avoid this problem by placing the left monitor at the top. Furthermore, you only need one "void" then. Is there any reason, why you require the left monitor vertically centered? However, the problem will remain for the bottom left void of the screen (e.g. when you download multiple files su

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-02-24 Thread SquareWheel
Well, damn.. Okay, here is how my monitors are laid out. I can't access icons that land in the top left void. See attachment or this: http://imgur.com/L0UUz.png Thanks. ** Attachment added: "Screenshot2.png" http://launchpadlibrarian.net/39736081/Screenshot2.png -- Pointer goes offscreen

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-02-24 Thread SquareWheel
Thanks nZain for the program. After hours of searching I found your program and couldn't believe how well it worked. I'm very new to Ubuntu, and I can't believe I got it set up correctly the very first try. I had to set up a few different "void" zones to get it to how one would expect, but it st

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2010-02-13 Thread fred.thomas
Thanks nZain for the cool idea and workaround! I hope the devs fix this annoyance in 10.04. -- Pointer goes offscreen on non-rectangular dual-head https://bugs.launchpad.net/bugs/373367 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2009-11-30 Thread nZain
Since this bug (!) is set to whichlist priority, I decided to write my own code. I wasn't able to find the source of the problem, so I spent one weekend to learn C++ with Xlib and wrote a little app that creates a undecorated black window that prevents the mouse from entering it. If initialized suc

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2009-11-11 Thread Necrathex
Same problem with my ATI card on Karmic, especially annoying since my desktop has the smaller screen (of 2) on the left side, and any icons that are automatically placed on the desktop will be placed in the 'virtual desktop void' on top of the screen, where I can't see them. So it's not just the m

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2009-11-11 Thread l0b0
Why is this set as "Wishlist"? If the mouse pointer could be moved outside the display area on a single monitor, that's a clear bug. I don't see how this is different, except that it's more technically challenging. A suggestion for the fix: Make sure the physical displacement of the mouse pointer

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2009-11-11 Thread nZain
In reply to #3, with karmic the issue stil remains unchanged / unsolved -- since the virtual screen is rectangular, but the physical is not. Does anyone know a workaround (like blocking mouse pointer from entering specific coordinates)? I don't know how mouse cursors are handled in ubuntu, so I don

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2009-05-17 Thread Bryce Harrington
** Changed in: xserver-xorg-video-intel (Ubuntu) Status: New => Confirmed -- Pointer goes offscreen on non-rectangular dual-head https://bugs.launchpad.net/bugs/373367 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bug

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2009-05-17 Thread Bryce Harrington
** Description changed: Binary package hint: xserver-xorg-video-intel On a non-rectangular multi-monitor layout (e.g. when using monitors with different resolutions) the mouse pointer can be positioned outside the areas displayed by the monitors. For example, with a configuration l

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2009-05-15 Thread nZain
I can confirm this problem on my Laptop+ext.VGA combination (Intel onboard graphic). Due to another problem with the notify-osd (positioned in the non- visible area of the virtual screen, see https://bugs.launchpad.net/bugs/367947), I'm currently forced to align the top of primary with the top of

[Bug 373367] Re: Pointer goes offscreen on non-rectangular dual-head

2009-05-07 Thread Ludovico Cavedon
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/26441214/Dependencies.txt ** Attachment added: "LsHal.txt" http://launchpadlibrarian.net/26441215/LsHal.txt ** Attachment added: "LsMod.txt" http://launchpadlibrarian.net/26441216/LsMod.txt ** Attachment added: "LsPc