diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-03-19 07:45:35 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-03-19 07:45:35 +0000 |
commit | 477f09465ad0897a169bc3f348b96a5c96a2a84e (patch) | |
tree | 4bd684d018e86dff0a2b60810f5f5603ffc8c679 | |
parent | 7f68f9ce7d970f0aee01f9d04ba5cae821c76bb0 (diff) |
example config file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@157 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/example.conf | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/DOCS/example.conf b/DOCS/example.conf new file mode 100644 index 0000000000..6ae32e1ba0 --- /dev/null +++ b/DOCS/example.conf @@ -0,0 +1,35 @@ +## +## 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 available options + +fs=yes # Fullscreen playing will be default + +## +## If you don't want to use 'yes/no' , use '1/0' or 'igen/nem' (yes, this is +## hungarian:) You can also use spaces or tabs. +## + +sound = 1 +nosound = 0 # :) + +## +## Remember the -noalsa switch ? You can specify it either with: +## +## noalsa = 1 +## or +## alsa = no +## or +## noalsa = no +## or, if you want to : +## + +alsa = nem |