From 9b5f3d5e6fea19e2addf00315bdefe11fa179188 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 29 Nov 2005 00:02:58 +0000 Subject: Smarter defaults, removing obsolete options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17061 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/example.conf | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) (limited to 'etc') 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 ## -- cgit v1.2.3