nightmorph    09/06/10 18:28:54

  Modified:             xorg-config.xml
  Log:
  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.

Revision  Changes    Path
1.30                 xml/htdocs/doc/en/xorg-config.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?r1=1.29&r2=1.30

Index: xorg-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- xorg-config.xml     15 Apr 2009 06:48:50 -0000      1.29
+++ xorg-config.xml     10 Jun 2009 18:28:53 -0000      1.30
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.29 
2009/04/15 06:48:50 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.30 
2009/06/10 18:28:53 nightmorph Exp $ -->
 
 <guide link="/doc/en/xorg-config.xml">
 <title>The X Server Configuration HOWTO</title>
@@ -22,8 +22,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.20</version>
-<date>2009-04-14</date>
+<version>1.21</version>
+<date>2009-06-10</date>
 
 <chapter>
 <title>What is the X Window Server?</title>
@@ -168,9 +168,17 @@
 </p>
 
 <pre caption="Installing Xorg">
-# <i>emerge xorg-x11</i>
+# <i>emerge xorg-server</i>
 </pre>
 
+<note>
+You could install the <c>xorg-x11</c> metapackage instead of the more
+lightweight xorg-server. Functionally, <c>xorg-x11</c> and <c>xorg-server</c>
+are the same. However, <c>xorg-x11</c> brings in many more packages that
+you probably don't need, such as a huge assortment of fonts in many different
+languages. They're not necessary for a working desktop.
+</note>
+
 <p>
 When the installation is finished, you might need to re-initialise some
 environment variables before you continue. Just run <c>env-update</c> followed
@@ -192,11 +200,11 @@
 <body>
 
 <p>
-The configuration file of Xorg is called <path>xorg.conf</path> and it
-resides in <path>/etc/X11</path>. The Xorg-X11 package provides an example
-configuration as <path>/etc/X11/xorg.conf.example</path> which you can use to
-create your own configuration. It is heavily commented, but if you are in need
-of more documentation regarding the syntax, don't hesitate to read the man 
page:
+The configuration file of Xorg is called <path>xorg.conf</path> and it resides
+in <path>/etc/X11</path>. Xorg provides an example configuration as
+<path>/etc/X11/xorg.conf.example</path> which you can use to create your own
+configuration. It is heavily commented, but if you are in need of more
+documentation regarding the syntax, don't hesitate to read the man page:
 </p>
 
 <pre caption="Reading the xorg.conf man page">




Reply via email to