comparison DOCS/SDL @ 952:18cf424995cd

added note for aalib console keyrepeat bug in sdllib.
author atmosfear
date Sat, 02 Jun 2001 22:27:03 +0000
parents a76a78715c69
children bd2b9f63adf1
comparison
equal deleted inserted replaced
951:9fb176abc1a7 952:18cf424995cd
1 Here are some last minute notes about SDL out in IdegCounter 1 Here are some notes about SDL out in MPlayer.
2 release of mplayer.
3 2
4 There are several commandline switches for sdl: 3 There are several commandline switches for sdl:
5 -sdl <name> specifies sdl driver to use (ie. aalib, 4 -sdl <name> specifies sdl driver to use (ie. aalib,
6 dga, x11) 5 dga, x11)
7 -noxv disables Xvideo hardware acceleration 6 -noxv disables Xvideo hardware acceleration
10 SDL Keys: 9 SDL Keys:
11 F toggles fullscreen/windowed mode 10 F toggles fullscreen/windowed mode
12 C cycles available fullscreen modes 11 C cycles available fullscreen modes
13 W/S mappings for * and / (mixer control) 12 W/S mappings for * and / (mixer control)
14 13
15 Please report problems or bugs with sdl out to 14 KNOWN BUGS:
16 Felix Buenemann <atmosfear@users.sourceforge.net> 15 - Keys pressed under aalib console driver repeat forever.
16 It's bug in SDL, I can't change it (tested with SDL 1.2.1).
17
18 Please report problems or bugs with sdl out to the MPlayer-users
19 mailinglist or directly to Felix Buenemann <atmosfear@users.sf.net>
17 20
18 -- 21 --
19 Felix Bünemann, 2001-04-26 22 Felix Bünemann, 2001-06-03