Changeset 8a999991 for x/installing


Ignore:
Timestamp:
08/20/2014 11:41:31 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
af1686b4
Parents:
e198725
Message:

Merged trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13958 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
x/installing
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesalib-systemd.xml

    re198725 r8a999991  
    7373    </itemizedlist>
    7474
    75     <bridgehead renderas="sect3">Additional Patch</bridgehead>
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676    <itemizedlist spacing="compact">
    7777      <listitem>
     
    8888    <bridgehead renderas="sect4">Required</bridgehead>
    8989    <para role="required">
    90       <xref linkend="xorg7-lib"/> and
    91       <xref linkend="libdrm"/>
     90      <xref linkend="libdrm"/>,
     91      <xref linkend="python2"/> and
     92      <xref linkend="xorg7-lib"/>
    9293    </para>
    9394
     
    119120        Please note that <application>elfutils</application> and
    120121        <application>LLVM</application> are <emphasis>required</emphasis>
    121         for Radeon 3D drivers. For an explanation of gallium please see
     122        for Radeon 3D drivers. For an explanation of Gallium please see
    122123        <ulink url="https://en.wikipedia.org/wiki/Gallium3D"></ulink>.
    123124      </para>
  • x/installing/x7driver-ati.xml

    re198725 r8a999991  
    9090      </para>
    9191
    92       <!-- <bridgehead renderas="sect5">Recommended</bridgehead>
    93       <para role="Recommended">
    94         <xref linkend="glamor-egl"/>
    95       </para>
    96 
    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>
    103       </note> -->
     99      </note>
    104100
    105101      <para condition="html" role="usernotes">
  • x/installing/xorg-server-systemd.xml

    re198725 r8a999991  
    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>
     
    95101    <bridgehead renderas="sect4">Recommended</bridgehead>
    96102    <para role="recommended">
    97       <xref linkend="libepoxy"/> (for Glamor) and
     103      <xref linkend="libepoxy"/> (for Glamor),
    98104      <xref linkend="wayland"/> (both for <command>Xwayland</command>) and
    99105      <xref linkend="systemd"/> (for Logind)
     
    119125
    120126    <para>
     127      If you are going to build Glamor, apply the recommended patch by running
     128      the following command:
     129    </para>
     130
     131<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-upstream_glamor_fix-1.patch</userinput></screen>
     132
     133    <para>
    121134      If you have downloaded the optional patch, apply it by running
    122135      the following command:
     
    159172
    160173    <para>
    161       <parameter>--enable-glamor</parameter>: This switch enables building of the
    162       Glamor DIX module which is required by some drivers.
     174      <parameter>--enable-glamor</parameter>: This switch enables building
     175      of the Glamor DIX module which is required by some drivers and
     176      <command>Xwayland</command>. Remove it if you don't want to install
     177      <application>libepoxy</application> and are not going to need
     178      <command>Xwayland</command> or you don't have any hardware that
     179      requires Glamor (Radeon "Southern Islands" and later GPUs).
    163180    </para>
    164181
     
    166183      <parameter>--enable-suid-wrapper</parameter>: This switch enables building of
    167184      the suid-root wrapper for legacy driver support on rootless xserver systems.
    168     </para>
    169 
    170     <para>
    171       <option>--enable-install-setuid</option>: Use this switch if you have not
    172       reinstalled <application>systemd</application> with Logind support and
    173       wish to run the <application>Xorg Server</application> as the
    174       <systemitem class="username">root</systemitem> user.
    175185    </para>
    176186
Note: See TracChangeset for help on using the changeset viewer.