Re: Gtk on Embedded Device Query

2007-12-13 Thread Sven Neumann
Hi, this mailing-list is about development of GTK+. Please don't ask questions here that about developing applications with GTK+. We have gtk-app-devel-list and gtk-list for this. Thanks. Sven ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

Re: Gtk on Embedded Device Query

2007-12-13 Thread Saroj Kumar
On Dec 13, 2007 11:18 AM, Saroj Kumar <[EMAIL PROTECTED]> wrote: > Hi, > > I ported X11 and Gtk with X11 support on Embedded board(arm-linux). > The problem I am facing now is setting the fontconfig. Because I have > fontconfig and freetype libraries for X11 and I compiled Gtk with those > librari

Re: Gtk on Embedded Device Query

2007-11-30 Thread Ross Burton
On Fri, 2007-11-30 at 17:41 +0530, Saroj Kumar wrote: > Now I am planning to run gtk+ on X-server. I started hunting for > X-server and found TinyX. > Now how to cross-compile X-server? Is there any document on it. > > I downloaded X-server from Xfree86 ftp site. Plz. guide me on > cross-compilin

Re: Gtk on Embedded Device Query

2007-11-30 Thread Saroj Kumar
Hi, Thanks for the suggestions. I have two options left now. 1. Running Gtk+ on top of X11 2. Testing Pango and Cairo modules on directfb itself. Now I am planning to run gtk+ on X-server. I started hunting for X-server and found TinyX. Now how to cross-compile X-server? Is there any docum

Re: Gtk on Embedded Device Query

2007-11-30 Thread Saroj Kumar
Hi Sven, Thanks for the suggestions. I have two options left now. Now I am planning to run gtk+ on X-server. I started hunting for X-server and found TinyX. Now how to cross-compile X-server? Is there any document on it. I downloaded X-server from Xfree86 ftp site. Plz. guide me on cross-compi

Re: Gtk on Embedded Device Query

2007-11-30 Thread Attilio Fiandrotti
Sven Neumann wrote: > Hi, > > On Thu, 2007-11-29 at 19:44 +0530, Saroj Kumar wrote: > >> Anyhow I have to use this system for my application. I agree that this >> system is having slow processor speed. But lower than this >> configuration, processors running on mobile devices performing well in >

Re: Gtk on Embedded Device Query

2007-11-29 Thread Sven Neumann
Hi, On Thu, 2007-11-29 at 19:44 +0530, Saroj Kumar wrote: > Anyhow I have to use this system for my application. I agree that this > system is having slow processor speed. But lower than this > configuration, processors running on mobile devices performing well in > terms of GUI. So, I thought gt

Re: Gtk on Embedded Device Query

2007-11-29 Thread Ross Burton
On Thu, 2007-11-29 at 18:40 +0200, Kalle Vahlman wrote: > > > goes upto 92%. Any button press in window also make CPU usage more.> Try your hardware using GTK+ on top of X11, many people have profiled GTK+ with DirectFB and discovered that X11 is many times faster for them due to better use of th

Re: Gtk on Embedded Device Query

2007-11-29 Thread Kalle Vahlman
2007/11/29, Saroj Kumar <[EMAIL PROTECTED]>: > Hi , > > Thanks for the reply. > Anyhow I have to use this system for my application. I agree that this > system is having slow processor speed. But lower than this configuration, > processors running on mobile devices performing well in terms of GUI.

Re: Gtk on Embedded Device Query

2007-11-29 Thread Philippe De Swert
Hi, > Thanks for the reply. > Anyhow I have to use this system for my application. I agree that this > system is having slow processor speed. But lower than this configuration, > processors running on mobile devices performing well in terms of GUI. So, I > thought gtk+ (gtk-directfb) will help m

Re: Gtk on Embedded Device Query

2007-11-29 Thread Saroj Kumar
Hi , Thanks for the reply. Anyhow I have to use this system for my application. I agree that this system is having slow processor speed. But lower than this configuration, processors running on mobile devices performing well in terms of GUI. So, I thought gtk+ (gtk-directfb) will help me in this.

Re: Gtk on Embedded Device Query

2007-11-28 Thread Kalle Vahlman
This doesn't really belong to gtk-list, so I'm leaving it out. 2007/11/29, Saroj Kumar <[EMAIL PROTECTED]>: >Hi, > > > > I am running gtk+ application on an embedded board (PXA255 processor with > 400MHz speed) running Linux. > > Gtk+ is running on top of frame buffer (instead of X11). > > App

Re: Gtk on Embedded Device Query

2007-11-28 Thread Saroj Kumar
Hi, > > I am running gtk+ application on an embedded board (PXA255 processor with > 400MHz speed) running Linux. > Gtk+ is running on top of frame buffer (instead of X11). > Application is running very slow on the board. > > Compared to desktop Linux system its 20 times slower. (Found out by >