[Ubuntu-x-swat] [Bug 883319] Re: xrandr --scale 1.2x1.2 restricts area in which mouse moves

2012-02-08 Thread Bryce Harrington
** Tags added: kubuntu

-- 
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/883319

Title:
  xrandr --scale 1.2x1.2 restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/883319/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 883319] Re: xrandr --scale 1.2x1.2 restricts area in which mouse moves

2012-01-30 Thread josvanr
Id also like that. I downloaded the xorg sources in kubuntu 11.10
(package xorg-server-1.10.4). The patch seems to be in there I think in
the file debian/patches/219_fedora-pointer-barriers.diff . I tried to
reverse it but haven't succeeded yet. I'm not an expert in this... Any
Help?

-- 
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/883319

Title:
  xrandr --scale 1.2x1.2 restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/883319/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 883319] Re: xrandr --scale 1.2x1.2 restricts area in which mouse moves

2011-12-19 Thread Bug Watch Updater
Launchpad has imported 13 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=39949.

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 2011-08-08T20:39:43+00:00 Hgkamath wrote:

Filing this bug to facilitate the fix entering the pipeline

CRTC bound checking was introduced to make sure windows do not slide
into hidden areas, when multiple screens map to the framebuffer. It
seems to be interfering with Panning.

Description:
Panning does not work. The screen should pan when the mouse is moved outside 
the visible area on the screen, when the visible part of the screen on the CRTC 
is part of a larger configured framebuffer screen.

Use the following to configure panning
  xrandr --fb 1600x1200 --output LVDS --mode 1280x800 --panning 1600x1200
Use the following to restore
  xrandr --fb 1280x800 --output LVDS --mode 1280x800 --panning 1280x800
Move the mouse to the CRTC edge and expect to see screen to pan, but pan does 
not happen, because the mouse is constrained to remain in the CRTC bounds.

Use case: 
laptops have small screens.
Configure panning to use a larger screen on the small DISPLAY.
Use remote desktop such as VNC, using vino, or module vnc, and access the 
desktop more comfortably on a larger workstation screen.

Downstream bug.
https://bugzilla.redhat.com/show_bug.cgi?id=710191

A patch has been proposed, but seems not to be moving.
 Rui Matos 2011-07-02 08:10:36 EDT
 
 This a bug in the X server. I've submitted a patch upstream[1] but it's still
 waiting review.
 
 [1] http://lists.x.org/archives/xorg-devel/2011-June/023715.html

xorg-x11-server-Xorg-1.10.3-1.fc15.x86_64
Linux sirius.localdomain 2.6.40-4.fc15.x86_64 #1 SMP Fri Jul 29 18:46:53 UTC 
2011 x86_64 x86_64 x86_64 GNU/Linux
01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3400 
Series
radeon driver.

Reply at: https://bugs.launchpad.net/xorg-server/+bug/883319/comments/0


On 2011-08-16T12:27:02+00:00 Wnm-sales wrote:

panning on xrandr works momentarily, then freezes the system.
xrandr 3.5 and earlier, Slackware 3.1 and later (Slackware 3.0 and earlier use
xorg.conf and panning works without xrandr.)

Reply at: https://bugs.launchpad.net/xorg-server/+bug/883319/comments/1


On 2011-09-12T12:17:12+00:00 Hgkamath wrote:

still present in xorg-x11-server-Xorg-1.10.4-1.fc15.x86_64

Reply at: https://bugs.launchpad.net/xorg-server/+bug/883319/comments/2


On 2011-09-15T09:53:03+00:00 Hgkamath wrote:


https://bugs.freedesktop.org/show_bug.cgi?id=20334
Mouse shouldn't move into area outside the monitors

somehow seems like a possible cause of this.

Reply at: https://bugs.launchpad.net/xorg-server/+bug/883319/comments/3


On 2011-09-15T10:12:17+00:00 B-miles wrote:

My particular use case is when using my Netbook (native res. 1024x600)
with an external projector (native res. 1024x768) with the displays set
up as clones.

I want to be able to move the mouse into the area below/above the
Netbook screen and have it pan to give access to the area which is only
visible on the projector screen. Currently moving the mouse to the
bottom edge of the screen doesn't pan, so if, eg. while typing my edit
cursor has moved into the bottom 168 pixels of the projector screen I
end up typing blind on the Netbook and having to look over my shoulder
at the screen behind me.

Reply at: https://bugs.launchpad.net/xorg-server/+bug/883319/comments/4


On 2011-09-15T10:33:10+00:00 Rui Matos wrote:

