source: x/installing/installing.xml@ fedbe2f

12.1 ken/TL2024 lazarus rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since fedbe2f was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 4 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[6732c094]2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[feeb99a]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
[46fb0f9]8<chapter id="x-window-system" xreflabel="a graphical environment">
[c03b9f3]9 <?dbhtml filename="installing.html" ?>
[b9ad2f9a]10
[32936bc]11 <title id="xorg" xreflabel="Xorg Chapter">Graphical Environments</title>
[f45b1953]12
[71df408]13 <para>
14 This chapter contains instructions to build and configure a graphical
15 user environment.
16 </para>
17
[46fb0f9]18<!-- Historical but not very useful now
[71df408]19 <para>
20 <application>Xorg</application>, in addition to clearing up some
21 licensing issues with <ulink url="http://www.xfree86.org/">XFree86</ulink>,
22 introduced a completely auto-tooled build for the X Window system. This
23 means that the packages build and install using the conventional
24 <command>configure</command>, <command>make</command>, and <command>make
25 install</command> commands, as opposed to a proprietary build system that
26 required hand editing of configuration parameters in a C-like syntax.
27 </para>
28
29 <para>
30 <application>Xorg</application> also brought with it a modular build
31 system. While this separation into modules resulted in full control of the
32 features available to the X server on any given installation, it also made
33 the installation more tedious as it requires installing more than 100
34 different packages to obtain a functional X Window environment. Most large
35 commercial distributions have elected to use <application>Xorg</application>
36 over the <application>XFree86</application> distribution due to both
37 licensing issues and the increased functionality provided by it over
38 <application>XFree86</application>. With the modular build system, also came
39 incremental updates to individual packages. The distribution of
40 <application>Xorg</application> is given a release number by the developers,
41 in this case Xorg-&xorg-version;, and is referred to as the "katamari" by
42 the upstream developers.
43 </para>
[5287b7c]44
[71df408]45 <para>
46 Additionally, the BLFS book appends a build number
47 to the end of version string to indicate whether a group of incremental
48 updates has been applied, while still retaining the versioning scheme of the
49 upstream developers. For instance, Xorg-&xorg-version;-1 would indicate that
50 this is the 1st release, and is consistent with the katamari, while
51 Xorg-&xorg-version;-2 would indicate that individual package updates have
52 been applied to the katamari.
53 </para>
[46fb0f9]54-->
55
56 <para>
57 For a long time the only graphical environment usable with GNU/Linux has
58 been the <emphasis>X Window System</emphasis>. It uses a client/server
[cf60b15]59 model which allows writing applications completely independent of
[46fb0f9]60 the graphical hardware. This has the drawback that accessing modern
[7f41c4ae]61 hardware acceleration is difficult, so another approach named
62 <emphasis>Wayland</emphasis> is developed.
63 It is a simpler replacement for X, easier to develop and maintain, using
64 the OpenGL framework. The main desktop environments GNOME and KDE have
65 been ported to it.
[46fb0f9]66 </para>
67
68 <para>
69 This chapter provides the basic components of the X Window System and
70 Wayland. For X, the chosen implementation is Xorg, which is a modular
[75fee1b]71 implementation and requires more than 100 packages to be installed. The
72 distribution of Xorg is given a release number by the developers, in this
73 case Xorg-&xorg-version;. Individual packages are updated as needed without
[46fb0f9]74 changing this number.
75 </para>
[25a6c5c2]76
[e05cd03f]77 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg7.xml"/>
[3b69a2aa]78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-macros.xml"/>
[49df687a]79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorgproto.xml"/>
[e05cd03f]80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libXau.xml"/>
81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libXdmcp.xml"/>
[c5c81b2]82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-proto.xml"/>
83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxcb.xml"/>
[e05cd03f]84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7lib.xml"/>
[6b4bc17]85 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxcvt.xml"/>
[c5c81b2]86 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util.xml"/>
[a78e0c4]87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-image.xml"/>
[55b96860]88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-keysyms.xml"/>
[a78e0c4]89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-renderutil.xml"/>
[55b96860]90 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-wm.xml"/>
[1c8d0ff]91 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-cursor.xml"/>
[7a395d1]92 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mesa.xml"/>
[795baef]93 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xbitmaps.xml"/>
[e05cd03f]94 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7app.xml"/>
[64e3f6b7]95 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcursor-themes.xml"/>
[e05cd03f]96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7font.xml"/>
97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xkeyboard-config.xml"/>
[ab5ea1f1]98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xwayland.xml"/>
[5faf7f7e]99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg-server.xml"/>
[e05cd03f]100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7driver.xml"/>
[cee204d9]101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="twm.xml"/>
[c5c81b2]102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xterm.xml"/>
[bb001d2]103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xclock.xml"/>
[7babf715]104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xinit.xml"/>
[7c472863]105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg-config.xml"/>
[e180a646]106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tuning-fontconfig.xml"/>
107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="TTF-and-OTF-fonts.xml"/>
[124f752c]108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7legacy.xml"/>
[f45b1953]109</chapter>
Note: See TracBrowser for help on using the repository browser.