Mercurial > mplayer.hg
annotate etc/example.conf @ 1653:a90e0d8eba7c
shmem_alloc->memalign
author | arpi |
---|---|
date | Thu, 23 Aug 2001 11:54:55 +0000 |
parents | 2eedc348e92a |
children | 538b993b3518 |
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 | |
1037 | 11 vo=xv # To specify default video driver (see -vo help for |
12 # list) | |
13 | |
14 ao=oss # To specify default audio driver (see -ao help for | |
15 # list) | |
156 | 16 |
390 | 17 fs=yes # Enlarges movie window to your desktop's size. |
18 # Used by drivers: all | |
19 | |
1275 | 20 # fsmode=0 # This option workarounds some problems when using |
21 # specific windowmanagers and fullscreen mode. If you | |
22 # experience fullscreen problems, try changing this | |
23 # value between 0 and 7. Hint: either 0 or 1 should | |
24 # be sufficient. | |
25 # 0 = new method (since 0.18pre3) | |
26 # 1 = ICCCWM patch (for KDE2/icewm) | |
27 # 2 = old method (0.17a) | |
28 # 3 = ICCCWM patch + Motif method | |
29 | |
1364 | 30 #vm=no # Tries to change to a different videomode |
522 | 31 # Used by drivers: dga2, x11, sdl |
345 | 32 |
390 | 33 #bpp=0 # Force changing display depth. |
34 # Valid settings are: 0, 15, 16, 24, 32 | |
522 | 35 # may need 'vm=yes' too. |
390 | 36 # Used by drivers: fbdev, dga2, svga |
345 | 37 |
1364 | 38 #zoom=no # Enable software scaling (powerful CPU needed) |
1037 | 39 # Used by drivers: svga, aalib |
390 | 40 |
1479 | 41 # double=yes # use double-buffering (recommended for xv with |
42 # SUB/OSD usage) | |
43 | |
522 | 44 # x=800 # scale movie to <x> pixels width |
753 | 45 # y=600 # scale movie to <y> pixels height |
156 | 46 |
47 ## | |
157 | 48 ## Multiple languages are available :) |
49 ## | |
50 ## Hungarian igen nem | |
51 ## English yes no | |
52 ## German ja nein | |
165 | 53 ## Spanish si no |
157 | 54 ## Binary 1 0 |
55 ## | |
56 ## You can also use spaces and/or tabs. | |
156 | 57 ## |
58 | |
1364 | 59 #sound = 1 |
60 #nosound = nein | |
61 #mixer = /dev/mixer | |
62 #master = no # no : set PCM volume yes : set MASTER volume | |
156 | 63 |
64 ## | |
522 | 65 ## resample the fonts' alphamap |
66 ## 0 plain white fonts | |
67 ## 0.75 very narrow black outline (default) | |
68 ## 1 narrow black outline | |
69 ## 10 bold black outline | |
70 ## | |
71 | |
1364 | 72 #ffactor = 0.75 |
222 | 73 |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
74 ## |
428 | 75 ## FBdev driver: specify your monitor's timings, so resolutions |
76 ## can be autodetected. | |
77 ## (see for example /etc/X11/XF86Config for timings!) | |
78 ## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN | |
79 ## OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY! | |
80 ## WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! ** | |
81 ## | |
82 ## k, K : means multiply by 1000 | |
83 ## m, M : means multiply by 1.000.000 | |
84 ## | |
85 | |
521 | 86 # fb = /dev/fb0 # framebuffer device to use |
87 # fbmode = 640x480-120 # use this mode (read from fb.modes!) | |
88 # fbmodeconfig = /etc/fb.modes # the fb.modes file | |
428 | 89 # monitor_hfreq = 31.5k-50k,70k # horizontal frequency range |
90 # monitor_vfreq = 50-90 # vertical frequency range | |
91 # monitor_dotclock = 30M-300M # dotclock (or pixelclock) range | |
92 | |
93 ## | |
646 | 94 ## SDL driver |
95 ## | |
96 | |
1208 | 97 # vo = sdl:aalib # use SDL video driver by default |
1205 | 98 # use "vo = sdl:aalib" or "vo sdl:dga" and so on, |
99 # for specifying SDL subdrivers | |
1208 | 100 # ao = sdl:esd # use SDL audio driver by default |
1205 | 101 # use "ao = sdl:esd" to use SDL's ESD driver |
1037 | 102 # noxv = no # whether to use XVideo hardware acceleration or not |
646 | 103 # forcexv = yes # force XVideo even if not detected |
629 | 104 |
1624 | 105 |
753 | 106 # nodshow # disable usage of DirectShow video codecs |
629 | 107 |
1208 | 108 |
1364 | 109 ## |
110 ## Other (preferred to be default from configfile) switches | |
111 ## | |
112 | |
113 framedrop = yes # drop frames, when not in sync (slow CPU, videocard, | |
1215 | 114 # etc) |
1200 | 115 |
1364 | 116 # vfm = 5 # use libavcodec video codec family (you know, |
117 # opensource DivX for example.. So preferred default on | |
118 # non-x86 boxes) | |
119 | |
629 | 120 ## |
345 | 121 ## You can also include other configfiles |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
122 ## Specify full path! |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
123 ## |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
124 |
1364 | 125 include = /home/gabucino/.mplayer/savage4.conf # comment-me-out! :) |