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 08:42:53
Message-Id: E1MvoaJ-0005tf-AE@stork.gentoo.org
1 dabbott 09/10/08 08:42:51
2
3 Modified: faq.xml
4 Log:
5 added kdm restart section
6
7 Revision Changes Path
8 1.6 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.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.6&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.5&r2=1.6
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.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- faq.xml 4 Oct 2009 22:00:53 -0000 1.5
21 +++ faq.xml 8 Oct 2009 08:42:50 -0000 1.6
22 @@ -231,5 +231,21 @@
23
24 </body>
25 </section>
26 +<section id="xdm">
27 +<title>Restart kdm</title>
28 +<body>
29 +<p>
30 +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.
31 +</p>
32 +
33 +<pre caption="Restart kdm">
34 +First lets return to the command line.
35 +# <i>Ctrl+Alt+F1</i>
36 +Now we can restart kdm.
37 +# <i>/etc/init.d/xdm restart</i>
38 +</pre>
39 +
40 +</body>
41 +</section>
42 </chapter>
43 </guide>