diff options
Diffstat (limited to 'doc/faq')
-rw-r--r-- | doc/faq/faq.sgml | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 3077cacc3..b5c619b42 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -1110,17 +1110,6 @@ </para> </sect2> - <sect2 id="configoptions"> - <title>What do all these <filename>~/.xine/config</filename> (<filename>~/.gxine/config</filename>) entries mean?</title> - <para> - You can find information about them in - <filename>xine-lib/doc/README.config_en</filename>. - Frontends may register additional config entries, you may find out more about - them in their documentation. Also the comments in the config file might - help. - </para> - </sect2> - <sect2 id="dxr3"> <title>Does xine support my dxr3 / hollywood+ card?</title> <para> @@ -1216,9 +1205,9 @@ the complicated way by editing the config file yourself which is located in your home directory in <filename>.gxine</filename> or <filename>.xine</filename>: <programlisting> - audio.speaker_arrangement:4 - audio.speaker_arrangement:4.1 - audio.speaker_arrangement:5.1</programlisting> + audio.speaker_arrangement:Surround 4.0 + audio.speaker_arrangement:Surround 4.1 + audio.speaker_arrangement:Surround 5.1</programlisting> </para> </sect2> @@ -1229,7 +1218,7 @@ surround (see above). You can either use the config dialog or edit the config file (<filename>~/.xine/config</filename> or <filename>~/.gxine/config</filename>) yourself: - <programlisting> audio.speaker_arrangement:A52_Passthru</programlisting> + <programlisting> audio.speaker_arrangement:Pass Through</programlisting> </para> </sect2> @@ -1333,11 +1322,11 @@ </para> </sect3> <sect3> - <title>Setting up xine for SPDIF (AC3_passthrough) output</title> + <title>Setting up xine for SPDIF (AC3 passthrough) output</title> <para> You can either use the config dialog of your frontend or edit the config file (<filename>~/.xine/config</filename>) yourself: - <programlisting> audio.speaker_arrangement:A52_Passthru</programlisting> + <programlisting> audio.speaker_arrangement:Pass Through</programlisting> In case the setting is not in the file you can add it. </para> </sect3> |