1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 | ]>
|
---|
7 |
|
---|
8 | <chapter id="x-window-system" xreflabel="X Window System">
|
---|
9 | <?dbhtml filename="installing.html" ?>
|
---|
10 |
|
---|
11 | <!--
|
---|
12 | $LastChangedBy$
|
---|
13 | $Date$
|
---|
14 | -->
|
---|
15 |
|
---|
16 | <title>X Window System Environment</title>
|
---|
17 |
|
---|
18 | <para>This chapter contains instructions to build and configure a graphical
|
---|
19 | user environment.</para>
|
---|
20 |
|
---|
21 | <para><application>Xorg</application>, in addition to clearing up some
|
---|
22 | licensing issues with <ulink url="http://www.xfree86.org/">XFree86</ulink>,
|
---|
23 | introduced a completely auto-tooled build for the X Window system. This
|
---|
24 | means that the packages build and install using the conventional
|
---|
25 | <command>configure</command>, <command>make</command> and <command>make
|
---|
26 | install</command> commands, as opposed to a proprietary build system that
|
---|
27 | required hand editing of configuration parameters in a C-like syntax.</para>
|
---|
28 |
|
---|
29 | <para><application>Xorg</application> also brought with it a modular build
|
---|
30 | system. While this separation into modules resulted in full control of the
|
---|
31 | features available to the X server on any given installation, it also made
|
---|
32 | the installation more tedious as it requires installing more than 100
|
---|
33 | different packages to obtain a functional X Window environment. Most large
|
---|
34 | commercial distributions have elected to use <application>Xorg</application>
|
---|
35 | over the <application>XFree86</application> distribution due to both
|
---|
36 | licensing issues and the increased functionality provided by it over
|
---|
37 | <application>XFree86</application>. With the modular build system, also came
|
---|
38 | incremental updates to individual packages. The distribution of
|
---|
39 | <application>Xorg</application> is given a release number by the developers,
|
---|
40 | in this case Xorg-&xorg-version;, and is referred to as the "katamari" by
|
---|
41 | the upstream developers.</para>
|
---|
42 |
|
---|
43 | <!--
|
---|
44 | <para>Additionally, the BLFS book appends a build number
|
---|
45 | to the end of version string to indicate whether a group of incremental
|
---|
46 | updates has been applied, while still retaining the versioning scheme of the
|
---|
47 | upstream developers. For instance, Xorg-&xorg-version;-1 would indicate that
|
---|
48 | this is the 1st release, and is consistent with the katamari, while
|
---|
49 | Xorg-&xorg-version;-2 would indicate that individual package updates have
|
---|
50 | been applied to the katamari.</para>
|
---|
51 | -->
|
---|
52 |
|
---|
53 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg7.xml"/>
|
---|
54 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-macros.xml"/>
|
---|
55 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7proto.xml"/>
|
---|
56 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libXau.xml"/>
|
---|
57 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libXdmcp.xml"/>
|
---|
58 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-proto.xml"/>
|
---|
59 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxcb.xml"/>
|
---|
60 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7lib.xml"/>
|
---|
61 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util.xml"/>
|
---|
62 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-image.xml"/>
|
---|
63 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-keysyms.xml"/>
|
---|
64 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-renderutil.xml"/>
|
---|
65 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-wm.xml"/>
|
---|
66 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-cursor.xml"/>
|
---|
67 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mesa.xml"/>
|
---|
68 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xbitmaps.xml"/>
|
---|
69 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7app.xml"/>
|
---|
70 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcursor-themes.xml"/>
|
---|
71 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7font.xml"/>
|
---|
72 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xkeyboard-config.xml"/>
|
---|
73 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg-server.xml"/>
|
---|
74 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7driver.xml"/>
|
---|
75 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="twm.xml"/>
|
---|
76 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xterm.xml"/>
|
---|
77 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xclock.xml"/>
|
---|
78 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xinit.xml"/>
|
---|
79 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg-config.xml"/>
|
---|
80 | </chapter>
|
---|