annotate DOCS/SDL @ 1558:261f5fd2c909

error handling
author arpi
date Thu, 16 Aug 2001 18:27:03 +0000
parents f9beae70c5c2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
a76a78715c69 Initial release, notes about sdl out.
atmosfear
parents:
diff changeset
2
a76a78715c69 Initial release, notes about sdl out.
atmosfear
parents:
diff changeset
3 There are several commandline switches for sdl:
1208
570b32414d1a reviewed for release
gabucino
parents: 1092
diff changeset
4 -vo sdl:<name> specifies sdl video driver to use (ie. aalib,
649
a76a78715c69 Initial release, notes about sdl out.
atmosfear
parents:
diff changeset
5 dga, x11)
1208
570b32414d1a reviewed for release
gabucino
parents: 1092
diff changeset
6 -ao sdl:<name> specifies sdl audio driver to use (ie. dsp, esd)
649
a76a78715c69 Initial release, notes about sdl out.
atmosfear
parents:
diff changeset
7 -noxv disables Xvideo hardware acceleration
a76a78715c69 Initial release, notes about sdl out.
atmosfear
parents:
diff changeset
8 -forcexv tries to force Xvideo acceleration
a76a78715c69 Initial release, notes about sdl out.
atmosfear
parents:
diff changeset
9
a76a78715c69 Initial release, notes about sdl out.
atmosfear
parents:
diff changeset
10 SDL Keys:
a76a78715c69 Initial release, notes about sdl out.
atmosfear
parents:
diff changeset
11 F toggles fullscreen/windowed mode
a76a78715c69 Initial release, notes about sdl out.
atmosfear
parents:
diff changeset
12 C cycles available fullscreen modes
a76a78715c69 Initial release, notes about sdl out.
atmosfear
parents:
diff changeset
13 W/S mappings for * and / (mixer control)
1509
f9beae70c5c2 Removed D key for doublesize, already clobbered by framedrop.
atmos4
parents: 1396
diff changeset
14 N sets normal/double size
649
a76a78715c69 Initial release, notes about sdl out.
atmosfear
parents:
diff changeset
15
952
18cf424995cd added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents: 649
diff changeset
16 KNOWN BUGS:
18cf424995cd added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents: 649
diff changeset
17 - Keys pressed under aalib console driver repeat forever.
18cf424995cd added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents: 649
diff changeset
18 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
19
18cf424995cd added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents: 649
diff changeset
20 Please report problems or bugs with sdl out to the MPlayer-users
1224
cf2ef08fca25 Reviewed for release.
atmos4
parents: 1208
diff changeset
21 mailinglist.
649
a76a78715c69 Initial release, notes about sdl out.
atmosfear
parents:
diff changeset
22
a76a78715c69 Initial release, notes about sdl out.
atmosfear
parents:
diff changeset
23 --
1509
f9beae70c5c2 Removed D key for doublesize, already clobbered by framedrop.
atmos4
parents: 1396
diff changeset
24 Felix Bünemann, 2001-08-14