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
> 
>
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
>   



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


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. Anybody
> > knows how to do that?
> >
> > Thanks in advance
> > 
> >
> > ___
> > support mailing list
> > support@lists.openmoko.org
> > https://lists.openmoko.org/mailman/listinfo/support
> >
>
>
>
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
>
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


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.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


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
> version 4.4.
>
>
version 4.4 is out :P
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


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
sensors or slide switches.


Le jeudi 02 octobre 2008 à 17:47 +0200, Thomas Bertani a écrit :
> 
> 
> 
> 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 version 4.4. 
> 
> version 4.4 is out :P 
> 
> 
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


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 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 sensors or slide switches.
>
>
> Le jeudi 02 octobre 2008 à 17:47 +0200, Thomas Bertani a écrit :
>
>
>
>  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
> version 4.4.
>
>
> version 4.4 is out :P
>
>  ___
> support mailing [EMAIL 
> PROTECTED]://lists.openmoko.org/mailman/listinfo/support
>
>
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
>
>
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


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://lists.openmoko.org/mailman/listinfo/support


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 seems that it isn't possible to put anything into brackets...
why?? oO
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


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 
> 'RotationManager::defaultRotation()'
> 
> runs... so it seems that it isn't possible to put anything into 
> brackets... why?? oO

try
qcop QPE/Application/qpe 'RotationManager::setCurrentRotation(int)' '90'

:)

-- 
Lorn 'ljp' Potter
Software Engineer, Systems Group, Qt Software, Nokia Pty Ltd

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


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/Qtopia/bin/qcop send QPE/Application/qpe
> > 'RotationManager::defaultRotation()'
> >
> > runs... so it seems that it isn't possible to put anything into
> > brackets... why?? oO
>
> try
> qcop QPE/Application/qpe 'RotationManager::setCurrentRotation(int)' '90'
>
> :)


thanks a lot lorn :P
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support