summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-07-22 12:55:31 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-07-22 12:55:31 +0000
commit52ef5c90ea778ff4fb6ede8cac24591f51e6e1c7 (patch)
treece0beeb4999029ab24697df93ade1284c6875c82
parent8ea37e8529b8ac9612ee1c18376e0c0ba5752a0e (diff)
downloadxine-lib-52ef5c90ea778ff4fb6ede8cac24591f51e6e1c7.tar.gz
xine-lib-52ef5c90ea778ff4fb6ede8cac24591f51e6e1c7.tar.bz2
added a README.xinerc where end-user .xinerc options can be documented
CVS patchset: 323 CVS date: 2001/07/22 12:55:31
-rw-r--r--doc/FAQ6
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/README.xinerc36
3 files changed, 44 insertions, 1 deletions
diff --git a/doc/FAQ b/doc/FAQ
index f426854b7..0e217d917 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -315,6 +315,12 @@ surround here, you'll have to enable it in your ~/.xinerc:
ac3_pass_through:1
+what do all these .xinerc entries mean?
+---------------------------------------
+
+you'll find more info about them in doc/README.xinerc
+
+
where and how do I get the latest development version?
------------------------------------------------------
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 08224940b..3055d8e40 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,8 @@
SUBDIRS = man
-EXTRA_DIST = $(docs_DOCS) FAQ FAQ_es MRL.txt README.solaris dataflow.dia xine-lib-API.cfg
+EXTRA_DIST = $(docs_DOCS) FAQ FAQ_es MRL.txt README.solaris dataflow.dia\
+ xine-lib-API.cfg README.xinerc
docdir = $(prefix)/share/doc/xine
docs_DOCS =
diff --git a/doc/README.xinerc b/doc/README.xinerc
new file mode 100644
index 000000000..64bd3d436
--- /dev/null
+++ b/doc/README.xinerc
@@ -0,0 +1,36 @@
+
+ ----------------------
+ some .xinerc options
+ ----------------------
+
+option meaning
+--------------------------------------------------------------------
+
+ac3_level 0..~200% : ac3 volume control
+
+ac3_pass_through 1/0 : enable ac3 output via spdif port
+
+audio_driver_name audio driver to use, same as command line
+ option -A (e.g. oss, alsa, esd, artsd)
+
+colorkey colorkey to use, may be usefull to change
+ if parts of your desktio become transparent
+
+five_channel 1/0 : enable 5-channel playback
+
+four_channel 1/0 : enable 4-channel playback
+
+skin skin to use, see <prefix>/share/xine/skins
+ for installed skins (e.g. metal, lcd, pitt)
+
+video_driver_name video driver to use, same as command line
+ option -V (e.g. Xv, XShm)
+
+win32_path path to where you have installed win32
+ codec dlls for avi playback, e.g.
+ /usr/lib/win32
+
+zoom_mpeg1 1/0 : enable automatic zoom of small
+ (e.g. mpeg1) videos to double size
+
+