
Rotate X window
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
ive been researching on how to enable screen rotation and it seems X always needs to restart. I was thinking and not sure if its possible, but the idea would be to have a rotate button in the titlebar. When pressed it would rotate that X window by 90...
is this possible? would be trully helpful for tablet owners..
him
14 years ago
I really need something like "magic rotation"(Windows) for KDE. My ATI drivers (in Kubuntu) cant rotate the screen via "graphical-button". In in Windows it was possible. Please forgive my bad englsh!
Gruß
HiM
Report
jtate
14 years ago
Report
cr8
14 years ago
Report
Superstoned
14 years ago
Report
cr8
14 years ago
Rotations possible - normal
i still must be missing something that i cant pinpoint...
any ideas?
Report
Sann
14 years ago
Report
bobuse
14 years ago
I've wrote this article about it, but sorry it's in french !
http://bobuse.free.fr/blog/index.php/2006/04/26/profiter-de-la-fonction-pivot-de-son-ecran-plat/
My solution is to add a button in the kicker that launch the command :
xrandr | grep "Current rotation - normal" > /dev/null && xrandr -o left || xrandr -o normal
It's simple ! Isn't it ?
Report
cr8
14 years ago
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 155 (RANDR)
Minor opcode of failed request: 2 (RRSetScreenConfig)
Serial number of failed request: 12
Current serial number in output stream: 12
Report
bobuse
14 years ago
Report
stefbon
14 years ago
have you heard of Xgl and Xegl? With these new techniques it's very possible.
Only: not so good integration with kde-3.5, but as far I can see much better with kde-4.
Better support in gnome. There are a lot videos on the net where you can see what's possible.
Stef
Report
cr8
14 years ago
Report
sebas_double
14 years ago
Report