| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.38 2010/05/23 21:29:35 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.39 2010/05/23 21:31:50 nightmorph Exp $ --> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>The X Server Configuration HOWTO</title> |
6 | <title>The X Server Configuration HOWTO</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 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.5 --> |
22 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 23 | <license/> |
23 | <license/> |
| 24 | |
24 | |
| 25 | <version>1.28</version> |
25 | <version>1.29</version> |
| 26 | <date>2010-05-23</date> |
26 | <date>2010-05-23</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> |
| … | |
… | |
| 396 | will have told you that it has written <path>/root/xorg.conf.new</path> ready |
396 | will have told you that it has written <path>/root/xorg.conf.new</path> ready |
| 397 | for you to test. So let's test. :) |
397 | for you to test. So let's test. :) |
| 398 | </p> |
398 | </p> |
| 399 | |
399 | |
| 400 | <pre caption="Testing the xorg.conf.new file"> |
400 | <pre caption="Testing the xorg.conf.new file"> |
| 401 | # <i>X -config -retro /root/xorg.conf.new</i> |
401 | # <i>X -retro -config /root/xorg.conf.new</i> |
| 402 | </pre> |
402 | </pre> |
| 403 | |
403 | |
| 404 | <p> |
404 | <p> |
| 405 | If all goes well, you should see a simple black and white pattern. Verify if |
405 | If all goes well, you should see a simple black and white pattern. Verify if |
| 406 | your mouse works correctly and if the resolution is good. You might not be able |
406 | your mouse works correctly and if the resolution is good. You might not be able |