From 52ef5c90ea778ff4fb6ede8cac24591f51e6e1c7 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 22 Jul 2001 12:55:31 +0000 Subject: added a README.xinerc where end-user .xinerc options can be documented CVS patchset: 323 CVS date: 2001/07/22 12:55:31 --- doc/FAQ | 6 ++++++ doc/Makefile.am | 3 ++- doc/README.xinerc | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 doc/README.xinerc 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 /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 + + -- cgit v1.2.3