Mercurial > mplayer.hg
annotate DOCS/example.conf @ 433:0969d4ef0a34
malloc->calloc at wf/bih allocation
author | arpi_esp |
---|---|
date | Sun, 15 Apr 2001 14:45:15 +0000 |
parents | 319bbcc4c775 |
children | ce84c478e9e5 |
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 | |
390 | 11 vo=xv # To specify your default video output see -vo help for |
12 # valid settings | |
156 | 13 |
390 | 14 fs=yes # Enlarges movie window to your desktop's size. |
15 # (even for SVGAlib!) | |
16 # Used by drivers: all | |
17 | |
18 vm=no # Tries to change to a different videomode | |
19 # Used by drivers: dga2, x11 (, sdl?) | |
345 | 20 |
390 | 21 #bpp=0 # Force changing display depth. |
22 # Valid settings are: 0, 15, 16, 24, 32 | |
23 # NEEDS 'vm=yes' TOO ! (?) | |
24 # Used by drivers: fbdev, dga2, svga | |
345 | 25 |
390 | 26 zoom=no # Enable software scaling (powerful CPU needed) |
27 # Used by drivers: svga, (sdl - why not?) | |
28 | |
428 | 29 # x=TODO |
30 # y=TODO | |
156 | 31 |
32 ## | |
157 | 33 ## Multiple languages are available :) |
34 ## | |
35 ## Hungarian igen nem | |
36 ## English yes no | |
37 ## German ja nein | |
165 | 38 ## Spanish si no |
157 | 39 ## Binary 1 0 |
40 ## | |
41 ## You can also use spaces and/or tabs. | |
156 | 42 ## |
43 | |
44 sound = 1 | |
157 | 45 nosound = nein |
156 | 46 |
47 ## | |
48 ## Remember the -noalsa switch ? You can specify it either with: | |
49 ## | |
50 ## noalsa = 1 | |
51 ## or | |
52 ## alsa = no | |
53 ## or | |
54 ## noalsa = no | |
55 ## | |
56 | |
57 alsa = nem | |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
58 |
222 | 59 ffactor = 0.75 |
60 | |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
61 ## |
428 | 62 ## FBdev driver: specify your monitor's timings, so resolutions |
63 ## can be autodetected. | |
64 ## (see for example /etc/X11/XF86Config for timings!) | |
65 ## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN | |
66 ## OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY! | |
67 ## WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! ** | |
68 ## | |
69 ## k, K : means multiply by 1000 | |
70 ## m, M : means multiply by 1.000.000 | |
71 ## | |
72 | |
73 # monitor_hfreq = 31.5k-50k,70k # horizontal frequency range | |
74 # monitor_vfreq = 50-90 # vertical frequency range | |
75 # monitor_dotclock = 30M-300M # dotclock (or pixelclock) range | |
76 | |
77 ## | |
345 | 78 ## You can also include other configfiles |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
79 ## Specify full path! |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
80 ## |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
81 |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
82 include = /home/gabucino/.mplayer/savage4.conf |