Changeset 1def00f for x/dm/lxdm.xml


Ignore:
Timestamp:
08/01/2015 11:47:07 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
fc580439
Parents:
7b88d5a
Message:
  • Several fixes for the files in the Chapter "Display Managers"; patch sent by Bruce Dubbs. Thanks! Fix 3 for #6639.
  • Added instruction to install the sddm bootscript. Fix 2 for #6639.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/dm/lxdm.xml

    r7b88d5a r1def00f  
    3939      alternative to other Display Managers such as
    4040      <application>GNOME's</application> <application>GDM</application> or
    41       <application>KDE's</application> <application>KDM</application>.
     41      <application>LightDM</application>.
    4242    </para>
    4343
     
    8383    <para role="required">
    8484      <xref linkend="gtk2"/>,
    85       <xref linkend="iso-codes"/> and
     85      <xref linkend="iso-codes"/>, and
    8686      <xref linkend="librsvg"/> (runtime, for default theme background)
    8787    </para>
     
    228228
    229229      <para>
    230         The LXDM daemon configuration <filename>/etc/lxdm/lxdm.conf</filename>
    231         file options includes numlock on/off, backgraound image (bg), session,
    232         etc.  You can set a default session by uncommenting the line:
     230        The LXDM daemon configuration file
     231        (<filename>/etc/lxdm/lxdm.conf</filename>) specifies options that
     232        include numlock on/off, backgraound image (bg), session, etc.  You can
     233        set a default session by uncommenting the line:
    233234        session=/usr/bin/startlxde and replacing <command>startlxde</command>
    234235        with your session of choice. For <application>GNOME</application>
     
    246247
    247248      <para>
    248         You can replace the default dummy face in the greeting screen by other
     249        You can replace the default dummy face in the greeting screen by another
    249250        image representing your user. For that, copy or symlink the desired
    250         image to your home directory, with the name <filename>.face</filename>.
     251        image to your home directory with the name <filename>.face</filename>.
    251252      </para>
    252253
     
    265266
    266267      <para>
    267         By definition, X should be executed at runlevel 5, consequently, the
    268         same is true for <application>lxdm</application>. However, BLFS default
    269         runlevel is 3. Changing to runlevel 5, from the terminal, as
    270         <systemitem class="username">root</systemitem> user, makes the
    271         <command>lxdm</command> bootscript to be executed, obtaining the
     268        By convention, X should be executed at runlevel 5, consequently, the
     269        same is true for <application>lxdm</application>. However, the LFS default
     270        runlevel is 3. Changing to runlevel 5, from the console (as
     271        <systemitem class="username">root</systemitem> user) starts the
     272        <command>lxdm</command> bootscript and presents the
    272273        greeter screen:
    273274      </para>
     
    276277
    277278      <para>
    278           In order to permanently set the default to 5, obtaining the
     279          In order to permanently set the default to 5, starting the
    279280          <command>lxdm</command> greeter screen automatically, you can modify
    280           <filename>/etc/inittab</filename>, as <systemitem
    281           class="username">root</systemitem> user (the instructions below also
    282           make a backup, so you can easily revert the modification):
     281          <filename>/etc/inittab</filename>. As the  <systemitem
     282          class="username">root</systemitem> user:
    283283      </para>
    284284
     
    286286sed -i '/initdefault/ s/3/5/' /etc/inittab</userinput></screen>
    287287
    288       <para>
    289           One important script, executed after login, is
    290           <filename>/etc/lxdm/Xsession</filename>, which we have fixed to fit
     288      <note>
     289      <para>
     290          One important script, executed after login is
     291          <filename>/etc/lxdm/Xsession</filename> which we have fixed to fit
    291292          BLFS specifications.
    292293      </para>
     294      </note>
    293295
    294296    </sect3>
Note: See TracChangeset for help on using the changeset viewer.