Written by pbaracos the 29 Feb 08 at 22:03.
Category: Graphics.
Related project:
Nothing/Others.
Status: New
Rationale
For those of us who have monitors that can be rotated from landscape position to portrait position, it would be really nice if the rotation option actually worked.
I don't know what hardware you're using, but rotation does "actually work" on my gutsy desktop... sort of.
If I run this, the screen rotates to display correctly while my monitor is rotated:
xrandr --output DVI --rotate left
However, it has some limitations. The screen updates rather slowly, because my system doesn't seem to support rotation in hardware. And, if I try to use a video overlay while rotated, the system seems to lock up.
So, the intel video driver needs some work, but the functionality does at least exist.
In your xorg.conf (not by default, or it's lost on screen resolution change). After that is in the file, a simple xrandr --rotate left / right / normal turns the screen. Whould be nice to check when that options are lost and fix that.