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
=== modified file 'src/screen.cpp'
--- src/screen.cpp 2011-08-23 08:02:43 +0000
+++ src/screen.cpp 2011-09-02 15:45:57 +0000
@@ -2039,6 +2039,8 @@
2039 priv->reshape (ce->width, ce->height);2039 priv->reshape (ce->width, ce->height);
20402040
2041 priv->detectOutputDevices ();2041 priv->detectOutputDevices ();
2042
2043 priv->updateOutputDevices ();
2042}2044}
20432045
2044void2046void

Subscribers

People subscribed via source and target branches