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: Mon, 26 Jan 2009 08:08:33
Message-Id: E1LRMW7-0004jF-1S@stork.gentoo.org
1 nightmorph 09/01/26 08:08:23
2
3 Modified: xorg-config.xml
4 Log:
5 A little handholding for pebkac users; removed a paragraph just to be sure. bug 254186
6
7 Revision Changes Path
8 1.28 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.28&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.28&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?r1=1.27&r2=1.28
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.27
18 retrieving revision 1.28
19 diff -u -r1.27 -r1.28
20 --- xorg-config.xml 10 Nov 2008 07:01:00 -0000 1.27
21 +++ xorg-config.xml 26 Jan 2009 08:08:22 -0000 1.28
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.27 2008/11/10 07:01:00 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.28 2009/01/26 08:08:22 nightmorph Exp $ -->
27
28 <guide link="/doc/en/xorg-config.xml">
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.18</version>
35 -<date>2008-11-09</date>
36 +<version>1.19</version>
37 +<date>2009-01-26</date>
38
39 <chapter>
40 <title>What is the X Window Server?</title>
41 @@ -88,16 +88,9 @@
42 <chapter>
43 <title>Installing Xorg</title>
44 <section>
45 -<title>Using emerge</title>
46 <body>
47
48 <p>
49 -Enough chitchat, let's get to business shall we? To install Xorg, you just
50 -need to run <c>emerge xorg-x11</c>. Installing Xorg does take a while
51 -though, so you might want to grab a snack while you are waiting.
52 -</p>
53 -
54 -<p>
55 Before installing Xorg you have to configure two important variables in the
56 <path>/etc/make.conf</path> file.
57 </p>