Changeset 9bff4bc


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rf9dd885 r9bff4bc  
    4848      <para>February 9th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Update to xorg-server-1.17.0. Fixes
     52          <ulink url="&blfs-ticket-root;6112">#6112</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[bdubbs] - Update to nfs-utils-1.3.2. Fixes
  • packages.ent

    rf9dd885 r9bff4bc  
    440440<!ENTITY xcb-util-renderutil-version  "0.3.9">
    441441<!ENTITY xcb-util-wm-version          "0.4.1">
    442 <!ENTITY xorg-server-version          "1.16.3">
     442<!ENTITY xorg-server-version          "1.17.0">
    443443<!ENTITY twm-version                  "1.0.8">
    444444<!ENTITY xterm-version                "314">
  • x/installing/x7driver-ati.xml

    rf9dd885 r9bff4bc  
    197197        Decoder ring for engineering vs marketing names</ulink>. Please note
    198198        that Glamor acceleration can be used with other chips as well, from the
    199         R300 onwards, but it has not been tested recently.
     199        R300 onwards. On at least some Northern Islands chips it is beneficial.
    200200      </para>
    201201
    202202      <para>
    203203        Glamor acceleration is not enabled by default for chipsets that don't
    204         use "radeonsi" Gallium3D driver. You have to use a
     204        use "radeonsi" Gallium3D driver. You have to use an
    205205        <filename>xorg.conf</filename> file to enable it. To enable
    206206        Glamor for cards other than "Southern Islands" and later, create the
    207         following <filename>/etc/X11/xorg.conf</filename> as the
    208         <systemitem class="username">root</systemitem> user:
    209       </para>
    210 
    211 <screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf &lt;&lt; "EOF"
    212 <literal>Section "Module"
    213         Load "dri2"
    214         Load "glamoregl"
    215 EndSection
    216 
    217 Section "Device"
     207        following file in
     208        <filename class="directory">${XORG_PREFIX}/share/X11/xorg.conf.d/</filename>
     209        as the <systemitem class="username">root</systemitem> user:
     210      </para>
     211
     212<screen role="root"><userinput>cat &gt;&gt; ${XORG_PREFIX}/share/X11/xorg.conf.d/20-glamor.conf &lt;&lt; "EOF"
     213<literal>Section "Device"
    218214        Identifier "radeon"
    219         Driver "radeon"
     215        Driver "ati"
    220216        Option "AccelMethod" "glamor"
    221217EndSection</literal>
  • x/installing/x7driver.xml

    rf9dd885 r9bff4bc  
    2828      The <application>Xorg Drivers</application> page contains the
    2929      instructions for building Xorg drivers that are necessary in order
    30       for Xorg Server to take the advantage of the hardware that it is
    31       running on. At least one input and one video driver is required
     30      for Xorg Server to take advantage of the hardware that it is
     31      running on. At least one input and one video driver are required
    3232      for Xorg Server to start.
     33    </para>
     34
     35    <para>
     36      On machines using KMS, the modesetting driver is provided by
     37      <application>xorg-server</application> and can be used instead of the
     38      video driver for the specific hardware, but with reduced performance.
     39      It can also be used (without hardware acceleration) in virtual machines
     40      running under <application>qemu</application>.
    3341    </para>
    3442
  • 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.