Mercurial > mplayer.hg
annotate DOCS/example.conf @ 209:26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
the -vm option to help_mp.h -- mgraffam
author | mgraffam |
---|---|
date | Sat, 24 Mar 2001 21:37:25 +0000 |
parents | 5ba7d108d659 |
children | 163bb3cee94d |
rev | line source |
---|---|
156 | 1 ## |
2 ## MPlayer config file | |
3 ## | |
4 ## This file can be copied to /etc/mplayer.conf and/or ~/.mplayer/config . | |
5 ## If both exist, the ~/.mplayer/config's settings override the | |
6 ## /etc/mplayer.conf ones. And, of course command line overrides all. | |
7 ## The options are the same as in the command line, but they can be specified | |
8 ## more flexibly here. See below. | |
9 ## | |
10 | |
11 vo=xv # To specify your default video output | |
12 # see -vo help for available options | |
13 | |
14 fs=yes # Fullscreen playing will be default | |
15 | |
16 ## | |
157 | 17 ## Multiple languages are available :) |
18 ## | |
19 ## Hungarian igen nem | |
20 ## English yes no | |
21 ## German ja nein | |
165 | 22 ## Spanish si no |
157 | 23 ## Binary 1 0 |
24 ## | |
25 ## You can also use spaces and/or tabs. | |
156 | 26 ## |
27 | |
28 sound = 1 | |
157 | 29 nosound = nein |
156 | 30 |
31 ## | |
32 ## Remember the -noalsa switch ? You can specify it either with: | |
33 ## | |
34 ## noalsa = 1 | |
35 ## or | |
36 ## alsa = no | |
37 ## or | |
38 ## noalsa = no | |
39 ## | |
40 | |
41 alsa = nem | |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
42 |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
43 ## |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
44 ## You can also include another configfiles |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
45 ## Specify full path! |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
46 ## |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
47 |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
48 include = /home/gabucino/.mplayer/savage4.conf |