mirror of https://github.com/mpv-player/mpv
vm,fs,zoom,bpp kvadratus (suxx)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@391 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6e036018b7
commit
32eba04f58
|
@ -8,18 +8,26 @@
|
|||
## more flexibly here. See below.
|
||||
##
|
||||
|
||||
vo=xv # To specify your default video output
|
||||
# see -vo help for available options
|
||||
vo=xv # To specify your default video output see -vo help for
|
||||
# valid settings
|
||||
|
||||
fs=yes # Turns on hardware scaling (where available)
|
||||
fs=yes # Enlarges movie window to your desktop's size.
|
||||
# (even for SVGAlib!)
|
||||
# Used by drivers: all
|
||||
|
||||
vm=no # Tries to change to a smaller videomode
|
||||
# (can be combined with -fs, but it doesn't
|
||||
# have point...)
|
||||
# Used by drivers: dga, x11 (, sdl?)
|
||||
vm=no # Tries to change to a different videomode
|
||||
# Used by drivers: dga2, x11 (, sdl?)
|
||||
|
||||
zoom=yes # Turns on software scaling (where available)
|
||||
# Used by drivers: sdl, svga
|
||||
#bpp=0 # Force changing display depth.
|
||||
# Valid settings are: 0, 15, 16, 24, 32
|
||||
# NEEDS 'vm=yes' TOO ! (?)
|
||||
# Used by drivers: fbdev, dga2, svga
|
||||
|
||||
zoom=no # Enable software scaling (powerful CPU needed)
|
||||
# Used by drivers: svga, (sdl - why not?)
|
||||
|
||||
#x=TODO
|
||||
#y=TODO
|
||||
|
||||
##
|
||||
## Multiple languages are available :)
|
||||
|
|
Loading…
Reference in New Issue