comparison 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
comparison
equal deleted inserted replaced
2997:e4f025078c1c 2998:d364ee9b9c15
18 18
19 This file should contain the following lines to make 19 This file should contain the following lines to make
20 your joystick work and avoid crashes: 20 your joystick work and avoid crashes:
21 ------------------------ 21 ------------------------
22 disable-module=joystick 22 disable-module=joystick
23 disable-module=linux_input
24 disable-module=cle266 23 disable-module=cle266
25 disable-module=cyber5k 24 disable-module=cyber5k
26 disable-module=x11input 25 no-linux-input-grab
27 ------------------------ 26 ------------------------
27
28 To disable to use x11 backend when DISPLAY variable is found use
29
30 export SDL_DIRECTFB_X11_CHECK=0
31
32 To disable the use of linux input devices, i.e. multimice/multikeyboard support,
33 use
34
35 export SDL_DIRECTFB_LINUX_INPUT=0
28 36
29 To use hardware accelerated YUV-overlays for YUV-textures, use: 37 To use hardware accelerated YUV-overlays for YUV-textures, use:
30 38
31 export SDL_DIRECTFB_YUV_DIRECT=1 39 export SDL_DIRECTFB_YUV_DIRECT=1
32 40