Gentoo Archives: gentoo-commits

From: "David Abbott (dabbott)" <dabbott@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
Date: Thu, 08 Oct 2009 12:13:27
Message-Id: E1Mvrs5-0005vw-G4@stork.gentoo.org
1 dabbott 09/10/08 12:13:25
2
3 Modified: faq.xml
4 Log:
5 added more info chapter
6
7 Revision Changes Path
8 1.12 xml/htdocs/proj/en/pr/releases/10.0/faq.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.11&r2=1.12
13
14 Index: faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- faq.xml 8 Oct 2009 11:29:13 -0000 1.11
21 +++ faq.xml 8 Oct 2009 12:13:25 -0000 1.12
22 @@ -26,7 +26,7 @@
23 <license/>
24
25 <version>1.0</version>
26 -<date>2009-10-05</date>
27 +<date>2009-10-08</date>
28
29 <faqindex>
30 <title>FAQ</title>
31 @@ -287,13 +287,32 @@
32 On some chipsets (snd-hda-intel) it may be necessary to raise the PCM volume.
33 </p>
34
35 -<pre caption="adjust volume">
36 +<pre caption="alsamixer">
37 First lets check current values.
38 -# <i>amixer list</i>
39 -To raise the PCM volume.
40 -# <i>amixer -c 0 set PCM 50db+q</i>
41 +# <i>alsamixer</i>
42 </pre>
43
44 +<p>
45 +For more information read the <uri
46 + link="http://www.gentoo.org/doc/en/alsa-guide.xml">Gentoo Linux ALSA
47 + Guide.</uri>
48 +</p>
49 +
50 +</body>
51 +</section>
52 +</chapter>
53 +<chapter>
54 +<title>More Information</title>
55 +<section id="more-info">
56 +<title>What if my question has not been answered?</title>
57 +
58 +<body>
59 +
60 +<p>
61 +Thats an easy one, come join us on #gentoo-ten and someone may have an answer or
62 +help us fix some bugs. :)
63 +</p>
64 +
65 </body>
66 </section>
67 </chapter>