Mercurial > mplayer.hg
annotate DOCS/SDL @ 1092:bd2b9f63adf1
-sdla note
author | atmosfear |
---|---|
date | Sun, 10 Jun 2001 23:48:20 +0000 |
parents | 18cf424995cd |
children | 570b32414d1a |
rev | line source |
---|---|
952
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
1 Here are some notes about SDL out in MPlayer. |
649 | 2 |
3 There are several commandline switches for sdl: | |
1092 | 4 -sdl <name> specifies sdl video driver to use (ie. aalib, |
649 | 5 dga, x11) |
1092 | 6 -sdla <name> specifies sdl audio driver to use (ie. dsp, esd) |
649 | 7 -noxv disables Xvideo hardware acceleration |
8 -forcexv tries to force Xvideo acceleration | |
9 | |
10 SDL Keys: | |
11 F toggles fullscreen/windowed mode | |
12 C cycles available fullscreen modes | |
13 W/S mappings for * and / (mixer control) | |
14 | |
952
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
15 KNOWN BUGS: |
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
16 - Keys pressed under aalib console driver repeat forever. |
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
17 It's bug in SDL, I can't change it (tested with SDL 1.2.1). |
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
18 |
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
19 Please report problems or bugs with sdl out to the MPlayer-users |
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
20 mailinglist or directly to Felix Buenemann <atmosfear@users.sf.net> |
649 | 21 |
22 -- | |
1092 | 23 Felix Bünemann, 2001-06-11 |