Changeset 16bfa72 for x/dm/sddm.xml


Ignore:
Timestamp:
07/18/2023 03:46:12 AM (12 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
6032048
Parents:
f9c0972
Message:

sddm: changes for systemd and typos/rewords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/dm/sddm.xml

    rf9c0972 r16bfa72  
    7171    <para role="required">
    7272      <xref linkend="cmake"/>,
    73       <xref linkend="extra-cmake-modules"/> and
     73      <xref linkend="extra-cmake-modules"/>, and
    7474      &qt5-deps;
    7575    </para>
     
    8181      <xref linkend="upower"/>
    8282    </para>
    83 <!--
    84     <bridgehead renderas="sect4">Optional</bridgehead>
    85     <para role="optional">
    86       <xref linkend="docutils"/> (for the man pages)
    87     </para>
    88 -->
     83
    8984<!--
    9085    <para condition="html" role="usernotes">User Notes:
     
    156151cmake -DCMAKE_INSTALL_PREFIX=/usr \
    157152      -DCMAKE_BUILD_TYPE=Release  \
     153      -DRUNTIME_DIR=/run/sddm     \
     154      -DBUILD_MAN_PAGES=ON        \
     155      -DDATA_INSTALL_DIR=/usr/share/sddm \
     156      -DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
    158157      .. &amp;&amp;
    159158make</userinput></screen>
     
    187186    </para>
    188187
    189     <para revision="sysv">
     188    <para>
    190189      <parameter>-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf</parameter>:
    191190      This switch prevents the file <filename>
     
    217216      <para>
    218217        Normally, you want to edit this file. For example, if Xorg is installed
    219         in /opt, use your preferred editor as the root; user to replace the
     218        in /opt, use your preferred editor as the &root; user to replace the
    220219        default <emphasis>XauthPath</emphasis> value by
    221220        <emphasis>/opt/xorg/bin/xauth</emphasis>. Or, as the &root; user,
     
    246245
    247246      <para>
    248         Desktop (Notebook) users, normally wish the Num Lock key on (off).  For
     247        Desktop (Notebook) users, normally want the Num Lock key on (off).  For
    249248        that, as the &root;, issue:
    250249      </para>
     
    262261      <title>Boot Script</title>
    263262
    264       <para>
     263      <para revision="sysv">
    265264        Install the <filename revision="sysv">/etc/rc.d/init.d/xdm</filename>
    266265        init script from the <xref linkend="bootscripts" revision="sysv"/>
    267         <xref linkend="systemd-units" revision="systemd"/> package.
     266        package, as the &root; user:
     267      </para>
     268
     269      <para revision="systemd">
     270        Enable the pre-installed systemd unit by running the following command
     271        as the &root; user:
    268272      </para>
    269273
     
    283287      <note>
    284288        <para>
    285            The install procedure above installed a set of PAM configuration
    286            files.  These procedures overwrite them.
     289          The install procedure above installed a set of PAM configuration
     290          files. These procedures overwrite them and use versions compatible
     291          with a BLFS environment.
    287292        </para>
    288293      </note>
     
    411416      <para>
    412417        By convention, X should be executed at runlevel 5, consequently, the
    413         same is true for <application>sddm</application>. However, LFS default
     418        same is true for <application>sddm</application>. However, the default
    414419        runlevel is 3. Changing to runlevel 5, from a console terminal, as
    415420        <systemitem class="username">root</systemitem> user, starts the
     
    422427        In order to permanently set the default to 5, starting the
    423428        <command>sddm</command> greeter screen automatically, modify
    424         <filename>/etc/inittab</filename>.  As the <systemitem
     429        <filename>/etc/inittab</filename> as the <systemitem
    425430        class="username">root</systemitem> user:
    426431      </para>
     
    435440
    436441      <para>
    437 
    438442        The greeter offers a list of available sessions, depending on the
    439443        Window Managers and Desktop Environments installed. The list includes
    440444        sessions which have a corresponding <filename>.desktop</filename> file
    441         installed under 
    442         <filename class="directory">/usr/share/xsessions</filename>. Most of
    443         the Window Managers and Desktop Environments automatically provide
    444         those files, but if necessary, you may include a custom one.
    445      
     445        installed under
     446        <filename class="directory">/usr/share/xsessions</filename> or
     447        <filename class="directory">/usr/share/wayland-sessions</filename>.
     448        Most of the Window Managers and Desktop Environments automatically
     449        provide those files, but if necessary, you may include a custom one.
    446450      </para>
    447451
Note: See TracChangeset for help on using the changeset viewer.