4 ## This file can be copied to /usr/local/etc/mplayer.conf and/or ~/.mplayer/config .
5 ## If both exist, the ~/.mplayer/config's settings override the
6 ## /usr/local/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.
11 # vo=xv # To specify default video driver (see -vo help for
14 # ao=oss # To specify default audio driver (see -ao help for
17 fs=yes # Enlarges movie window to your desktop's size.
18 # Used by drivers: all
20 # vm=no # Tries to change to a different videomode
21 # Used by drivers: dga2, x11, sdl
23 # bpp=0 # Force changing display depth.
24 # Valid settings are: 0, 15, 16, 24, 32
25 # may need 'vm=yes' too.
26 # Used by drivers: fbdev, dga2, svga, vesa
28 # zoom=no # Enable software scaling (powerful CPU needed)
29 # Used by drivers: svga, x11, vesa
31 # double=yes # use double-buffering (recommended for xv with
34 # monitoraspect=4:3 # standard monitor size, with square pixels
35 # monitoraspect=16:9 # use this for widescreen monitor! non-square pixels
37 # ontop=yes # Makes the player window stay ontop
38 # Used by drivers which use X11, except SDL,
39 # as well as directx and gl2 under Windows
42 ## Specify your preferred default skin here
43 ## (skins are searched in /usr/local/share/mplayer/Skin/yourskin
44 ## and ~/.mplayer/Skin/yourskin)
50 ## Multiple languages are available :)
59 ## You can also use spaces and/or tabs.
67 ## resample the fonts' alphamap
68 ## 0 plain white fonts
69 ## 0.75 very narrow black outline (default)
70 ## 1 narrow black outline
71 ## 10 bold black outline
79 # fb = /dev/fb0 # framebuffer device to use
80 # fbmode = 640x480-120 # use this mode (read from fb.modes!)
81 # fbmodeconfig = /etc/fb.modes # the fb.modes file
83 ## VESA and FBdev driver: specify your monitor's timings
85 ## (see for example /etc/X11/XF86Config for timings!)
86 ## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN
87 ## OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY!
88 ## WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! **
90 ## k, K : means multiply by 1000
91 ## m, M : means multiply by 1.000.000
93 # monitor-hfreq = 31.5k-50k,70k # horizontal frequency range
94 # monitor-vfreq = 50-90 # vertical frequency range
95 # monitor-dotclock = 30M-300M # dotclock (or pixelclock) range
101 # vo = sdl:aalib # use SDL video driver by default
102 # use "vo = sdl:aalib" or "vo sdl:dga" and so on,
103 # for specifying SDL subdrivers
104 # ao = sdl:esd # use SDL audio driver by default
105 # use "ao = sdl:esd" to use SDL's ESD driver
106 # noxv = no # whether to use XVideo hardware acceleration or not
107 # forcexv = yes # force XVideo even if not detected
111 ## Other (preferred to be default from configfile) switches
114 framedrop = yes # drop frames, when not in sync (slow CPU, videocard,
117 cache = 8192 # use 8Mb input cache by default
119 # slang = en # DVD : display english subtitles if available
120 # alang = en # DVD : play english audio tracks if available
123 ## This is the correct way to use "subconfig" type options in the
124 ## configuration file. In the command line you use :
125 ## -aop list=resample:fout=44100 , but here it is :
126 # aop=list=resample:fout=44100
129 ## You can also include other configfiles
130 ## Specify full path!
132 ## Delete this default :)
135 include = /home/gabucino/.mplayer/i_did_not_RTFM_carefully_enough...