diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/FAQ | 6 | ||||
-rw-r--r-- | doc/Makefile.am | 3 | ||||
-rw-r--r-- | doc/README.xinerc | 36 |
3 files changed, 44 insertions, 1 deletions
@@ -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 + + |