Changeset 145c513f


Ignore:
Timestamp:
07/28/2014 10:36:38 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
ace7316
Parents:
08b1ed4
Message:

Hopefully fix xserver 1.16 on systemd systems.

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

File:
1 edited

Legend:

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

    r08b1ed4 r145c513f  
    9696    <para role="recommended">
    9797      <xref linkend="libepoxy"/> and
    98       <xref linkend="wayland"/> (for <command>Xwayland</command>) and
    99       <xref linkend="systemd"/> (for Logind)
    100 
     98      <xref linkend="wayland"/> (for <command>Xwayland</command>)<!-- and
     99      <xref linkend="systemd"/> (for Logind)-->
    101100    </para>
    102101
     
    134133           --enable-dmx                     \
    135134           --enable-glamor                  \
    136            --enable-suid-wrapper            &amp;&amp;
     135           --enable-setuid-install          \
     136           --disable-systemd-logind         &amp;&amp;
    137137make</userinput></screen>
    138138
     
    164164    </para>
    165165
     166    <para>
     167      <parameter>--enable-install-setuid</parameter>: The Xorg binary must run as
     168      the root user. This switch ensures that the binary is installed
     169      setuid when <command>make</command> is run by an unprivileged user.
     170    </para>
     171
     172    <para>
     173      <parameter>--disable-systemd-logind</parameter>: This switch disables
     174      <application>systemd</application> logind support because it causes
     175      no small amount of trouble when enabled.
     176    </para>
     177<!--
    166178    <para>
    167179      <parameter>--enable-suid-wrapper</parameter>: This switch enables building of
     
    175187      <systemitem class="username">root</systemitem> user.
    176188    </para>
    177 
     189-->
    178190  </sect2>
    179191
Note: See TracChangeset for help on using the changeset viewer.