summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authoreyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-21 08:33:33 +0000
committereyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-21 08:33:33 +0000
commit9a246a03a443d1ba9cf9008494cbe63dc6643329 (patch)
tree3ea842415e7f0a7ee46f93caae189624410c4d5b /debian
parenta9494a46df3769d27b791d88b9d0780010465542 (diff)
downloadmpv-9a246a03a443d1ba9cf9008494cbe63dc6643329.tar.bz2
mpv-9a246a03a443d1ba9cf9008494cbe63dc6643329.tar.xz
sample /etc/mplayer.conf file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@847 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian')
-rw-r--r--debian/mplayer.conf93
1 files changed, 93 insertions, 0 deletions
diff --git a/debian/mplayer.conf b/debian/mplayer.conf
new file mode 100644
index 0000000000..32a80dab97
--- /dev/null
+++ b/debian/mplayer.conf
@@ -0,0 +1,93 @@
+##
+## MPlayer config file
+##
+## This file can be copied to /etc/mplayer.conf and/or ~/.mplayer/config .
+## If both exist, the ~/.mplayer/config's settings override the
+## /etc/mplayer.conf ones. And, of course command line overrides all.
+## The options are the same as in the command line, but they can be specified
+## more flexibly here. See below.
+##
+
+vo=xv # To specify your default video output see -vo help for
+ # valid settings
+
+fs=yes # Enlarges movie window to your desktop's size.
+ # Used by drivers: all
+
+vm=no # Tries to change to a different videomode
+ # Used by drivers: dga2, x11, sdl
+
+#bpp=0 # Force changing display depth.
+ # Valid settings are: 0, 15, 16, 24, 32
+ # may need 'vm=yes' too.
+ # Used by drivers: fbdev, dga2, svga
+
+zoom=no # Enable software scaling (powerful CPU needed)
+ # Used by drivers: svga
+
+# x=800 # scale movie to <x> pixels width
+# y=600 # scale movie to <y> pixels height
+
+##
+## Multiple languages are available :)
+##
+## Hungarian igen nem
+## English yes no
+## German ja nein
+## Spanish si no
+## Binary 1 0
+##
+## You can also use spaces and/or tabs.
+##
+
+sound = 1
+nosound = nein
+mixer = /dev/mixer
+master = no # no : set PCM volume yes : set MASTER volume
+
+##
+## resample the fonts' alphamap
+## 0 plain white fonts
+## 0.75 very narrow black outline (default)
+## 1 narrow black outline
+## 10 bold black outline
+##
+
+ffactor = 1
+
+##
+## FBdev driver: specify your monitor's timings, so resolutions
+## can be autodetected.
+## (see for example /etc/X11/XF86Config for timings!)
+## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN
+## OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY!
+## WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! **
+##
+## k, K : means multiply by 1000
+## m, M : means multiply by 1.000.000
+##
+
+# fb = /dev/fb0 # framebuffer device to use
+# fbmode = 640x480-120 # use this mode (read from fb.modes!)
+# fbmodeconfig = /etc/fb.modes # the fb.modes file
+# monitor_hfreq = 31.5k-50k,70k # horizontal frequency range
+# monitor_vfreq = 50-90 # vertical frequency range
+# monitor_dotclock = 30M-300M # dotclock (or pixelclock) range
+
+##
+## SDL driver
+##
+
+# sdl = aalib # specify driver to use (for ex.: aalib, dga, fbdev...)
+# noxv = yes # do not use XVideo hardware acceleration
+# forcexv = yes # force XVideo even if not detected
+
+
+# nodshow # disable usage of DirectShow video codecs
+
+##
+## You can also include other configfiles
+## Specify full path!
+##
+
+#include = /home/gabucino/.mplayer/savage4.conf