I mean rotate, in a "universal" way the entire desktop environment, like you can do in Windows Vista or 7 with CTRL+UP,DOWN,LEFT OR RIGHT ARROW
Some years ago in linux I changed the size of the desktop in a xf86.conf file if I remember correctly, and even if the monitor was bigger than that modified resolution, all the application when maximised were the right size of the desktop, now if with the pandora OS it is possible to do the same thing, the only question is "can it be possible to instruct the interface engine to start drawing from the right-upper corner to the left-bottom corner ?"
It can be much more useful than in a windows desktop-pc, where you can't rotate the monitor... for example I read ebooks with very little fonts, and the lines are more understandable if them are shorter... ok, i can read even in horizontal with shorter lines, but I can't FILL the display with text, and I will have not so much lines visualized at the same time.
I have seen on youtube some vertical shooters emulated in horizontal... now, I don't know if it was a choice to play them like this, but if the emulator don't have this kind of choice, the desktop rotation can be useful even in this kind of situation... (at least I will prefere to play in vertical, even if the game result smaller)
sorry for my english, i hope you can understand what i mean
EDIT:
I mean this:
Code:
Option "Rotate" "rotation"
This optional entry specifies the initial rotation of the given monitor. Valid values for rotation are "normal", "left", "right", and "inverted". (RandR 1.2-supporting drivers only)
from
http://linux.die.net/man/5/xorg.conf
but I don't know if this can be changed in realtime or if is needed the restart of the graphic interface...