| 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.2 2004/05/14 15:15:08 neysx Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.3 2004/05/29 08:52:16 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="/doc/en/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/1.0 --> |
22 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 23 | <license/> |
23 | <license/> |
| 24 | |
24 | |
| 25 | <version>1.1</version> |
25 | <version>1.2</version> |
| 26 | <date>May 10, 2004</date> |
26 | <date>May 29, 2004</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> |
| … | |
… | |
| 302 | <pre caption="Changing the keyboard layout"> |
302 | <pre caption="Changing the keyboard layout"> |
| 303 | Section "InputDevice" |
303 | Section "InputDevice" |
| 304 | Identifier "Generic Keyboard" |
304 | Identifier "Generic Keyboard" |
| 305 | Driver "keyboard" |
305 | Driver "keyboard" |
| 306 | Option "CoreKeyboard" |
306 | Option "CoreKeyboard" |
| 307 | Option "XkbRules" "xfree86" |
307 | Option "XkbRules" "xorg" |
| 308 | Option "XkbModel" "pc105" |
308 | Option "XkbModel" "pc105" |
| 309 | <i>Option "XkbLayout" "be"</i> |
309 | <i>Option "XkbLayout" "be"</i> |
| 310 | EndSection |
310 | EndSection |
| 311 | </pre> |
311 | </pre> |
| 312 | |
312 | |