5 - Hardware YUV overlays
6 - OpenGL - software only
7 - 2D/3D accelerations (depends on directfb driver)
13 DirectFB 1.0.1, 1.2.x, 1.3.0
14 Kernel-Framebuffer support: required: vesafb, radeonfb ....
15 Mesa 7.0.x - optional for OpenGL
19 This file should contain the following lines to make
20 your joystick work and avoid crashes:
21 ------------------------
22 disable-module=joystick
23 disable-module=linux_input
25 disable-module=cyber5k
26 disable-module=x11input
27 ------------------------
29 To use hardware accelerated YUV-overlays for YUV-textures, use:
31 export SDL_DIRECTFB_YUV_DIRECT=1
33 This is disabled by default. It will only support one
34 YUV texture, namely the first. Every other YUV texture will be
37 In addition, you may use (directfb-1.2.x)
39 export SDL_DIRECTFB_YUV_UNDERLAY=1
41 to make the YUV texture an underlay. This will make the cursor to
47 As of this writing 20070810 you need to pull Mesa from git and do the following:
49 ------------------------
54 echo Installing - please enter sudo pw.
56 sudo make install INSTALL_DIR=/usr/local/dfb_GL
57 cd src/mesa/drivers/directfb
59 sudo make install INSTALL_DIR=/usr/local/dfb_GL
60 ------------------------
62 To run the SDL - testprograms:
64 export SDL_VIDEODRIVER=directfb
65 export LD_LIBRARY_PATH=/usr/local/dfb_GL/lib
66 export LD_PRELOAD=/usr/local/dfb_GL/libGL.so.7