1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-22 06:42:03 +00:00

Smarter defaults, removing obsolete options.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17061 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-11-29 00:02:58 +00:00
parent 053e9d1c18
commit 9b5f3d5e6f

View File

@ -5,7 +5,7 @@
## and per user from ~/.mplayer/config, where per-user settings override ## and per user from ~/.mplayer/config, where per-user settings override
## system-wide settings, all of which are overrriden by the command line. ## 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 # Change to a different videomode when going fullscreen
# (dga, x11, sdl video output drivers only). # (dga, x11, sdl video output drivers only).
# vm=no # vm=yes
# Force changing display depth (valid settings are: 0, 15, 16, 24, 32). # 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 # May need 'vm=yes' as well, only works with fbdev, dga, svga, vesa
@ -33,10 +33,7 @@
# Enable software scaling (powerful CPU needed). # Enable software scaling (powerful CPU needed).
# Some video output drivers (svga, x11, vesa) do not support hardware scaling. # Some video output drivers (svga, x11, vesa) do not support hardware scaling.
# zoom=no # zoom=yes
# Doublebuffering can help remove flicker from subtitles/OSD.
# double=yes
# standard monitor size, with square pixels # standard monitor size, with square pixels
# monitoraspect=4:3 # monitoraspect=4:3
@ -49,10 +46,10 @@
## ##
## Specify your preferred default skin here ## Specify your preferred default skin here
## (skins are searched in /usr/local/share/mplayer/Skin/yourskin ## (skins are searched for in /usr/local/share/mplayer/Skin/
## and ~/.mplayer/Skin/yourskin) ## and ~/.mplayer/Skin/).
## ##
# skin = default # skin = Abyss
## ##
## Multiple languages are available :) ## Multiple languages are available :)
@ -84,9 +81,6 @@
## ##
## FBdev driver: ## FBdev driver:
## ##
# framebuffer device to use
# fb = /dev/fb0
#
# mode to use (read from fb.modes) # mode to use (read from fb.modes)
# fbmode = 640x480-120 # fbmode = 640x480-120
# #
@ -120,12 +114,6 @@
# #
# Use SDL audio driver with the esd subdriver by default. # Use SDL audio driver with the esd subdriver by default.
# ao = sdl:esd # ao = sdl:esd
#
# Turn off XVideo hardware acceleration.
# noxv = no
#
# Force XVideo even if not detected.
# forcexv = yes
## ##