Author: krejzi
Date: Mon Jul 28 15:36:38 2014
New Revision: 13724

Log:
Hopefully fix xserver 1.16 on systemd systems.

Modified:
   branches/systemd/x/installing/xorg-server-systemd.xml

Modified: branches/systemd/x/installing/xorg-server-systemd.xml
==============================================================================
--- branches/systemd/x/installing/xorg-server-systemd.xml       Mon Jul 28 
15:27:15 2014        (r13723)
+++ branches/systemd/x/installing/xorg-server-systemd.xml       Mon Jul 28 
15:36:38 2014        (r13724)
@@ -95,9 +95,8 @@
     <bridgehead renderas="sect4">Recommended</bridgehead>
     <para role="recommended">
       <xref linkend="libepoxy"/> and
-      <xref linkend="wayland"/> (for <command>Xwayland</command>) and
-      <xref linkend="systemd"/> (for Logind)
-
+      <xref linkend="wayland"/> (for <command>Xwayland</command>)<!-- and
+      <xref linkend="systemd"/> (for Logind)-->
     </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
@@ -133,7 +132,8 @@
            --with-xkb-output=/var/lib/xkb   \
            --enable-dmx                     \
            --enable-glamor                  \
-           --enable-suid-wrapper            &amp;&amp;
+           --enable-setuid-install          \
+           --disable-systemd-logind         &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -164,6 +164,18 @@
     </para>
 
     <para>
+      <parameter>--enable-install-setuid</parameter>: The Xorg binary must run 
as
+      the root user. This switch ensures that the binary is installed
+      setuid when <command>make</command> is run by an unprivileged user.
+    </para>
+
+    <para>
+      <parameter>--disable-systemd-logind</parameter>: This switch disables
+      <application>systemd</application> logind support because it causes
+      no small amount of trouble when enabled.
+    </para>
+<!--
+    <para>
       <parameter>--enable-suid-wrapper</parameter>: This switch enables 
building of
       the suid-root wrapper for legacy driver support on rootless xserver 
systems.
     </para>
@@ -174,7 +186,7 @@
       wish to run the <application>Xorg Server</application> as the
       <systemitem class="username">root</systemitem> user.
     </para>
-
+-->
   </sect2>
 
   <sect2 role="content">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to