comparison etc/example.conf @ 17060:a60cad55c3ad

Smarter defaults, removing obsolete options.
author diego
date Tue, 29 Nov 2005 00:02:58 +0000
parents ad6224fa5f0d
children c01e292ae4a9
comparison
equal deleted inserted replaced
17059:ad6224fa5f0d 17060:a60cad55c3ad
3 ## 3 ##
4 ## Configuration files are read system-wide from /usr/local/etc/mplayer.conf 4 ## Configuration files are read system-wide from /usr/local/etc/mplayer.conf
5 ## and per user from ~/.mplayer/config, where per-user settings override 5 ## and per user from ~/.mplayer/config, where per-user settings override
6 ## system-wide settings, all of which are overrriden by the command line. 6 ## system-wide settings, all of which are overrriden by the command line.
7 ## 7 ##
8 ## The options are the same as on the command line. 8 ## The options are the same as on the command line without the preceding '-'.
9 ## 9 ##
10 10
11 11
12 ## 12 ##
13 ## video settings 13 ## video settings
22 # fullscreen mode 22 # fullscreen mode
23 # fs=yes 23 # fs=yes
24 24
25 # Change to a different videomode when going fullscreen 25 # Change to a different videomode when going fullscreen
26 # (dga, x11, sdl video output drivers only). 26 # (dga, x11, sdl video output drivers only).
27 # vm=no 27 # vm=yes
28 28
29 # Force changing display depth (valid settings are: 0, 15, 16, 24, 32). 29 # Force changing display depth (valid settings are: 0, 15, 16, 24, 32).
30 # May need 'vm=yes' as well, only works with fbdev, dga, svga, vesa 30 # May need 'vm=yes' as well, only works with fbdev, dga, svga, vesa
31 # video output drivers. 31 # video output drivers.
32 # bpp=0 32 # bpp=0
33 33
34 # Enable software scaling (powerful CPU needed). 34 # Enable software scaling (powerful CPU needed).
35 # Some video output drivers (svga, x11, vesa) do not support hardware scaling. 35 # Some video output drivers (svga, x11, vesa) do not support hardware scaling.
36 # zoom=no 36 # zoom=yes
37
38 # Doublebuffering can help remove flicker from subtitles/OSD.
39 # double=yes
40 37
41 # standard monitor size, with square pixels 38 # standard monitor size, with square pixels
42 # monitoraspect=4:3 39 # monitoraspect=4:3
43 40
44 # Use this for a widescreen monitor, non-square pixels. 41 # Use this for a widescreen monitor, non-square pixels.
47 # Makes the player window stay on top of all other windows. 44 # Makes the player window stay on top of all other windows.
48 # ontop=yes 45 # ontop=yes
49 46
50 ## 47 ##
51 ## Specify your preferred default skin here 48 ## Specify your preferred default skin here
52 ## (skins are searched in /usr/local/share/mplayer/Skin/yourskin 49 ## (skins are searched for in /usr/local/share/mplayer/Skin/
53 ## and ~/.mplayer/Skin/yourskin) 50 ## and ~/.mplayer/Skin/).
54 ## 51 ##
55 # skin = default 52 # skin = Abyss
56 53
57 ## 54 ##
58 ## Multiple languages are available :) 55 ## Multiple languages are available :)
59 ## 56 ##
60 ## Hungarian igen nem 57 ## Hungarian igen nem
82 # ffactor = 0.75 79 # ffactor = 0.75
83 80
84 ## 81 ##
85 ## FBdev driver: 82 ## FBdev driver:
86 ## 83 ##
87 # framebuffer device to use
88 # fb = /dev/fb0
89 #
90 # mode to use (read from fb.modes) 84 # mode to use (read from fb.modes)
91 # fbmode = 640x480-120 85 # fbmode = 640x480-120
92 # 86 #
93 # location of the fb.modes file 87 # location of the fb.modes file
94 # fbmodeconfig = /etc/fb.modes 88 # fbmodeconfig = /etc/fb.modes
118 # Use SDL video with the aalib subdriver by default. 112 # Use SDL video with the aalib subdriver by default.
119 # vo = sdl:aalib 113 # vo = sdl:aalib
120 # 114 #
121 # Use SDL audio driver with the esd subdriver by default. 115 # Use SDL audio driver with the esd subdriver by default.
122 # ao = sdl:esd 116 # ao = sdl:esd
123 #
124 # Turn off XVideo hardware acceleration.
125 # noxv = no
126 #
127 # Force XVideo even if not detected.
128 # forcexv = yes
129 117
130 118
131 ## 119 ##
132 ## Other (preferred to be default from configfile) switches 120 ## Other (preferred to be default from configfile) switches
133 ## 121 ##