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
> 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
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