Active Topics

 


Reply
Thread Tools
Posts: 82 | Thanked: 214 times | Joined on Jan 2010 @ Cape town
#1
Running my app on the N900, much to my dismay I noticed a visable lag in the transitions. Disabling OpenGL seems to have sped things up quite dramatically - and it's noticable toggling between the two. In both cases I made it run full screen.

Anyone else had similar experiences? Seems rather counter-intuative...
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#2
My experience has been the same. I was also forced to disable OpenGL acceleration due to performance issues. Doing so has resulted in gradients looking quite poor (colour banding), along with one or two other weird behaviours that forced some design compromises.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 
Posts: 3,464 | Thanked: 5,107 times | Joined on Feb 2010 @ Gothenburg in Sweden
#3
Test it on Meego handset also and then send bugreports too the Qt teams cause this issues sounds bad imho.
 
Posts: 560 | Thanked: 422 times | Joined on Mar 2011
#4
I haven't delved much into Qt yet but I wonder whether the GL for Qt is full OpenGL, not GLES? Therefore, my suggestion is that the speed reduction occurs in changing from full to ES, even if the instructions/features you are using are within the ES spec, because QML includes the full instruction set [1] but the software has to adapt to the operating environment (N900).

Is there anyway you can use C/C++ & OpenGL ES for the graphics and provide a few hooks into the UI? I think there is a QtOpenGL, is there a QtOpenGL ES you could try?

I think that makes sense!!
[1] instruction set: these are only my thoughts, not definitive.

I hope you can find a work around to get smooth, shiny graphics!
 
Khertan's Avatar
Posts: 1,012 | Thanked: 817 times | Joined on Jul 2007 @ France
#5
Did you run your app in fullscreen ?

As this make a little difference. But don't be fool, qml is slow in real use, as it s consume more memory, and this isn't the best part of the n900.
 
mece's Avatar
Posts: 1,111 | Thanked: 1,985 times | Joined on Aug 2009 @ Åbo, Finland
#6
Curiously opengl rendering is really ugly and slow on my phone. I think it depends on the type of application though. Graphicssystem Raster rendering is much faster and prettier than opengl in Tweed Suit at least.

Edit: Actually, I use Raster for N900 and Windows Desktop, and OpenGL for Linux Desktop
__________________
Class .. : Meddler, Thread watcher, Developer, Helper
Humor .. : [********--] Alignment: Pacifist
Patience : [*****-----] Weapon(s): N900, N950, Metal music
Agro ... : [----------] Relic(s) : N95, NGage, Tamyia Wild One

Try Tweed Suit for your hardcore twittering needs
http://twitter.com/mece66
I like my coffee black, like my metal.
 
Posts: 560 | Thanked: 422 times | Joined on Mar 2011
#7
@mece do these pieces of software use the full OpenGL instruction set or the ES versions?
If software using the complete version is somehow compiled down to run on the N900 it would probably look funny (analogous to lossy-compression) - for software to have proper hardware acceleration, it must explicitly use OpenGL ES. Even then I think there some bugs like vsync.

Edit: by 'software' I refer to the one being created, not the library/framework. By analogous, I mean that the embedded library is smaller than the full version so some functionality might be lost.

Last edited by demolition; 2011-04-27 at 09:11.
 
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#8
Originally Posted by Khertan View Post
Did you run your app in fullscreen ?

As this make a little difference. But don't be fool, qml is slow in real use, as it s consume more memory, and this isn't the best part of the n900.
QML is not inherently slow - but I do agree that at this point it's all too easy to get carried away and write things in ways that do incur a performance overhead. It really helps if you know how the underlying tech 'thinks' (this is not QML specific, writing C code anticipating how the assembly will look like also can give very interesting results). In this case, however, it's about our presumption that everything hardware accelerated must be faster than anything done on the CPU, but reality can get in the way (I think the most famous one in Maemo land is that the N800 does media playback better with *lower* clocked DSP). The OpenGL situation is a similar one - there are many caveats that can (and do) kill OpenGL performance so on the N900 you're often better off relying on the relatively zippy CPU.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 
mece's Avatar
Posts: 1,111 | Thanked: 1,985 times | Joined on Aug 2009 @ Åbo, Finland
#9
Originally Posted by demolition View Post
@mece do these pieces of software use the full OpenGL instruction set or the ES versions?
If software using the complete version is somehow compiled down to run on the N900 it would probably look funny (analogous to lossy-compression) - for software to have proper hardware acceleration, it must explicitly use OpenGL ES. Even then I think there some bugs like vsync.
The software you're referring to is Qt, since you don't really choose what instruction set to use from the application, Qt takes care of that. So it depends on what device is used. It uses ogles on my N900 and ogl on desktop.
And yeah, vsync doesn't work in maemo5.
__________________
Class .. : Meddler, Thread watcher, Developer, Helper
Humor .. : [********--] Alignment: Pacifist
Patience : [*****-----] Weapon(s): N900, N950, Metal music
Agro ... : [----------] Relic(s) : N95, NGage, Tamyia Wild One

Try Tweed Suit for your hardcore twittering needs
http://twitter.com/mece66
I like my coffee black, like my metal.
 

The Following User Says Thank You to mece For This Useful Post:
Posts: 82 | Thanked: 214 times | Joined on Jan 2010 @ Cape town
#10
Originally Posted by Khertan View Post
Did you run your app in fullscreen ?

As this make a little difference. But don't be fool, qml is slow in real use, as it s consume more memory, and this isn't the best part of the n900.
QML is most certainly not slow in real use. Turning off OpenGL gave a huge performance boost, and I'd say the GUI performance of my Python / QML app is far greater than the built in C / GTK ones.
 
Reply


 
Forum Jump


All times are GMT. The time now is 04:51.