Re: Gtk on Embedded Device Query

2007-12-14 Thread Saroj Kumar
Hi Mathais, Thanks for the help. strace is really helped. Following files are not found. read(4, "\355\33x\311\267\272\320\262ax\31\353:@%c\313\n\357\313"..., 4096) = 4096 open("/root/.Xdefaults", O_RDONLY) = -1 ENOENT (No such file or directory) uname({sys="Linux", node="ARMCore", ...}) = 0

Re: Gtk on Embedded Device Query

2007-12-13 Thread Saroj Kumar
> 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 > libraries. > > The following error is produced when I tried to run gtkdem

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 testing GtkPerf ap