diff README.DirectFB @ 2998:d364ee9b9c15

Date: Sun, 04 Jan 2009 20:53:30 +0100 From: Couriersud Subject: SDL1.3 DirectFB patches The attached contains the following directfb changes: - Dynamic loading of libdirectfb.so. This may to turned off as well in configure - Use linux-input by default. May be switched off by environment variable. - Added some code which will use directfb's x11 backend when DISPLAY is set.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 23:43:33 +0000
parents e759ad5e6f43
children d72a0dd80e8b
line wrap: on
line diff
--- 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