Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: xorg-config.xml
Date: Thu, 17 Dec 2009 04:41:29
Message-Id: E1NL8B2-0001tA-My@stork.gentoo.org
1 nightmorph 09/12/17 04:41:24
2
3 Modified: xorg-config.xml
4 Log:
5 more fixes from bug 297245
6
7 Revision Changes Path
8 1.34 xml/htdocs/doc/en/xorg-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.34&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.34&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?r1=1.33&r2=1.34
13
14 Index: xorg-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v
17 retrieving revision 1.33
18 retrieving revision 1.34
19 diff -u -r1.33 -r1.34
20 --- xorg-config.xml 17 Dec 2009 04:37:10 -0000 1.33
21 +++ xorg-config.xml 17 Dec 2009 04:41:24 -0000 1.34
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.33 2009/12/17 04:37:10 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.34 2009/12/17 04:41:24 nightmorph Exp $ -->
27
28 <guide>
29 <title>The X Server Configuration HOWTO</title>
30 @@ -22,8 +22,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.23</version>
35 -<date>2009-12-08</date>
36 +<version>1.24</version>
37 +<date>2009-12-16</date>
38
39 <chapter>
40 <title>What is the X Window Server?</title>
41 @@ -439,11 +439,8 @@
42 </pre>
43
44 <p>
45 -If you see an ugly, loathsome, repulsive, deformed window manager, that's
46 -<c>twm</c>. To finish the twm session, type in <c>exit</c> or Ctrl-D in the
47 -upcoming xterms. You can also kill the X session using the Ctrl-Alt-Backspace
48 -combination. This will however make X exit disgracefully -- something that you
49 -might not always want.
50 +You can kill the X session using the Ctrl-Alt-Backspace combination. This will
51 +however make X exit disgracefully -- something that you might not always want.
52 </p>
53
54 </body>
55 @@ -541,9 +538,9 @@
56
57 <p>
58 Run <c>startx</c> and be happy about the result. Congratulations, you now
59 -(hopefully) have a working Xorg on your system. The next step is to remove this
60 -ugly lightweight window manager (twm) and use a high-feature one (or even a
61 -desktop environment) such as KDE or GNOME, but that's not part of this guide.
62 +(hopefully) have a working Xorg on your system. The next step is to install a
63 +useful window manager (or even a desktop environment) such as KDE or GNOME, but
64 +that's not part of this guide.
65 </p>
66
67 </body>