Changeset 9fffa917


Ignore:
Timestamp:
08/01/2019 08:51:50 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:
d996cdb5
Parents:
27373006
Message:

Tweaks to xorg-server and xinit

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

Location:
x/installing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xinit.xml

    r27373006 r9fffa917  
    106106      class="username">root</systemitem> user:</para>
    107107     
    108 <screen><userinput>chmod u+s $XORG_PREFIX/libexec/Xorg</userinput></screen>
     108<screen role="nodump"><userinput>chmod u+s $XORG_PREFIX/libexec/Xorg</userinput></screen>
    109109
    110110      <para>At this point you can start Xorg on virtual terminal 7 with
     
    117117      class="username">root</systemitem> user with:</para>
    118118     
    119 <screen><userinput>sed -e '/$serverargs $vtarg/ s/serverargs/: #&amp;/' $XORG_PREFIX/bin/startx</userinput></screen>
     119<screen role="nodump"><userinput>sed -e '/$serverargs $vtarg/ s/serverargs/: #&amp;/' $XORG_PREFIX/bin/startx</userinput></screen>
    120120
    121121      <para>After this change, the virtual terminal does not need to be
  • x/installing/xorg-server.xml

    r27373006 r9fffa917  
    139139<screen><userinput>./configure $XORG_CONFIG            \
    140140            --enable-glamor         \
    141             --enable-install-setuid \
    142141            --enable-suid-wrapper   \
    143142            --with-xkb-output=/var/lib/xkb &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.