source: x/installing/installing.xml@ fd17dae

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fd17dae was 71df408, checked in by Pierre Labastie <pieere@…>, 4 years ago

Format the x/installing chapter

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22865 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.9 KB
Line 
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>
19 This chapter contains instructions to build and configure a graphical
20 user environment.
21 </para>
22
23 <para>
24 <application>Xorg</application>, in addition to clearing up some
25 licensing issues with <ulink url="http://www.xfree86.org/">XFree86</ulink>,
26 introduced a completely auto-tooled build for the X Window system. This
27 means that the packages build and install using the conventional
28 <command>configure</command>, <command>make</command>, and <command>make
29 install</command> commands, as opposed to a proprietary build system that
30 required hand editing of configuration parameters in a C-like syntax.
31 </para>
32
33 <para>
34 <application>Xorg</application> also brought with it a modular build
35 system. While this separation into modules resulted in full control of the
36 features available to the X server on any given installation, it also made
37 the installation more tedious as it requires installing more than 100
38 different packages to obtain a functional X Window environment. Most large
39 commercial distributions have elected to use <application>Xorg</application>
40 over the <application>XFree86</application> distribution due to both
41 licensing issues and the increased functionality provided by it over
42 <application>XFree86</application>. With the modular build system, also came
43 incremental updates to individual packages. The distribution of
44 <application>Xorg</application> is given a release number by the developers,
45 in this case Xorg-&xorg-version;, and is referred to as the "katamari" by
46 the upstream developers.
47 </para>
48
49 <!--
50 <para>
51 Additionally, the BLFS book appends a build number
52 to the end of version string to indicate whether a group of incremental
53 updates has been applied, while still retaining the versioning scheme of the
54 upstream developers. For instance, Xorg-&xorg-version;-1 would indicate that
55 this is the 1st release, and is consistent with the katamari, while
56 Xorg-&xorg-version;-2 would indicate that individual package updates have
57 been applied to the katamari.
58 </para>
59 -->
60
61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg7.xml"/>
62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-macros.xml"/>
63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorgproto.xml"/>
64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libXau.xml"/>
65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libXdmcp.xml"/>
66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-proto.xml"/>
67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxcb.xml"/>
68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7lib.xml"/>
69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util.xml"/>
70 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-image.xml"/>
71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-keysyms.xml"/>
72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-renderutil.xml"/>
73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-wm.xml"/>
74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-cursor.xml"/>
75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mesa.xml"/>
76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xbitmaps.xml"/>
77 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7app.xml"/>
78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcursor-themes.xml"/>
79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7font.xml"/>
80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xkeyboard-config.xml"/>
81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg-server.xml"/>
82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7driver.xml"/>
83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="twm.xml"/>
84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xterm.xml"/>
85 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xclock.xml"/>
86 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xinit.xml"/>
87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg-config.xml"/>
88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tuning-fontconfig.xml"/>
89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="TTF-and-OTF-fonts.xml"/>
90 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7legacy.xml"/>
91</chapter>
Note: See TracBrowser for help on using the repository browser.