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 09:03:45
Message-Id: E1MvouV-0006kT-Rx@stork.gentoo.org
1 dabbott 09/10/08 09:03:43
2
3 Modified: faq.xml
4 Log:
5 added sound section
6
7 Revision Changes Path
8 1.7 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.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.7&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.6&r2=1.7
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.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- faq.xml 8 Oct 2009 08:42:50 -0000 1.6
21 +++ faq.xml 8 Oct 2009 09:03:43 -0000 1.7
22 @@ -235,7 +235,9 @@
23 <title>Restart kdm</title>
24 <body>
25 <p>
26 -On some graphic chipsets it may become necessary to restart kdm if you experience a blinking cursor in the top left of the screen or xorg-server appears to have frozen.
27 +On some graphic chipsets it may become necessary to restart kdm if you
28 +experience a blinking cursor in the top left of the screen or xorg-server
29 +appears to have frozen.
30 </p>
31
32 <pre caption="Restart kdm">
33 @@ -247,5 +249,21 @@
34
35 </body>
36 </section>
37 +<section id="sound">
38 +<title>Raise PCM volume</title>
39 +<body>
40 +<p>
41 +On some chipsets (snd-hda-intel) it may be necessary to raise the PCM volume.
42 +</p>
43 +
44 +<pre caption="adjust volume">
45 +First lets check current values.
46 +# <i>amixer list</i>
47 +To raise the PCM volume.
48 +# <i>amixer -c 0 set PCM 50db+q</i>
49 +</pre>
50 +
51 +</body>
52 +</section>
53 </chapter>
54 </guide>