Hello people, good morning. I'm finishing a livecd project to run emulators by using linux framebuffer. Most of them use SDL and SDL can use DirectFB for framebuffer support. I want to compile DirectFB to enable only necessary things, but it's my first time working on it. With SDL, I did it successfully.
I have some questions about DirectFB (I'm using 1.0.1): 1 - I compiled SDL with DirectFB support. So, to compile DirectFB, should I enable SDL support too? Looks like recursive to me. Of course I should compile DirectFB first and after SDL... 2 - I want only framebuffer support (not X11) and best performance. So, I included this configuration: ./configure --prefix=$USRDIR --disable-osx --disable-x11 --disable-extra-warnings --disable-profiling --disable-debug --disable-debug-support --disable-trace --disable-multi --enable-voodoo --enable-unique --enable-mmx --enable-sse --enable-fbdev --enable-sdl --disable-vnc --enable-sysfs --enable-jpeg --enable-zlib --enable-png --enable-gif --enable-freetype --enable-video4linux --enable-video4linux2 --with-gfxdrivers=all --disable-static --enable-dinamic --with-inputdrivers=all After compile and install, a lot of static libraries (.a and .la) have been installed. Why? I selected only dinamic library... 3 - Where I can find full information about the /etc/directfbrc? I want to configure it as best as I can to emulators. 4 - This library is awesome! Keep going! :) Bye! _______________________________________________ directfb-users mailing list directfb-users@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users