Hi, I'm using a 22" tft (1680x1050 resolution) and when I'm pivoting the screen, either in the Display settings or with "xrandr -o left" applications won't cover the whole screen when maximizing them or switching to fullscreen. The lower third of the screen (when pivoted, that's the left third of the screen when in normal mode) is not used, I can see there the backgound, or whatever is just displayed there (another window for example).
Can you try with current svn code? A potential problem has been fixed since rc1 although I could not reproduce it in real life. xfwm4 supports xrandr 1.2 and rotate works as expected. However, it requires: gtk-2.14.x xfwm4-4.5.x Can you post the output of xfwm4 --version Beside, I observed a bug in xrandr that reports wrong screen size when rotate is used with a multi-screen setup.
Here's the version output: geralt ~ $ xfwm4 --version This is xfwm4 version 4.5.99.1 (revision 29379) for Xfce 4.5.99.1 Released under the terms of the GNU General Public License. Compiled against GTK+-2.12.11, using GTK+-2.12.11. Build configuration and supported features: - Startup notification support: No - XSync support: Yes - Render support: Yes - Xrandr support: Yes - Embedded compositor: Yes - KDE systray proxy (deprecated): No geralt ~ $ xrandr --version Server reports RandR version 1.2 I'm upgrading GTK+ right now and then I'll try the latest svn snapshot.
Ok, I installed now the following packages: glib-2.18.4 gtk+-2.14.7 xfce4-dev-tools-SVN xfwm4-SVN And fullscreen/maximize is now not only working but the rendering in pivot is no alot better, before I always had the impression that the image is tiring my eyes very fast, now I have a much better image :-) So I think this bug is fixed :-)
Brilliant!