Changeset 46fb0f9 for x/installing


Ignore:
Timestamp:
02/03/2022 09:19:22 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e97bb139
Parents:
57309187
git-author:
Pierre Labastie <pierre.labastie@…> (02/03/2022 08:48:51 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (02/03/2022 09:19:22 PM)
Message:

Changes so that X does not appear as the only graphic system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/installing.xml

    r57309187 r46fb0f9  
    66]>
    77
    8 <chapter id="x-window-system" xreflabel="X Window System">
     8<chapter id="x-window-system" xreflabel="a graphical environment">
    99  <?dbhtml filename="installing.html" ?>
    1010
    11   <title>X Window System Environment</title>
     11  <title>Graphical Environments</title>
    1212
    1313  <para>
     
    1616  </para>
    1717
     18<!-- Historical but not very useful now
    1819  <para>
    1920    <application>Xorg</application>, in addition to clearing up some
     
    4243  </para>
    4344
    44   <!--
    4545  <para>
    4646    Additionally, the BLFS book appends a build number
     
    5252    been applied to the katamari.
    5353  </para>
    54   -->
     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
     59    model which allows to write applications completely independent on
     60    the graphical hardware. This has the drawback that accessing modern
     61    hardware acceleration is difficult, so that other approaches are developed.
     62    Two new systems are available: <emphasis>Wayland</emphasis> and
     63    <emphasis>Vulkan</emphasis>. The former is a simpler replacement for
     64    X, easier to develop and maintain, using the OpenGL framework. The main
     65    desktop environments GNOME and KDE have been ported to it. The later allows
     66    direct access to graphical hardware through a portable interface. It is
     67    newer and not yet included in BLFS.
     68  </para>
     69
     70  <para>
     71    This chapter provides the basic components of the X Window System and
     72    Wayland. For X, the chosen implementation is Xorg, which is a modular
     73    implementation and requires more than 100 packages to be installed.
     74    The distribution of Xorg is given a release number by the developers,
     75    in this case Xorg-&xorg-version;, and is referred to as the "katamari" by
     76    the upstream developers. Individual packages are updated as needed without
     77    changing this number.
     78  </para>
    5579
    5680  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg7.xml"/>
Note: See TracChangeset for help on using the changeset viewer.