Re: [qtopia]how to rotate screen from the shell?

2008-10-04 Thread Thomas Bertani
2008/10/3 Lorn Potter <[EMAIL PROTECTED]> > Thomas Bertani wrote: > > maybe I'm near the soluction :P > > but I can't put parameters in the command /opt/Trolltech/Qtopia/bin/qcop > > send QPE/Application/qpe 'RotationManager::setCurrentRotation(90)' > > > > but the command > > > > /opt/Trolltech/Q

Re: [qtopia]how to rotate screen from the shell?

2008-10-03 Thread Lorn Potter
Thomas Bertani wrote: > maybe I'm near the soluction :P > but I can't put parameters in the command /opt/Trolltech/Qtopia/bin/qcop > send QPE/Application/qpe 'RotationManager::setCurrentRotation(90)' > > but the command > > /opt/Trolltech/Qtopia/bin/qcop send QPE/Application/qpe > 'RotationM

Re: [qtopia]how to rotate screen from the shell?

2008-10-03 Thread Thomas Bertani
maybe I'm near the soluction :P but I can't put parameters in the command /opt/Trolltech/Qtopia/bin/qcop send QPE/Application/qpe 'RotationManager::setCurrentRotation(90)' but the command /opt/Trolltech/Qtopia/bin/qcop send QPE/Application/qpe 'RotationManager::defaultRotation()' runs... so it s

Re: [qtopia]how to rotate screen from the shell?

2008-10-03 Thread Alastair Johnson
Charles Hill wrote: > U...all I see on the qtextended.org site is > the 4.3.2 image. Where can I find 4.4? http://qtextended.org/modules/mydownloads/index.php ___ support mailing list support@lists.openmoko.org https://lis

Re: [qtopia]how to rotate screen from the shell?

2008-10-03 Thread Charles Hill
U...all I see on the qtextended.org site is the 4.3.2 image. Where can I find 4.4? Charles Hill On Thu, Oct 2, 2008 at 2:11 PM, Nicolas Dufresne <[EMAIL PROTECTED] > wrote: > Sorry, I was out-of-date. Here's what I found in the release note, > > *Dynamic Rotation* > >- Qt Extended no

Re: [qtopia]how to rotate screen from the shell?

2008-10-02 Thread Nicolas Dufresne
Sorry, I was out-of-date. Here's what I found in the release note, Dynamic Rotation * Qt Extended now supports dynamic rotation of the display. The display can be rotated at runtime by using the Rotation Settings application or in response to hardware events from orientation

Re: [qtopia]how to rotate screen from the shell?

2008-10-02 Thread Thomas Bertani
2008/10/2 Nicolas Dufresne <[EMAIL PROTECTED]> > Le jeudi 02 octobre 2008 à 16:36 +0200, Thomas Bertani a écrit : > > > on qtopia doesn't run... > > > A Qtopia developer have answered that question already (maybe en devel > list). The answer was that rotate is not supported in 4.3, but will be in

Re: [qtopia]how to rotate screen from the shell?

2008-10-02 Thread Nicolas Dufresne
Le jeudi 02 octobre 2008 à 16:36 +0200, Thomas Bertani a écrit : > > on qtopia doesn't run... > A Qtopia developer have answered that question already (maybe en devel list). The answer was that rotate is not supported in 4.3, but will be in version 4.4. _

Re: [qtopia]how to rotate screen from the shell?

2008-10-02 Thread Thomas Bertani
on qtopia doesn't run... 2008/10/2 Max <[EMAIL PROTECTED]> > following rotates but with unwanted effects on 2008.9 at least > > echo 1 > /sys/devices/platform/glamo3362.0/glamo-fb.0/graphics/fb0/rotate > > Thomas Bertani wrote: > > Hi, I need to rotate the screen from the shell with a command. Any

Re: [qtopia]how to rotate screen from the shell?

2008-10-02 Thread Max
following rotates but with unwanted effects on 2008.9 at least echo 1 > /sys/devices/platform/glamo3362.0/glamo-fb.0/graphics/fb0/rotate Thomas Bertani wrote: > Hi, I need to rotate the screen from the shell with a command. Anybody > knows how to do that? > > Thanks in advance >