5 In addition to the hardware requirements (which will be the same as the other
6 platforms) your system will need these libraries installed:
12 And some kind of OpenGL implementation, so:
23 -sound_output : sets the sound system to use. Possible values:
24 ALSA - Use the Advanced Linux Sound Architecture. (default)
25 OSS - Use the Open Sound System.
26 ESD - Use the Enlightenment Sound Daemon.
28 If you need to use one of the alternative systems and want to avoid
29 having to run from a terminal everytime, add the switch and the sound
30 system required to the df script.
38 * If the mouse cursor is enabled, and you are running fullscreen
39 it reacts strangely around the leftmost and topmost edges of the screen.
40 * Recorded movies will flicker every few frames, with artifacts on
42 * If the lock keys (caps lock, num lock, etc) do not work for you, open
43 the df file in a text editor and remove the line that reads
45 export SDL_DISABLE_LOCK_KEYS=1
47 it's a work around for a bug in the SDL package in Debian based distributions,
48 that reverses the behaviour of the above environmental variable.