summaryrefslogtreecommitdiffstats
path: root/etc/example.conf
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-17 00:36:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-17 00:36:52 +0000
commit7fac067cae9685487f267f7b11eca1e3f0e19b22 (patch)
tree62cc1f392a047c2db05ef089ec197f604ecdc224 /etc/example.conf
parentaa83524a3b56be02f3abcfdc9f64766ccf6ecd9e (diff)
downloadmpv-7fac067cae9685487f267f7b11eca1e3f0e19b22.tar.bz2
mpv-7fac067cae9685487f267f7b11eca1e3f0e19b22.tar.xz
Put settings into a more meaningful order, some cosmetics.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17417 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/example.conf')
-rw-r--r--etc/example.conf105
1 files changed, 52 insertions, 53 deletions
diff --git a/etc/example.conf b/etc/example.conf
index ea058e80a4..6ecba1e81f 100644
--- a/etc/example.conf
+++ b/etc/example.conf
@@ -11,15 +11,37 @@
# See the CONFIGURATION FILES section in the man page
# for a detailed description of the syntax.
-#
-# video settings
-#
+
+##################
+# video settings #
+##################
# Specify default video driver (see -vo help for a list).
#vo=xv
-# Specify default audio driver (see -ao help for a list).
-#ao=oss
+# Use SDL video with the aalib subdriver by default.
+#vo = sdl:aalib
+
+# FBdev driver:
+#
+# mode to use (read from fb.modes)
+#fbmode = 640x480-120
+#
+# location of the fb.modes file
+#fbmodeconfig = /etc/fb.modes
+
+# Specify your monitor timings for the vesa and fbdev video output drivers.
+# See /etc/X11/XF86Config for timings. Be careful; if you specify settings
+# that exceed the capabilities of your monitor, you may damage it.
+#
+# horizontal frequency range (k stands for 1000)
+#monitor-hfreq = 31.5k-50k,70k
+#
+# vertical frequency range
+#monitor-vfreq = 50-90
+#
+# dotclock (or pixelclock) range (m stands for 1000000)
+#monitor-dotclock = 30M-300M
# Start in fullscreen mode by default.
#fs=yes
@@ -43,61 +65,42 @@
# Keep the player window on top of all other windows.
#ontop=yes
-# Specify your preferred skin here (skins are searched for in
-# /usr/local/share/mplayer/Skin/<name> and ~/.mplayer/Skin/<name>).
-#skin = Abyss
+
+##################
+# audio settings #
+##################
+
+# Specify default audio driver (see -ao help for a list).
+#ao=oss
+
+# Use SDL audio driver with the esd subdriver by default.
+#ao = sdl:esd
# Specify the mixer device.
#mixer = /dev/mixer
-#
+# Resample the sound to 44100Hz with the lavcresample audio filter.
+#af=lavcresample=44100
+
+
+##################
+# other settings #
+##################
+
+# Drop frames to preserve audio/video sync.
+#framedrop = yes
+
+# Specify your preferred skin here (skins are searched for in
+# /usr/local/share/mplayer/Skin/<name> and ~/.mplayer/Skin/<name>).
+#skin = Abyss
+
# Resample the font alphamap.
# 0 plain white fonts
# 0.75 very narrow black outline (default)
# 1 narrow black outline
# 10 bold black outline
-#
#ffactor = 0.75
-#
-# FBdev driver:
-#
-# mode to use (read from fb.modes)
-#fbmode = 640x480-120
-#
-# location of the fb.modes file
-#fbmodeconfig = /etc/fb.modes
-
-# Specify your monitor timings for the vesa and fbdev video output drivers.
-# See /etc/X11/XF86Config for timings. Be careful; if you specify settings
-# that exceed the capabilities of your monitor, you may damage it.
-#
-# horizontal frequency range (k stands for 1000)
-#monitor-hfreq = 31.5k-50k,70k
-#
-# vertical frequency range
-#monitor-vfreq = 50-90
-#
-# dotclock (or pixelclock) range (m stands for 1000000)
-#monitor-dotclock = 30M-300M
-
-#
-# SDL driver
-#
-# Use SDL video with the aalib subdriver by default.
-#vo = sdl:aalib
-#
-# Use SDL audio driver with the esd subdriver by default.
-#ao = sdl:esd
-
-
-#
-# other settings
-#
-# Drop frames to preserve audio/video sync.
-#framedrop = yes
-
-#
# cache settings
#
# Use 8MB input cache by default.
@@ -116,9 +119,5 @@
#alang = en
-# Resample the sound to 44100Hz with the lavcresample audio filter.
-#af=lavcresample=44100
-
-#
# You can also include other configuration files.
#include = /path/to/the/file/you/want/to/include