Put in remaining pages and wiki contents.
[ikiwiki.git] / docs / handbook / handbook-x11.mdwn
1 \r
2 ----\r
3 \r
4 # Chapter 5 The X Window System \r
5 \r
6  **Table of Contents** \r
7
8 * 5.1 [ Synopsis](x11.html#X11-SYNOPSIS)\r
9
10 * 5.2 [ Understanding X](x-understanding.html)\r
11
12 * 5.3 [ Installing X11](x-install.html)\r
13
14 * 5.4 [ X11 Configuration](x-config.html)\r
15
16 * 5.5 [ Using Fonts in X11](x-fonts.html)\r
17
18 * 5.6 [ The X Display Manager](x-xdm.html)\r
19
20 * 5.7 [ Desktop Environments](x11-wm.html)\r
21 ***Updated for X.Org's X11 server by Ken Tom and Marc Fonvieille. ***\r
22 ***Updated for DragonFly by Victor Balada Diaz. ***\r
23 \r
24 <<BR>>\r
25 ## 5.1 Synopsis \r
26 \r
27 DragonFly uses X11 to provide users with a powerful graphical user interface. X11 is an open-source implementation of the X Window System that includes both  **X.org**  and  **XFree86™** . DragonFly default official flavor is  **X.org** , the X11 server developed by the X.Org Foundation.\r
28 \r
29 This chapter will cover the installation and configuration of X11 with emphasis on  **X.org** .\r
30 \r
31 For more information on the video hardware that X11 supports, check either the [X.org](http://www.x.org/) or [XFree86](http://www.XFree86.org/) web sites.\r
32 \r
33 After reading this chapter, you will know:\r
34 \r
35
36 * The various components of the X Window System, and how they interoperate.\r
37
38 * How to install and configure X11.\r
39
40 * How to install and use different window managers.\r
41
42 * How to use True***Type® fonts in X11.\r
43
44 * How to set up your system for graphical logins ( **XDM** ).\r
45 \r
46 Before reading this chapter, you should:\r
47 \r
48
49 * Know how to install additional third-party software ([Chapter 4](pkgsrc.html)).\r
50 \r
51  **Note:** This chapter covers the installation and the configuration of both  **X.org**  and  **XFree86**  X11 servers. For the most part, configuration files, commands and syntaxes are identical. In the case where there are differences, both  **X.org**  and  **XFree86**  syntaxes will be shown.\r
52 \r
53 \r
54 ----\r
55 \r
56 \r