| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | |
2 | |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.9 2005/03/25 15:55:32 swift Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.10 2005/04/09 11:30:48 swift Exp $ --> |
| 4 | |
4 | |
| 5 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
5 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 6 | |
6 | |
| 7 | <guide link="xorg-config.xml"> |
7 | <guide link="xorg-config.xml"> |
| 8 | |
8 | |
| … | |
… | |
| 20 | |
20 | |
| 21 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
21 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 22 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
22 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
| 23 | <license/> |
23 | <license/> |
| 24 | |
24 | |
| 25 | <version>1.8</version> |
25 | <version>1.9</version> |
| 26 | <date>2005-03-25</date> |
26 | <date>2005-04-09</date> |
| 27 | |
27 | |
| 28 | <chapter> |
28 | <chapter> |
| 29 | <title>What is the X Window Server?</title> |
29 | <title>What is the X Window Server?</title> |
| 30 | <section> |
30 | <section> |
| 31 | <title>Graphical vs Command-Line</title> |
31 | <title>Graphical vs Command-Line</title> |
| … | |
… | |
| 187 | your input it will create a <path>xorg.conf</path> file. |
187 | your input it will create a <path>xorg.conf</path> file. |
| 188 | </p> |
188 | </p> |
| 189 | |
189 | |
| 190 | <pre caption="Semi-Automatic Generation of xorg.conf"> |
190 | <pre caption="Semi-Automatic Generation of xorg.conf"> |
| 191 | # <i>xorgconfig</i> |
191 | # <i>xorgconfig</i> |
|
|
192 | </pre> |
|
|
193 | |
|
|
194 | <p> |
|
|
195 | Another tool, also provided by Xorg, is <c>xorgcfg</c>, which will first |
|
|
196 | attempts to run <c>Xorg -configure</c> and then start the X server for more |
|
|
197 | final tweaking. |
|
|
198 | </p> |
|
|
199 | |
|
|
200 | <pre caption="Using xorgcfg"> |
|
|
201 | # <i>xorgcfg</i> |
| 192 | </pre> |
202 | </pre> |
| 193 | |
203 | |
| 194 | </body> |
204 | </body> |
| 195 | </section> |
205 | </section> |
| 196 | <section> |
206 | <section> |