Installation of <application>DirectFB</application> DirectFB needs a Linux kernel with frame buffer support. Check the documentation in the kernel tree (/usr/src/linux/Documentation/fb/) on how to enable the frame buffer device for your graphics card. Install DirectFB by running the following commands: ./configure --prefix=/usr && make && make install If you decided to add any optional image and video providers, then you have to install the DirectFB-extra package too: ./configure --prefix=/usr && make && make install The current version of avifile does not work with DirectFB. You have to use the avifile version which can be found at or alternatively disable the avifile video provider by calling configure with --disable-avifile.