Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 16778 ideas, 103272 comments, 2165696 votes
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas
Idea #1873: Screen pivot / rotation

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.
Tags: (none)

32
votes
closed
Solution #1: Auto-generated solution of idea #1873
Written by pbaracos the 29 Feb 08 at 22:03.
Ubuntu Brainstorm was updated in January 2009. Since the idea #1873 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

Propose your solution

Attachments
No attachments.


Duplicates


Comments
Alan Pope (Ubuntu developer) wrote on the 29 Feb 08 at 22:06
+1, This is also essential for tablet based computers.

ToyKeeper wrote on the 29 Feb 08 at 22:43
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.

dan.fernandez wrote on the 1 Mar 08 at 01:13
ToyKeeper,
yes, it works, as long as you have:

Option "RandRRotation" "on"
Option "Rotate" "CW"
Option "Rotate" "CCW"

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.


Post your comment