Ignore:
Timestamp:
06/27/2019 08:55:17 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
ff3264f
Parents:
e77adf7
Message:

Move BLFS/trunk/BOOK and BLFS/trunk/bootscripts to
BLFS/branches/old-trunk-20190627 and BLFS/branches/old-bootscripts-20190627.

Move BLFS/branches/elogind-book and BLFS/branches/elogind-bootscripts
to trunk.

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

File:
1 edited

Legend:

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

    re77adf7 r51dfb3e  
    7070      </listitem>
    7171    </itemizedlist>
     72
    7273<!-- Prime support is now automatically added in DRI3, and this patch
    7374     may break things on some setups.
     
    9293
    9394    <bridgehead renderas="sect4">Recommended</bridgehead>
    94     <para role="recommended" revision="sysv">
    95       <xref linkend="libepoxy"/> (required for glamor, see command
    96       explanations below)
    97     </para>
    98     <para role="recommended" revision="systemd">
     95    <para role="recommended">
    9996      <xref linkend="libepoxy"/> (needed for glamor and Xwayland),
    10097      <xref linkend="wayland"/> (needed for Xwayland),
    10198      <xref linkend="wayland-protocols"/>, and
    102       <xref linkend="systemd"/>
     99      <phrase revision="sysv"><xref linkend="elogind"/></phrase>
     100      <phrase revision="systemd"><xref linkend="systemd"/></phrase>
    103101    </para>
    104102
     
    115113      <xref linkend="xcb-util-wm"/> (all three to build Xephyr),
    116114      <xref linkend="xmlto"/> (to build documentation),
    117       <phrase revision="sysv"><xref linkend="wayland"/> (needed for Xwayland),
    118       <xref linkend="wayland-protocols"/>,</phrase>
    119115      <ulink url="http://download.savannah.gnu.org/releases/libunwind">libunwind</ulink>, and
    120116      <ulink url="https://www.x.org/archive/individual/doc/">xorg-sgml-doctools</ulink> (to build documentation)
     
    140136    </para>
    141137
    142 <screen revision="sysv"><userinput>./configure $XORG_CONFIG            \
    143            --enable-glamor          \
    144            --enable-install-setuid  \
    145            --enable-suid-wrapper    \
    146            --disable-systemd-logind \
    147            --with-xkb-output=/var/lib/xkb &amp;&amp;
    148 make</userinput></screen>
    149 
    150 <screen revision="systemd"><userinput>./configure $XORG_CONFIG          \
    151             --enable-glamor       \
    152             --enable-suid-wrapper \
     138<screen><userinput>./configure $XORG_CONFIG            \
     139            --enable-glamor         \
     140            --enable-suid-wrapper   \
     141            --enable-install-setuid \
    153142            --with-xkb-output=/var/lib/xkb &amp;&amp;
    154143make</userinput></screen>
     
    188177    </para>
    189178
    190     <para revision="sysv">
    191       <parameter>--enable-install-setuid</parameter>: The Xorg binary must run
    192       as the root user. This switch ensures that the binary is installed
    193       setuid when <command>make</command> is run by an unprivileged user.
    194     </para>
    195 
    196179    <para>
    197180      <parameter>--enable-suid-wrapper</parameter>: Build suid-root wrapper for
     
    199182    </para>
    200183
    201     <para revision="sysv">
    202       <parameter>--disable-systemd-logind</parameter>: Do not build
    203       systemd-logind support, otherwise, an error (EE), logged in
    204       <filename>/var/log/Xorg.0.log</filename>, occurs when starting the X
    205       server.  Systemd is not supported by this (sysv) version of BLFS.
    206     </para>
    207 
    208     <para revision="systemd">
     184    <para>
    209185      <option>--disable-systemd-logind --enable-install-setuid</option>:
    210       These switches disable systemd-logind integration and restore the setuid
    211       bit to the Xorg executable, allowing Xorg Server to work
    212       without having the systemd PAM module installed and set up.
     186      These switches disable <phrase revision="systemd">systemd-logind</phrase>
     187      <phrase revision="sysv">elogind</phrase> integration and restore the
     188      setuid bit to the Xorg executable, allowing Xorg Server to work
     189      without having the <phrase revision="systemd">systemd</phrase>
     190      <phrase revision="elogind">elogind</phrase> PAM module configured.
    213191    </para>
    214192
Note: See TracChangeset for help on using the changeset viewer.