After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 661877 - clutter overloads CPU
clutter overloads CPU
Status: RESOLVED INCOMPLETE
Product: clutter
Classification: Platform
Component: general
1.8.x
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-10-15 23:36 UTC by Pavol Klačanský
Modified: 2012-01-24 12:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pavol Klačanský 2011-10-15 23:36:43 UTC
Hi,

I have Intel 4500 graphic card and when I run clutter demo, it eats all my cpu time.
Where is problem? I should be accelerated over OpenGL, right?

I am curious, because I am rewriting my app from GTK (doesn't suit modern app design, without all CSS styling and not using almost no default widget) to Clutter, but it looks at same speed like HTML animations

so please, I need to know, if there is way to make it smooth or if I should switch to HTML instead

Thanks
Comment 1 Emmanuele Bassi (:ebassi) 2011-10-16 07:23:21 UTC
this is not really a bug report: you should use the clutter-app-devel mailing list instead:

  http://lists.clutter-project.org/listinfo/clutter-app-devel-list

you should check if you are, in fact, using hardware acceleration and direct rendering.

if you run glxinfo, is there a mention to the "Mesa Software Rasterizer"?
Comment 2 Pavol Klačanský 2011-10-16 11:00:25 UTC
client glx vendor string: Mesa Project and SGI
OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset 
OpenGL version string: 2.1 Mesa 7.11

I have written to ML too