Mercurial > mplayer.hg
changeset 17060:a60cad55c3ad
Smarter defaults, removing obsolete options.
author | diego |
---|---|
date | Tue, 29 Nov 2005 00:02:58 +0000 |
parents | ad6224fa5f0d |
children | 5fbe8cc93a2f |
files | etc/example.conf |
diffstat | 1 files changed, 6 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/example.conf Mon Nov 28 23:54:08 2005 +0000 +++ b/etc/example.conf Tue Nov 29 00:02:58 2005 +0000 @@ -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 ##