Changeset 53a89e5


Ignore:
Timestamp:
08/19/2014 04:58:12 PM (10 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.6, 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, krejzi/svn, 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:
9885c0be
Parents:
5bee197
Message:

Archive separate glamor-egl in favour of glamor in xorg-server.

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

Files:
5 edited
1 moved

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r5bee197 r53a89e5  
    4848      <para>August 19th, 2014</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - archive glamor-egl in favour of xorg-server's glamor.
     52          Fixes <ulink url="&blfs-ticket-root;5347">#5347</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[igor] - Update to dhcp-4.3.1. Fixes
  • x/installing/x7driver-ati.xml

    r5bee197 r53a89e5  
    8787      <bridgehead renderas="sect5">Required</bridgehead>
    8888      <para role="required">
    89         <xref linkend="xorg-server"/>
    90       </para>
    91 
    92       <bridgehead renderas="sect5">Recommended</bridgehead>
    93       <para role="Recommended">
    94         <xref linkend="glamor-egl"/>
     89        <xref linkend="xorg-server"/> (recommended to be built with glamor enabled)
    9590      </para>
    9691
    9792      <note>
    9893        <para>
    99           This is <emphasis>required for "Southern Islands" GPUs</emphasis>
    100           but optional for R300 to R700, Evergreen and "Northern Islands"
    101           GPUs - see the link under "Glamor Acceleration" below.
     94          Glamor is <emphasis>required for "Southern Islands" and later
     95          GPUs</emphasis> but optional for R300 to R700, Evergreen and
     96          "Northern Islands" GPUs - see the link under "Glamor
     97          Acceleration" below.
    10298        </para>
    10399      </note>
  • x/installing/x7driver-intel.xml

    r5bee197 r53a89e5  
    9191      </para>
    9292
    93       <bridgehead renderas="sect5">Optional</bridgehead>
    94       <para role="optional">
    95         <xref linkend="glamor-egl"/>
    96       </para>
    97 
    9893      <para condition="html" role="usernotes">
    9994        User Notes: <ulink url="&blfs-wiki;/xorg-intel-driver"/>
  • x/installing/x7driver.xml

    r5bee197 r53a89e5  
    4242    </note>
    4343
    44     <sect3 id="xorg-modules">
     44 <!--   <sect3 id="xorg-modules">
    4545      <title>Xorg Modules</title>
    4646
     
    5353      </itemizedlist>
    5454
    55     </sect3>
     55    </sect3> -->
    5656
    5757    <sect3 id="xorg-input-drivers">
     
    187187
    188188  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    189     href="x7driver-glamor.xml"/>
    190 
    191   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    192189    href="libevdev.xml"/>
    193190
  • x/installing/xorg-server.xml

    r5bee197 r53a89e5  
    7373    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7474    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Recommended patch:
     78          <ulink url="&patch-root;/xorg-server-&xorg-server-version;-upstream_glamor_fix-1.patch"/>
     79        </para>
     80      </listitem>
    7581      <listitem>
    7682        <para>
     
    9399    </para>
    94100
     101    <bridgehead renderas="sect4">Recommended</bridgehead>
     102    <para>
     103      <xref linkend="libepoxy"/> (required for glamor, see command
     104      explanations below)
     105    </para>
     106
    95107    <bridgehead renderas="sect4">Optional</bridgehead>
    96108    <para>
     
    111123
    112124    <para>
     125      If you are enabling glamor, apply the recommended patch by running
     126      the following command:
     127    </para>
     128
     129<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-upstream_glamor_fix-1.patch</userinput></screen>
     130
     131    <para>
    113132      If you have downloaded the optional patch, apply it by running
    114133      the following command:
     
    124143           --with-xkb-output=/var/lib/xkb   \
    125144           --enable-dmx                     \
     145           --enable-glamor                  \
    126146           --enable-install-setuid          \
    127147           --enable-suid-wrapper            &amp;&amp;
     
    152172      <parameter>--enable-dmx</parameter>: Build DMX (Distributed Multihead X)
    153173      server.
     174    </para>
     175
     176    <para>
     177      <parameter>--enable-glamor</parameter>: Build the Glamor DIX (Device
     178      Independent X) module which is currently required for Southern Islands and
     179      Sea Islands radeon video chipsets, optional for some other radeons, and
     180      also optional for the intel driver.
    154181    </para>
    155182
Note: See TracChangeset for help on using the changeset viewer.