You didnt install DirectFB library. Read docs.

You can do it manually  : /usr/local/lib/directfb-1.0-0 - default path
to install
Copy the files into directories :

systems/libdirectfb_fbdev.so     // system
wm/libdirectfbwm_default.so     // window manager

and so on..


2007/4/26, Jorge Berzosa <[EMAIL PROTECTED]>:
> Hi
>
> I am a newbie with directfb and I am trying to install directfb-1.0.0 on
> the embedded system NetDCU8 board with emlix-Linux. No graphics card as
> in "System on Chip" and Double Buffering is not enabled.
> I configured directfb for cross-compiling  with and works fine:
>
> ./configure --host=arm-linux --build=i686-linux
> --prefix=/opt/emlix/netdcu8 --enable-shared --enable-static
> CC=arm-linux-gcc LD=arm-linux-ld AS=arm-linux-as AR=arm-linux-ar
> RANLIB=arm-linux-ranlib CPP=arm-linux-cpp --enable-log
> --program-prefix=directfb- --disable-x11 --enable-debug --disable-voodoo
> --disable-mmx --disable-see --disable-sdl --enable-jpeg --enable-zlib
> --enable-png --disable-gif --enable-freetype --disable-video4linux
> --disable-video4linux2 --with-gfxdrivers=none --with-inputdrivers=none
> --with-tests --enable-fbdev
>
> when I try dfbinfo I give this:
> # dfbinfo
>
>      =======================|  DirectFB 1.0.0  |=======================
>           (c) 2001-2007  The DirectFB Organization (directfb.org)
>           (c) 2000-2004  Convergence (integrated media) GmbH
>         ------------------------------------------------------------
>
> (*) DirectFB/Core: Single Application Core. (2007-04-26 14:24) [ DEBUG ]
> (!) DirectFB/core/system: No system found!
> (#) DirectFBError [DirectFBCreate() failed]: No (suitable)
> implementation found!
>
>
>
> Issuing fbset -i gives following output:
> # fbset -i
>
> mode "320x240-80"
>         # D: 12.000 MHz, H: 30.151 kHz, V: 79.764 Hz
>         geometry 320 240 320 240 16
>         timings 83333 30 16 128 8 32 2
>         accel false
>         rgba 5/11,6/5,5/0,0/0
> endmode
>
>
> I created a fb.modes with that output, copied it to /etc and created a
> small directfbrc in /etc:
>
> mode=320x240-80
> depth=16
> system=fbdev
> fbdev=/dev/fb0
>
> I read other entries of this forum with similar related problems but no
> ones is useful for me. I will thanks any clue.
>
> Thanks in advance and sorry for my English,
>         Jorge
>
>  [EMAIL PROTECTED]
>
> _______________________________________________
> directfb-users mailing list
> [email protected]
> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
>


-- 
Best Regards
Nikita Egorov
[EMAIL PROTECTED]
[EMAIL PROTECTED]

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to