On Thu, Sep 18, 2003 at 05:45:34PM -0600, Peter Gasper wrote: > I've installed the latest cvs version and I got the following error when > trying to run the df_fire example program. > > (#) DirectFBError [IDirectFB::CreateSurface() failed]: Not supported! > [EMAIL PROTECTED] lib]#
df_fire uses LUT8 pixelformat so your fbdev driver needs to support 8bpp modes. One way to make it work in any bpp mode is to run it in a window (--dfb:force-windowed). DirectFB will convert the data to the screen format. -- Ville Syrj�l� [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
