compiz team mailing list archive
-
compiz team
-
Mailing list archive
-
Message #21179
[Bug 833549] Re: Severe screen corruption after rotate the screen
This problem can be solved with the fix in
PrivateScreen::updateOutputDevices() below.
--- screen.cpp.orig 2011-08-31 16:33:45.000000000 +0800
+++ screen.cpp 2011-08-31 16:33:03.000000000 +0800
@@ -1729,6 +1729,13 @@
width = (int) uWidth;
height = (int) uHeight;
+ // Update screen size
+ if (screen->width () != width || screen->height () != height)
+ {
+ screen->setWidth(width);
+ screen->setHeight(height);
+ }
+
if (bits & XNegative)
x = screen->width () + x - width;
--
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/833549
Title:
Severe screen corruption after rotate the screen
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/833549/+subscriptions
References