nightmorph    08/11/10 07:01:00

  Modified:             xorg-config.xml
  Log:
  Update the xorg guide. clean up video_cards and input_devices information at 
the beginning. remove references to X11R6. add online help links. some general 
cleanup toward the end of the doc.

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

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

Index: xorg-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- xorg-config.xml     23 May 2008 19:40:35 -0000      1.26
+++ xorg-config.xml     10 Nov 2008 07:01:00 -0000      1.27
@@ -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.26 
2008/05/23 19:40:35 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.27 
2008/11/10 07:01:00 nightmorph Exp $ -->
 
 <guide link="/doc/en/xorg-config.xml">
 <title>The X Server Configuration HOWTO</title>
@@ -8,6 +8,9 @@
 <author title="Author">
   <mail link="[EMAIL PROTECTED]">Sven Vermeulen</mail>
 </author>
+<author title="Editor">
+  <mail link="nightmorph"/>
+</author>
 
 <abstract>
 Xorg is the X Window server which allows users to have a graphical
@@ -19,8 +22,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.17</version>
-<date>2007-06-20</date>
+<version>1.18</version>
+<date>2008-11-09</date>
 
 <chapter>
 <title>What is the X Window Server?</title>
@@ -106,16 +109,19 @@
 ATI Radeon cards. Those are the proprietary drivers from Nvidia and ATI
 respectively. If you would like to use the open source versions, use <c>nv</c>
 rather than <c>nvidia</c> in the variable, but bear in mind that using this
-driver means no 3d acceleration at all. The free <c>radeon</c> driver for ATI
-cards supports full 3D acceleration on older Radeons but doesn't work at all
-with the newer ones. <c>VIDEO_CARDS</c> may contain more than one driver, in
-this case list of them should be separated with spaces.
+driver means no 3D acceleration at all. The free <c>radeon</c> and
+<c>radeonhd</c> drivers for ATI cards support 3D acceleration on older Radeons
+but don't yet support all the features of the newer ones. <c>VIDEO_CARDS</c> 
may
+contain more than one driver, in this case list of them should be separated 
with
+spaces.
 </p>
 
 <p>
 The second variable is <c>INPUT_DEVICES</c> and is used to determine which
 drivers are to be built for input devices. In most cases setting it to
-<c>keyboard mouse</c> should work just fine.
+<c>keyboard mouse</c> should work just fine. If you use alternative input
+devices, such as a Synaptics touchpad for a laptop, be sure to add it to
+<c>INPUT_DEVICES</c>.
 </p>
 
 <p>
@@ -133,7 +139,7 @@
 </pre>
 
 <p>
-More instructions on how to configure Nvidia and ATI cards can be found in
+More instructions on how to configure nVidia and ATI cards can be found in
 <uri link="/doc/en/nvidia-guide.xml">Gentoo Linux nVidia Guide</uri> and in
 <uri link="/doc/en/ati-faq.xml">Gentoo Linux ATI FAQ</uri>. If you don't know
 which drivers you should choose, refer to these guides for more information.
@@ -481,15 +487,20 @@
 <body>
 
 <p>
-First of all, <c>man 5 xorg.conf</c> provides a quick yet complete reference
-about the syntaxis used by the configuration file. Be sure to have it open on a
+First of all, <c>man xorg.conf</c> provides a quick yet complete reference
+about the syntax used by the configuration file. Be sure to have it open on a
 terminal near you when you edit your configuration file!
 </p>
 
 <p>
-A second point of resources on your system is the
-<path>/usr/X11R6/lib/X11/doc</path> directory with various <path>README</path>s
-for individual graphical chipsets.
+Also, be sure to look at <path>/etc/X11/xorg.conf.example</path>; you may wish
+to copy this and use it as a foundation for writing your own
+<path>xorg.conf</path>.
+</p>
+
+<p>
+You may find the X.org <uri link="http://www.x.org/wiki/FAQ";>FAQ</uri> provided
+on their website, in addition to their other documentation.
 </p>
 
 <p>
@@ -520,16 +531,10 @@
 <body>
 
 <p>
-If you want to update your system from the old monolithic Xorg to the newer,
-modular Xorg 7, you should refer to the <uri
-link="/proj/en/desktop/x/x11/modular-x-howto.xml">Migrating to Modular X
-HOWTO</uri>.
-</p>
-
-<p>
-More information about configuring different packages to work in X environment
-can be found in the <uri link="/doc/en/?catid=desktop">Gentoo Desktop
-Documentation Resources</uri> section of our documentation.
+More information about installing and configuring various graphical desktop
+environments and applications can be found in the <uri
+link="/doc/en/?catid=desktop">Gentoo Desktop Documentation Resources</uri>
+section of our documentation.
 </p>
 
 </body>




Reply via email to