Am Dienstag, 18. September 2007 02:58:49 schrieb LJF126: > hello all, > I want to run DFB multi application, how can I do ? > this is how I configure and install the directfb-1.0-0 > /configure --enable-multi > make > make install > when i run multi application example, the following MSG displayed > =======================| DirectFB 1.0.0 |======================= > (c) 2001-2007 The DirectFB Organization (directfb.org) > (c) 2000-2004 Convergence (integrated media) GmbH > ------------------------------------------------------------ > (*) DirectFB/Core: Multi Application Core. (2007-09-17 07:15) > (*) Fusion/SHM: Using MADV_REMOVE (2.6.21.0 >= 2.6.19.2) > (!) Direct/Util: opening '/dev/fusion/0' failed > --> No such device or address > (!) Fusion/Init: Opening fusion device (world 0) as 'any' failed! > --> No such device or address > (#) DirectFBError [lite_init: DirectFBCreate]: Initialization error! > it seems can not open fusion device, but i don't know how to do > can anyone help me? > any help is grate appreciate. > best regards > LJF
You must load the fusion modul before you start a directfb application. # modprobe fusion The best way is to load fusion at startup (take a look at your distribution handbook). regards Hannes -- crux86_64 - http://ecarux.de/crux86_64 CRUX pure 64Bit Edition _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
