| 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.6 2004/08/01 14:03:05 swift Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.7 2004/11/26 21:57:19 swift Exp $ --> |
| 4 | |
4 | |
| 5 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
5 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 6 | |
6 | |
| 7 | <guide link="/doc/en/xorg-config.xml"> |
7 | <guide link="xorg-config.xml"> |
| 8 | |
8 | |
| 9 | <title>The X Server Configuration HOWTO</title> |
9 | <title>The X Server Configuration HOWTO</title> |
| 10 | |
10 | |
| 11 | <author title="Author"> |
11 | <author title="Author"> |
| 12 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
12 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
| … | |
… | |
| 17 | environment at their fingertips. This HOWTO explains what Xorg is, how to |
17 | environment at their fingertips. This HOWTO explains what Xorg is, how to |
| 18 | install it and what the various configuration options are. |
18 | install it and what the various configuration options are. |
| 19 | </abstract> |
19 | </abstract> |
| 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/1.0 --> |
22 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
| 23 | <license/> |
23 | <license/> |
| 24 | |
24 | |
| 25 | <version>1.5</version> |
25 | <version>1.6</version> |
| 26 | <date>August 01, 2004</date> |
26 | <date>2004-11-26</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> |
| … | |
… | |
| 177 | In the next section we will optimize our <path>xorg.conf</path> so it fits your |
177 | In the next section we will optimize our <path>xorg.conf</path> so it fits your |
| 178 | hardware. Now go into one of the terminals you see on your screen and type in |
178 | hardware. Now go into one of the terminals you see on your screen and type in |
| 179 | <c>exit</c> (or press Ctrl-D) until Xorg shuts down. If you are unable to |
179 | <c>exit</c> (or press Ctrl-D) until Xorg shuts down. If you are unable to |
| 180 | use your mouse to focus the terminals, you can also press Ctrl-Alt-Backspace to |
180 | use your mouse to focus the terminals, you can also press Ctrl-Alt-Backspace to |
| 181 | kill the X server. |
181 | kill the X server. |
|
|
182 | </p> |
|
|
183 | |
|
|
184 | <p> |
|
|
185 | If <c>twm</c> doesn't load, don't worry - it will once you'll start the X server |
|
|
186 | through the regular <c>startx</c> command. Verify if your mouse works correctly |
|
|
187 | and if the resolution is good. You might not be able to deduce the exact |
|
|
188 | resolution, but you should be able to see if it's too low. You can exit any time |
|
|
189 | by pressing Ctrl-Alt-Backspace. |
| 182 | </p> |
190 | </p> |
| 183 | |
191 | |
| 184 | </body> |
192 | </body> |
| 185 | </section> |
193 | </section> |
| 186 | <section> |
194 | <section> |