--- a/README.DirectFB Sun Jan 04 23:41:09 2009 +0000
+++ b/README.DirectFB Sun Jan 04 23:43:33 2009 +0000
@@ -20,12 +20,20 @@
your joystick work and avoid crashes:
------------------------
disable-module=joystick
-disable-module=linux_input
disable-module=cle266
disable-module=cyber5k
-disable-module=x11input
+no-linux-input-grab
------------------------
+To disable to use x11 backend when DISPLAY variable is found use
+
+export SDL_DIRECTFB_X11_CHECK=0
+
+To disable the use of linux input devices, i.e. multimice/multikeyboard support,
+use
+
+export SDL_DIRECTFB_LINUX_INPUT=0
+
To use hardware accelerated YUV-overlays for YUV-textures, use:
export SDL_DIRECTFB_YUV_DIRECT=1