(In reply to comment #0)
 A patch has been proposed, but seems not to be moving.
  Rui Matos 2011-07-02 08:10:36 EDT
  
  This a bug in the X server. I've submitted a patch upstream[1] but it's 
  still
  waiting review.
  
  [1] http://lists.x.org/archives/xorg-devel/2011-June/023715.html

Yeah, I later submitted another patch which also fixes this issue in a
different way:

http://patchwork.freedesktop.org/patch/6488/

There's no action on either of them though.

RandR panning is a really niche and unloved feature which I can
understand as it makes the X server more complex than it could be. The
panning functionality really belongs in a client application like a
compositor.

Reply at: https://bugs.launchpad.net/xorg-server/+bug/883319/comments/5


On 2011-09-18T02:36:01+00:00 Paul Alesius wrote:

(Reply to comment #5)
 Yeah, I later submitted 

[Ubuntu-x-swat] [Bug 883319] Re: xrandr --scale 1.2x1.2 restricts area in which mouse moves

2011-12-18 Thread Wolf
For me it is a showstopper to!!

So please if someone has a temporary solution, pleas tell.

Perhaps it is possible to install an older version of Xorg or of some
packages? And if it is possible, how to do this?

Since I updated my EeePC I can't use it for something else than Surfing!

-- 
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/883319

Title:
  xrandr --scale 1.2x1.2 restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/883319/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 883319] Re: xrandr --scale 1.2x1.2 restricts area in which mouse moves

2011-12-15 Thread Bryce Harrington
I've reproduced this on Precise under Unity on an Intel laptop's
external monitor (lvds turned off).

** Tags removed: kubuntu
** Tags added: precise

-- 
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/883319

Title:
  xrandr --scale 1.2x1.2 restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/883319/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 883319] Re: xrandr --scale 1.2x1.2 restricts area in which mouse moves

2011-12-15 Thread Bryce Harrington
The patch on 40063 simply reverts the cursor constraint feature -- not
what we want for fixing the issue.

Three other patches have been proposed:
http://patchwork.freedesktop.org/patch/6217/
http://patchwork.freedesktop.org/patch/6209/
http://patchwork.freedesktop.org/patch/6488/

However, these are for fixing panning rather than scaling.  However
these look like they're more on the right track of solving the
underlying problem, perhaps something similar could be crafted to handle
scaling better.

-- 
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/883319

Title:
  xrandr --scale 1.2x1.2 restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/883319/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 883319] Re: xrandr --scale 1.2x1.2 restricts area in which mouse moves

2011-12-12 Thread Vadim Rutkovsky
** Also affects: xorg-server via
   https://bugs.freedesktop.org/show_bug.cgi?id=39949
   Importance: Unknown
   Status: Unknown

-- 
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/883319

Title:
  xrandr --scale 1.2x1.2 restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/883319/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 883319] Re: xrandr --scale 1.2x1.2 restricts area in which mouse moves

2011-12-03 Thread Ryan Sutton
I'll build one, if somebody could tell me how.  I haven't had to undo a
patch before, and am leery about breaking it and being hosed.  I have
bad luck with compiling core stuff lol ;)

-- 
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/883319

Title:
  xrandr --scale 1.2x1.2 restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/883319/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 883319] Re: xrandr --scale 1.2x1.2 restricts area in which mouse moves

2011-11-18 Thread Bryce Harrington
** Changed in: xorg (Ubuntu)
   Importance: Undecided = Low

** Package changed: xorg (Ubuntu) = xorg-server (Ubuntu)

** Changed in: xorg-server (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/883319

Title:
  xrandr --scale 1.2x1.2 restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/883319/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 883319] Re: xrandr --scale 1.2x1.2 restricts area in which mouse moves

2011-11-10 Thread dsvilko
I would also very much like this resolved. It would make the 800x480 resolution 
on my asus eee much more usable.
I believe this is the upstream bug report: 
https://bugs.freedesktop.org/show_bug.cgi?id=39949
The problem can be solved by reverting the patch from:
https://bugs.freedesktop.org/show_bug.cgi?id=40063
Is anyone willing to build a patched xorg?

** Bug watch added: freedesktop.org Bugzilla #39949
   https://bugs.freedesktop.org/show_bug.cgi?id=39949

** Bug watch added: freedesktop.org Bugzilla #40063
   https://bugs.freedesktop.org/show_bug.cgi?id=40063

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/883319

Title:
  xrandr --scale 1.2x1.2 restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/883319/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 883319] Re: xrandr --scale 1.2x1.2 restricts area in which mouse moves

2011-10-30 Thread bugbot
** Tags added: kubuntu

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/883319

Title:
  xrandr --scale 1.2x1.2 restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/883319/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 883319] Re: xrandr --scale 1.2x1.2 restricts area in which mouse moves

2011-10-30 Thread Ryan Sutton
This also happens in the Unity/Gnome desktop

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/883319

Title:
  xrandr --scale 1.2x1.2 restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/883319/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 883319] Re: xrandr --scale 1.2x1.2 restricts area in which mouse moves

2011-10-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/883319

Title:
  xrandr --scale 1.2x1.2 restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/883319/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 883319] Re: xrandr --scale 1.2x1.2 restricts area in which mouse moves

2011-10-29 Thread Dave Gilbert
** Package changed: ubuntu = xorg (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/883319

Title:
  xrandr --scale 1.2x1.2 restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/883319/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp