Screen rotation

Tom
Hello!

I was wondering is there any simple way to change screen orientation? Does
it need some kernel modification? I found some info in other thread but the
page linked there was in german, and was only about changing orientation of
a console - I need only changing orientation for my QT apps.

thanks in advance
best regards
Tom

open-nandra
Compile qt for arm with : -qt-gfx-transformed and then run your app with
./app -qws -display transformed:Rot90 (or whatever rotation you need). Hope
it helps.