summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-29 00:02:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-29 00:02:58 +0000
commit9b5f3d5e6fea19e2addf00315bdefe11fa179188 (patch)
treec9bbdc4e920b1e1aad944b2d3cf36030710cf8ea /etc
parent053e9d1c1849f94aa537a8c671bdf6b86666bf73 (diff)
downloadmpv-9b5f3d5e6fea19e2addf00315bdefe11fa179188.tar.bz2
mpv-9b5f3d5e6fea19e2addf00315bdefe11fa179188.tar.xz
Smarter defaults, removing obsolete options.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17061 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/example.conf24
1 files changed, 6 insertions, 18 deletions
diff --git a/etc/example.conf b/etc/example.conf
index 0078493934..bf329702f6 100644
--- a/etc/example.conf
+++ b/etc/example.conf
@@ -5,7 +5,7 @@
## and per user from ~/.mplayer/config, where per-user settings override
## system-wide settings, all of which are overrriden by the command line.
##
-## The options are the same as on the command line.
+## The options are the same as on the command line without the preceding '-'.
##
@@ -24,7 +24,7 @@
# Change to a different videomode when going fullscreen
# (dga, x11, sdl video output drivers only).
-# vm=no
+# vm=yes
# Force changing display depth (valid settings are: 0, 15, 16, 24, 32).
# May need 'vm=yes' as well, only works with fbdev, dga, svga, vesa
@@ -33,10 +33,7 @@
# Enable software scaling (powerful CPU needed).
# Some video output drivers (svga, x11, vesa) do not support hardware scaling.
-# zoom=no
-
-# Doublebuffering can help remove flicker from subtitles/OSD.
-# double=yes
+# zoom=yes
# standard monitor size, with square pixels
# monitoraspect=4:3
@@ -49,10 +46,10 @@
##
## Specify your preferred default skin here
-## (skins are searched in /usr/local/share/mplayer/Skin/yourskin
-## and ~/.mplayer/Skin/yourskin)
+## (skins are searched for in /usr/local/share/mplayer/Skin/
+## and ~/.mplayer/Skin/).
##
-# skin = default
+# skin = Abyss
##
## Multiple languages are available :)
@@ -84,9 +81,6 @@
##
## FBdev driver:
##
-# framebuffer device to use
-# fb = /dev/fb0
-#
# mode to use (read from fb.modes)
# fbmode = 640x480-120
#
@@ -120,12 +114,6 @@
#
# Use SDL audio driver with the esd subdriver by default.
# ao = sdl:esd
-#
-# Turn off XVideo hardware acceleration.
-# noxv = no
-#
-# Force XVideo even if not detected.
-# forcexv = yes
##