annotate DOCS/example.conf @ 359:db6b78fa7331

video mode change supported
author szabii
date Wed, 11 Apr 2001 20:52:56 +0000
parents 8ec84df2712f
children e77b47a99986
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
156
605a95a42659 example config file
gabucino
parents:
diff changeset
1 ##
605a95a42659 example config file
gabucino
parents:
diff changeset
2 ## MPlayer config file
605a95a42659 example config file
gabucino
parents:
diff changeset
3 ##
605a95a42659 example config file
gabucino
parents:
diff changeset
4 ## This file can be copied to /etc/mplayer.conf and/or ~/.mplayer/config .
605a95a42659 example config file
gabucino
parents:
diff changeset
5 ## If both exist, the ~/.mplayer/config's settings override the
605a95a42659 example config file
gabucino
parents:
diff changeset
6 ## /etc/mplayer.conf ones. And, of course command line overrides all.
605a95a42659 example config file
gabucino
parents:
diff changeset
7 ## The options are the same as in the command line, but they can be specified
605a95a42659 example config file
gabucino
parents:
diff changeset
8 ## more flexibly here. See below.
605a95a42659 example config file
gabucino
parents:
diff changeset
9 ##
605a95a42659 example config file
gabucino
parents:
diff changeset
10
605a95a42659 example config file
gabucino
parents:
diff changeset
11 vo=xv # To specify your default video output
605a95a42659 example config file
gabucino
parents:
diff changeset
12 # see -vo help for available options
605a95a42659 example config file
gabucino
parents:
diff changeset
13
347
8ec84df2712f fs, vm, zoom options updated
gabucino
parents: 345
diff changeset
14 fs=yes # Turns on hardware scaling (where available)
345
ac3148cd77d1 *** empty log message ***
gabucino
parents: 222
diff changeset
15
347
8ec84df2712f fs, vm, zoom options updated
gabucino
parents: 345
diff changeset
16 vm=no # Tries to change to a smaller videomode
8ec84df2712f fs, vm, zoom options updated
gabucino
parents: 345
diff changeset
17 # (can be combined with -fs, but it doesn't
8ec84df2712f fs, vm, zoom options updated
gabucino
parents: 345
diff changeset
18 # have point...)
8ec84df2712f fs, vm, zoom options updated
gabucino
parents: 345
diff changeset
19 # Used by drivers: dga, x11 (, sdl?)
345
ac3148cd77d1 *** empty log message ***
gabucino
parents: 222
diff changeset
20
347
8ec84df2712f fs, vm, zoom options updated
gabucino
parents: 345
diff changeset
21 zoom=yes # Turns on software scaling (where available)
8ec84df2712f fs, vm, zoom options updated
gabucino
parents: 345
diff changeset
22 # Used by drivers: sdl, svga
156
605a95a42659 example config file
gabucino
parents:
diff changeset
23
605a95a42659 example config file
gabucino
parents:
diff changeset
24 ##
157
d3de96f3b72a added dojcs
gabucino
parents: 156
diff changeset
25 ## Multiple languages are available :)
d3de96f3b72a added dojcs
gabucino
parents: 156
diff changeset
26 ##
d3de96f3b72a added dojcs
gabucino
parents: 156
diff changeset
27 ## Hungarian igen nem
d3de96f3b72a added dojcs
gabucino
parents: 156
diff changeset
28 ## English yes no
d3de96f3b72a added dojcs
gabucino
parents: 156
diff changeset
29 ## German ja nein
165
5ba7d108d659 spanish added
gabucino
parents: 164
diff changeset
30 ## Spanish si no
157
d3de96f3b72a added dojcs
gabucino
parents: 156
diff changeset
31 ## Binary 1 0
d3de96f3b72a added dojcs
gabucino
parents: 156
diff changeset
32 ##
d3de96f3b72a added dojcs
gabucino
parents: 156
diff changeset
33 ## You can also use spaces and/or tabs.
156
605a95a42659 example config file
gabucino
parents:
diff changeset
34 ##
605a95a42659 example config file
gabucino
parents:
diff changeset
35
605a95a42659 example config file
gabucino
parents:
diff changeset
36 sound = 1
157
d3de96f3b72a added dojcs
gabucino
parents: 156
diff changeset
37 nosound = nein
156
605a95a42659 example config file
gabucino
parents:
diff changeset
38
605a95a42659 example config file
gabucino
parents:
diff changeset
39 ##
605a95a42659 example config file
gabucino
parents:
diff changeset
40 ## Remember the -noalsa switch ? You can specify it either with:
605a95a42659 example config file
gabucino
parents:
diff changeset
41 ##
605a95a42659 example config file
gabucino
parents:
diff changeset
42 ## noalsa = 1
605a95a42659 example config file
gabucino
parents:
diff changeset
43 ## or
605a95a42659 example config file
gabucino
parents:
diff changeset
44 ## alsa = no
605a95a42659 example config file
gabucino
parents:
diff changeset
45 ## or
605a95a42659 example config file
gabucino
parents:
diff changeset
46 ## noalsa = no
605a95a42659 example config file
gabucino
parents:
diff changeset
47 ##
605a95a42659 example config file
gabucino
parents:
diff changeset
48
605a95a42659 example config file
gabucino
parents:
diff changeset
49 alsa = nem
164
2790235db59f even more updates :) about time to crack a joke, eh? :))
gabucino
parents: 157
diff changeset
50
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 165
diff changeset
51 ffactor = 0.75
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 165
diff changeset
52
164
2790235db59f even more updates :) about time to crack a joke, eh? :))
gabucino
parents: 157
diff changeset
53 ##
345
ac3148cd77d1 *** empty log message ***
gabucino
parents: 222
diff changeset
54 ## You can also include other configfiles
164
2790235db59f even more updates :) about time to crack a joke, eh? :))
gabucino
parents: 157
diff changeset
55 ## Specify full path!
2790235db59f even more updates :) about time to crack a joke, eh? :))
gabucino
parents: 157
diff changeset
56 ##
2790235db59f even more updates :) about time to crack a joke, eh? :))
gabucino
parents: 157
diff changeset
57
2790235db59f even more updates :) about time to crack a joke, eh? :))
gabucino
parents: 157
diff changeset
58 include = /home/gabucino/.mplayer/savage4.conf