Ignore:
Timestamp:
08/20/2014 11:41:31 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
76846f41
Parents:
f37810e
Message:

Merged trunk.

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

File:
1 edited

Legend:

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

    rf37810e r06eea232  
    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.