Ignore:
Timestamp:
02/10/2015 02:12:14 AM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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
Children:
41dbe86f
Parents:
f9dd885
Message:

xorg-server-1.17.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg-server.xml

    rf9dd885 r9bff4bc  
    77  <!ENTITY xorg-server-download-http "&xorg-download-http;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    88  <!ENTITY xorg-server-download-ftp  "&xorg-download-ftp;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    9   <!ENTITY xorg-server-md5sum        "afd93977235584a9caa7528a737c1b52">
    10   <!ENTITY xorg-server-size          "5.5 MB">
    11   <!ENTITY xorg-server-buildsize     "0.5 GB (doesn't include tests)">
    12   <!ENTITY xorg-server-time          "1.7 SBU (doesn't include tests)">
     9  <!ENTITY xorg-server-md5sum        "38ecaefa238b04ec4a38f7128e87e239">
     10  <!ENTITY xorg-server-size          "5.6 MB">
     11  <!ENTITY xorg-server-buildsize     "552 MB">
     12  <!ENTITY xorg-server-time          "1.8 SBU">
    1313]>
    1414
     
    9797      <xref linkend="libepoxy"/> (required for glamor, see command
    9898      explanations below)
     99      <xref linkend="xcb-util-keysyms"/> (used by Xnest)
    99100    </para>
    100101
     
    104105      <xref linkend="doxygen"/> (to build API documentation),
    105106      <xref linkend="fop"/>, (to build documentation),
    106       <xref linkend="gs"/> (to build documentation), and
    107       <xref linkend="xmlto"/>, (to build documentation)
     107      <xref linkend="gs"/> (to build documentation),
     108      <xref linkend="xcb-util-image"/>,
     109      <xref linkend="xcb-util-renderutil"/>,
     110      <xref linkend="xcb-util-wm"/> (all three to build Xephyr) and
     111      <xref linkend="xmlto"/> (to build documentation)
    108112    </para>
    109113
     
    129133<screen><userinput>./configure $XORG_CONFIG                    \
    130134           --with-xkb-output=/var/lib/xkb   \
    131            --enable-dmx                     \
    132135           --enable-glamor                  \
    133136           --enable-install-setuid          \
     
    157160
    158161    <para>
    159       <parameter>--enable-dmx</parameter>: Build DMX (Distributed Multihead X)
    160       server.
    161     </para>
    162 
    163     <para>
    164162      <parameter>--enable-glamor</parameter>: Build the Glamor DIX (Device
    165163      Independent X) module which is currently required for Southern Islands and
    166164      Sea Islands radeon video chipsets, optional for some other radeons, and
    167       also optional for the intel driver.
     165      also optional for the intel driver. It is also used by the modesetting
     166      driver (which is part of this package) for on hardware using KMS and which
     167      offers acceleration.
    168168    </para>
    169169
     
    187187    </para>
    188188
     189    <para>
     190      <option>--enable-dmx</option>: Build DMX (Distributed Multihead X)
     191      server.
     192    </para>
     193
     194    <para>
     195      <option>--enable-kdrive</option>: this option allows the
     196      <command>configure</command> script to enable Xephyr if its dependencies
     197      are met.
     198    </para>
     199
    189200  </sect2>
    190201
     
    201212          cvt, dmxaddinput, dmxaddscreen, dmxinfo, dmxreconfig, dmxresize,
    202213          dmxrminput, dmxrmscreen, dmxtodmx, dmxwininfo, gtf, vdltodmx, X,
    203           Xdmx, xdmxconfig, Xnest, Xorg, and Xvfb
     214          Xdmx, xdmxconfig, Xephyr, Xnest, Xorg, and Xvfb
    204215        </seg>
    205216        <seg>
    206           several under $XORG_PREFIX/lib/xorg/modules/{,extensions,multimedia}
     217          several under $XORG_PREFIX/lib/xorg/modules/{,drivers,extensions}
     218          including modesetting_drv.so
    207219        </seg>
    208220        <seg>
     
    281293      </varlistentry>
    282294
     295      <varlistentry id="Xephyr-x7">
     296        <term><command>Xephyr</command></term>
     297        <listitem>
     298          <para>
     299            is a nested X server which supports modern X extensions.
     300          </para>
     301          <indexterm zone="xorg-server Xephyr-x7">
     302            <primary sortas="b-Xephyr">Xephyr</primary>
     303          </indexterm>
     304        </listitem>
     305      </varlistentry>
     306
    283307      <varlistentry id="Xnest-x7">
    284308        <term><command>Xnest</command></term>
     
    329353      </varlistentry>
    330354
     355      <varlistentry id="modesetting_drv-x7">
     356        <term><filename class="libraryfile">modesetting_drv.so</filename></term>
     357        <listitem>
     358          <para>
     359            provides a video driver for machines using Kernel Mode Setting (KMS).
     360            This will use glamor if that has been enabled and the hardware offers
     361            acceleration.
     362          </para>
     363          <indexterm zone="xorg-server modesetting_drv-x7">
     364            <primary sortas="c-modesetting_drv">modesetting_drv.so</primary>
     365          </indexterm>
     366        </listitem>
     367      </varlistentry>
     368
    331369    </variablelist>
    332370
Note: See TracChangeset for help on using the changeset viewer.