Mercurial > mplayer.hg
annotate DOCS/SDL @ 1476:e17940b2cbb2
silly a_pts bug
author | arpi |
---|---|
date | Thu, 09 Aug 2001 23:50:35 +0000 |
parents | 3c7f13cb0a8a |
children | f9beae70c5c2 |
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: | |
1208 | 4 -vo sdl:<name> specifies sdl video driver to use (ie. aalib, |
649 | 5 dga, x11) |
1208 | 6 -ao sdl:<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) | |
1396
3c7f13cb0a8a
Added double/normal resize patch by Wojtek Kaniewski <wojtekka at bydg.pdi.net>
atmos4
parents:
1224
diff
changeset
|
14 N sets normal size |
3c7f13cb0a8a
Added double/normal resize patch by Wojtek Kaniewski <wojtekka at bydg.pdi.net>
atmos4
parents:
1224
diff
changeset
|
15 D sets double size |
649 | 16 |
952
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
17 KNOWN BUGS: |
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
18 - Keys pressed under aalib console driver repeat forever. |
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
19 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
|
20 |
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
21 Please report problems or bugs with sdl out to the MPlayer-users |
1224 | 22 mailinglist. |
649 | 23 |
24 -- | |
1396
3c7f13cb0a8a
Added double/normal resize patch by Wojtek Kaniewski <wojtekka at bydg.pdi.net>
atmos4
parents:
1224
diff
changeset
|
25 Felix Bünemann, 2001-07-28 |