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: Wed, 10 Jun 2009 18:28:56
Message-Id: E1MESXe-0006iz-24@stork.gentoo.org
1 nightmorph 09/06/10 18:28:54
2
3 Modified: xorg-config.xml
4 Log:
5 recommend xorg-server, not xorg-x11, as the more recent versions that will be stabilized bring in a spamload of international alphabets and fonts. totally useless for a working desktop.
6
7 Revision Changes Path
8 1.30 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.30&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.30&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?r1=1.29&r2=1.30
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.29
18 retrieving revision 1.30
19 diff -u -r1.29 -r1.30
20 --- xorg-config.xml 15 Apr 2009 06:48:50 -0000 1.29
21 +++ xorg-config.xml 10 Jun 2009 18:28:53 -0000 1.30
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.29 2009/04/15 06:48:50 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.30 2009/06/10 18:28:53 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.20</version>
35 -<date>2009-04-14</date>
36 +<version>1.21</version>
37 +<date>2009-06-10</date>
38
39 <chapter>
40 <title>What is the X Window Server?</title>
41 @@ -168,9 +168,17 @@
42 </p>
43
44 <pre caption="Installing Xorg">
45 -# <i>emerge xorg-x11</i>
46 +# <i>emerge xorg-server</i>
47 </pre>
48
49 +<note>
50 +You could install the <c>xorg-x11</c> metapackage instead of the more
51 +lightweight xorg-server. Functionally, <c>xorg-x11</c> and <c>xorg-server</c>
52 +are the same. However, <c>xorg-x11</c> brings in many more packages that
53 +you probably don't need, such as a huge assortment of fonts in many different
54 +languages. They're not necessary for a working desktop.
55 +</note>
56 +
57 <p>
58 When the installation is finished, you might need to re-initialise some
59 environment variables before you continue. Just run <c>env-update</c> followed
60 @@ -192,11 +200,11 @@
61 <body>
62
63 <p>
64 -The configuration file of Xorg is called <path>xorg.conf</path> and it
65 -resides in <path>/etc/X11</path>. The Xorg-X11 package provides an example
66 -configuration as <path>/etc/X11/xorg.conf.example</path> which you can use to
67 -create your own configuration. It is heavily commented, but if you are in need
68 -of more documentation regarding the syntax, don't hesitate to read the man page:
69 +The configuration file of Xorg is called <path>xorg.conf</path> and it resides
70 +in <path>/etc/X11</path>. Xorg provides an example configuration as
71 +<path>/etc/X11/xorg.conf.example</path> which you can use to create your own
72 +configuration. It is heavily commented, but if you are in need of more
73 +documentation regarding the syntax, don't hesitate to read the man page:
74 </p>
75
76 <pre caption="Reading the xorg.conf man page">