Merge lp:~albertomilone/compiz-core/fix-833549 into lp:compiz-core/oneiric

Proposed by Alberto Milone
Status: Merged
Merged at revision: 2800
Proposed branch: lp:~albertomilone/compiz-core/fix-833549
Merge into: lp:compiz-core/oneiric
Diff against target: 12 lines (+2/-0)
1 file modified
src/screen.cpp (+2/-0)
To merge this branch: bzr merge lp:~albertomilone/compiz-core/fix-833549
Reviewer Review Type Date Requested Status
Compiz Maintainers Pending
Review via email: mp+73845@code.launchpad.net

Description of the change

This fixes an issue with screen rotation which limits the windows
extents of each output to a smaller area and fills the rest of the
screen with graphics corruption (LP: #833549).

To post a comment you must log in.
Revision history for this message
Alberto Milone (albertomilone) wrote :

I tested this change with nouveau, nvidia (nvidia-current), intel, radeon and an AMD engineer successfully tested it with fglrx. It works well also when 2 screens are in use

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/screen.cpp'
2--- src/screen.cpp 2011-08-23 08:02:43 +0000
3+++ src/screen.cpp 2011-09-02 15:45:57 +0000
4@@ -2039,6 +2039,8 @@
5 priv->reshape (ce->width, ce->height);
6
7 priv->detectOutputDevices ();
8+
9+ priv->updateOutputDevices ();
10 }
11
12 void

Subscribers

People subscribed via source and target branches