Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: xorg-config.xml
Date: Mon, 10 Nov 2008 07:01:03
Message-Id: E1KzQlg-000375-2N@stork.gentoo.org
1 nightmorph 08/11/10 07:01:00
2
3 Modified: xorg-config.xml
4 Log:
5 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.
6
7 Revision Changes Path
8 1.27 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.27&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.27&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?r1=1.26&r2=1.27
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.26
18 retrieving revision 1.27
19 diff -u -r1.26 -r1.27
20 --- xorg-config.xml 23 May 2008 19:40:35 -0000 1.26
21 +++ xorg-config.xml 10 Nov 2008 07:01:00 -0000 1.27
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.26 2008/05/23 19:40:35 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.27 2008/11/10 07:01:00 nightmorph Exp $ -->
27
28 <guide link="/doc/en/xorg-config.xml">
29 <title>The X Server Configuration HOWTO</title>
30 @@ -8,6 +8,9 @@
31 <author title="Author">
32 <mail link="swift@g.o">Sven Vermeulen</mail>
33 </author>
34 +<author title="Editor">
35 + <mail link="nightmorph"/>
36 +</author>
37
38 <abstract>
39 Xorg is the X Window server which allows users to have a graphical
40 @@ -19,8 +22,8 @@
41 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
42 <license/>
43
44 -<version>1.17</version>
45 -<date>2007-06-20</date>
46 +<version>1.18</version>
47 +<date>2008-11-09</date>
48
49 <chapter>
50 <title>What is the X Window Server?</title>
51 @@ -106,16 +109,19 @@
52 ATI Radeon cards. Those are the proprietary drivers from Nvidia and ATI
53 respectively. If you would like to use the open source versions, use <c>nv</c>
54 rather than <c>nvidia</c> in the variable, but bear in mind that using this
55 -driver means no 3d acceleration at all. The free <c>radeon</c> driver for ATI
56 -cards supports full 3D acceleration on older Radeons but doesn't work at all
57 -with the newer ones. <c>VIDEO_CARDS</c> may contain more than one driver, in
58 -this case list of them should be separated with spaces.
59 +driver means no 3D acceleration at all. The free <c>radeon</c> and
60 +<c>radeonhd</c> drivers for ATI cards support 3D acceleration on older Radeons
61 +but don't yet support all the features of the newer ones. <c>VIDEO_CARDS</c> may
62 +contain more than one driver, in this case list of them should be separated with
63 +spaces.
64 </p>
65
66 <p>
67 The second variable is <c>INPUT_DEVICES</c> and is used to determine which
68 drivers are to be built for input devices. In most cases setting it to
69 -<c>keyboard mouse</c> should work just fine.
70 +<c>keyboard mouse</c> should work just fine. If you use alternative input
71 +devices, such as a Synaptics touchpad for a laptop, be sure to add it to
72 +<c>INPUT_DEVICES</c>.
73 </p>
74
75 <p>
76 @@ -133,7 +139,7 @@
77 </pre>
78
79 <p>
80 -More instructions on how to configure Nvidia and ATI cards can be found in
81 +More instructions on how to configure nVidia and ATI cards can be found in
82 <uri link="/doc/en/nvidia-guide.xml">Gentoo Linux nVidia Guide</uri> and in
83 <uri link="/doc/en/ati-faq.xml">Gentoo Linux ATI FAQ</uri>. If you don't know
84 which drivers you should choose, refer to these guides for more information.
85 @@ -481,15 +487,20 @@
86 <body>
87
88 <p>
89 -First of all, <c>man 5 xorg.conf</c> provides a quick yet complete reference
90 -about the syntaxis used by the configuration file. Be sure to have it open on a
91 +First of all, <c>man xorg.conf</c> provides a quick yet complete reference
92 +about the syntax used by the configuration file. Be sure to have it open on a
93 terminal near you when you edit your configuration file!
94 </p>
95
96 <p>
97 -A second point of resources on your system is the
98 -<path>/usr/X11R6/lib/X11/doc</path> directory with various <path>README</path>s
99 -for individual graphical chipsets.
100 +Also, be sure to look at <path>/etc/X11/xorg.conf.example</path>; you may wish
101 +to copy this and use it as a foundation for writing your own
102 +<path>xorg.conf</path>.
103 +</p>
104 +
105 +<p>
106 +You may find the X.org <uri link="http://www.x.org/wiki/FAQ">FAQ</uri> provided
107 +on their website, in addition to their other documentation.
108 </p>
109
110 <p>
111 @@ -520,16 +531,10 @@
112 <body>
113
114 <p>
115 -If you want to update your system from the old monolithic Xorg to the newer,
116 -modular Xorg 7, you should refer to the <uri
117 -link="/proj/en/desktop/x/x11/modular-x-howto.xml">Migrating to Modular X
118 -HOWTO</uri>.
119 -</p>
120 -
121 -<p>
122 -More information about configuring different packages to work in X environment
123 -can be found in the <uri link="/doc/en/?catid=desktop">Gentoo Desktop
124 -Documentation Resources</uri> section of our documentation.
125 +More information about installing and configuring various graphical desktop
126 +environments and applications can be found in the <uri
127 +link="/doc/en/?catid=desktop">Gentoo Desktop Documentation Resources</uri>
128 +section of our documentation.
129 </p>
130
131 </body>