Have you considered Gtk+ 2.6 for your embedded design? Instead of DIrectFB, which is rather rough around the edges, why not use a tinyx-server like kdrive? I am using it in a design on an XScale.
On 5/17/06, Clif Swiggett <[EMAIL PROTECTED]> wrote:
Hi All - I'm hoping I can get some guidance here. I'm cross compiling Gtk+ (latest CVS) to an ARM9 board. DirectFB performance is great - I can fill the screen with text using DirectFB font rendering and it appears instantaneous to a user. However, Gtk / pango font rendering is incredibly slow. If I show a Gtk Window with a handful of labels, the text dribbles onto the screen. The bulk of the time is spent in pango_renderer_draw_layout_line (the first call is very slow - subsequent calls are much faster) and pango_renderer_deactivate. Since Gtk calls these every time it draws a label, the performance overhead is crippling. Does anyone have any recommendations for speeding this up? - Clif _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
_______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list