diff options
author | Marja van Waes <marja@mageia.org> | 2013-12-08 17:32:06 +0100 |
---|---|---|
committer | Marja van Waes <marja@mageia.org> | 2013-12-08 17:35:01 +0100 |
commit | d379202213186bab59b5ffc6fe290c1c4aea468b (patch) | |
tree | 02cb4f991c29470090e64fe7467cff80ba333323 /docs/installer/en | |
parent | 9c551425cbb3d76740f27dda93fe0a34843a5bfc (diff) | |
download | tools-d379202213186bab59b5ffc6fe290c1c4aea468b.tar tools-d379202213186bab59b5ffc6fe290c1c4aea468b.tar.gz tools-d379202213186bab59b5ffc6fe290c1c4aea468b.tar.bz2 tools-d379202213186bab59b5ffc6fe290c1c4aea468b.tar.xz tools-d379202213186bab59b5ffc6fe290c1c4aea468b.zip |
- add soundConfig.xml, a new help file
- update DrakX.xml and misc-params.xml
Diffstat (limited to 'docs/installer/en')
-rw-r--r-- | docs/installer/en/DrakX.xml | 4 | ||||
-rw-r--r-- | docs/installer/en/misc-params.xml | 9 | ||||
-rw-r--r-- | docs/installer/en/soundConfig.xml | 54 |
3 files changed, 62 insertions, 5 deletions
diff --git a/docs/installer/en/DrakX.xml b/docs/installer/en/DrakX.xml index c6d0dd32..42de6e29 100644 --- a/docs/installer/en/DrakX.xml +++ b/docs/installer/en/DrakX.xml @@ -24,6 +24,7 @@ <!--2013-03-31 removed link to setupBootloaderBeginner.xml, because that page is no longer needed --> <!--2013-05-10 hid includes for resizeFATchoose.xml and takeOverHdChoose.xml, because since over a year ago, no one in docteam managed to make a screenshot of those installer screens. They seem to already have been obsoleted in Mandriva --> <!--2013-05-10 put ask_mntpoint_s.xml before takeOverHdConfirm.xml, to better reflect the order in which the links to them appear in doPartitionDisks.xml --> +<!--2013-12-08 add soundConfig.xml --> <!-- <xi:include href="drakx-intro.xml"/> --> @@ -93,8 +94,9 @@ <xi:include href="configureServices.xml"></xi:include> +<xi:include href="selectMouse.xml"/> - <xi:include href="selectMouse.xml"/> +<xi:include href="soundConfig.xml"/> <xi:include href="securityLevel.xml"></xi:include> diff --git a/docs/installer/en/misc-params.xml b/docs/installer/en/misc-params.xml index d2033bba..91176bcb 100644 --- a/docs/installer/en/misc-params.xml +++ b/docs/installer/en/misc-params.xml @@ -126,9 +126,10 @@ <para revision="1" xml:id="misc-params-hardware-pa3"><guilabel>Sound card</guilabel>:</para> - <para revision="1" xml:id="misc-params-hardware-pa3a">This section - allows you to fine tune your sound card. In most cases the options - selected will work with your computer.</para> + <para revision="1" xml:id="misc-params-hardware-pa3a">Installer uses + the default driver, if there is a default one. The option to select a + different driver is only given when there is more than one driver for + your card, but none of them is the default one.</para> </listitem> <listitem> @@ -224,4 +225,4 @@ </listitem> </itemizedlist> </section> -</section>
\ No newline at end of file +</section> diff --git a/docs/installer/en/soundConfig.xml b/docs/installer/en/soundConfig.xml new file mode 100644 index 00000000..c56bb8eb --- /dev/null +++ b/docs/installer/en/soundConfig.xml @@ -0,0 +1,54 @@ +<?xml version='1.0' encoding='UTF-8'?> +<section xmlns="http://docbook.org/ns/docbook" + xmlns:ns5="http://www.w3.org/1998/Math/MathML" + xmlns:ns4="http://www.w3.org/2000/svg" + xmlns:ns3="http://www.w3.org/1999/xhtml" + xmlns:ns2="http://www.w3.org/1999/xlink" + xmlns:ns="http://docbook.org/ns/docbook" + xml:id="soundConfig" version="5.0"> + + <info> + <title xml:id="soundConfig-ti1">Sound Configuration</title> + </info> + + <!-- Started by marja on 2013-12-07 --> + + <mediaobject> + <imageobject> + <imagedata fileref="dx2-soundConfig.png" revision="1" format="PNG" + xml:id="soundConfig-im1" /> + </imageobject> + </mediaobject> + + <para>In this screen the name of the driver that installer chose for your + sound card is given, which will be the default driver if we have a + default one. + </para> + <para>The default driver should work without problems. However, if after + install you do encounter problems, then run <command>draksound</command> + or start this tool via MCC (Mageia Configuration Center), by choosing the + <guilabel>Hardware</guilabel> tab and clicking on <guilabel>Sound + Configuration</guilabel> at the top right of the screen. + </para> + <para>Then, in the draksound or "Sound Configuration" tool screen, click on + <guibutton>Advanced</guibutton> and then on + <guibutton>Troubleshooting</guibutton> to find very useful advice about how + to solve the problem. + </para> + + <section xml:id="soundConfig-Advanced"> + <info> + <title xml:id="soundConfig-Advanced-ti1">Advanced</title> + </info> + + <para>Clicking <guibutton>Advanced</guibutton> in this screen, during + install, is useful if there is no default driver and there are several + drivers available, but you think installer selected the wrong one. + </para> + + <para>In that case you can select a different driver after clicking on + <guibutton>Let me pick any driver</guibutton>. + </para> + + </section> +</section> |