Quoting Werner Heuser ([EMAIL PROTECTED]): > Hi, > > I'm new to DirectFB. When using `dfbsee' to look up a jpg > image I get the errors below. I read the FAQ and > searched the mailing list archive. Framebuffer is > running with vga=791, no `gpm' and no `X' is running. > > Werner > > > (*) DirectFB/GraphicsDevice: MMX Software Rasterizer 0.5 (convergence > integrated media GmbH) > interface-draw.c <105>: > (#) DirectFBError [dfb->CreateImageProvider (dfb, DATADIR > "top_left.png", &provider)]: Interface implementation not available!
Please make sure that the PNG and JPEG providers get built. Check the output of ./configure that shows build options at the end. You need libpng2-dev and libjpeg62-dev. libfreetype6-dev is also required for almost every application. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
