Changeset f2cb575d for x/dm/sddm.xml


Ignore:
Timestamp:
07/15/2023 01:01:02 AM (15 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
04f2bf4
Parents:
ad65d196
Message:

Clanup sddm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/dm/sddm.xml

    rad65d196 rf2cb575d  
    99  <!ENTITY sddm-md5sum        "7af67d5fb767639861d35c80eb4e1191">
    1010  <!ENTITY sddm-size          "3.4 MB">
    11   <!ENTITY sddm-buildsize     "20 MB">
    12   <!ENTITY sddm-time          "0.6 SBU ">
     11  <!ENTITY sddm-buildsize     "22 MB">
     12  <!ENTITY sddm-time          "0.3 SBU (Using parallelism=4">
    1313]>
    1414
    1515<sect1 id="sddm" xreflabel="sddm-&sddm-version;">
    1616  <?dbhtml filename="sddm.html"?>
    17 
    1817
    1918  <title>sddm-&sddm-version;</title>
     
    145144      -DNO_SYSTEMD=ON             \
    146145      -DRUNTIME_DIR=/run/sddm     \
    147       -DDATA_INSTALL_DIR=/usr/share/sddm \
    148146      -DUSE_ELOGIND=ON            \
    149147      -DBUILD_MAN_PAGES=ON        \
     148      -DDATA_INSTALL_DIR=/usr/share/sddm \
    150149      -DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
    151150      .. &amp;&amp;
     
    209208
    210209      <para>
    211         /usr/lib/sddm/sddm.conf.d/*, /etc/sddm.conf.d/*, and /etc/sddm.conf
    212       </para>
    213 
    214       <indexterm zone="sddm sddm-config">
    215         <primary sortas="e-usr-lib-sddm.conf.d">/usr/lib/sddm/sddm.conf.d</primary>
    216       </indexterm>
    217 
    218       <indexterm zone="sddm sddm-config">
    219         <primary sortas="e-sddm.conf.d">/etc/sddm.conf.d</primary>
    220       </indexterm>
     210        /etc/sddm.config
     211      </para>
    221212
    222213      <indexterm zone="sddm sddm-config">
     
    225216
    226217      <para>
    227         Only <filename>/etc/sddm.conf</filename> is installed, but the
    228         configuration files are read in the following order: all files in
    229         <filename class="directory">/usr/lib/sddm/sddm.conf.d</filename> in
    230         alphabetical order, then all files in <filename class="directory">
    231         /etc/sddm.conf.d</filename> in alphabetical order, and finally
    232         <filename>/etc/sddm.conf</filename>.
    233       </para>
    234 
    235       <para>
    236218        Normally, you want to edit this file. For example, if Xorg is installed
    237         in /opt, use your preferred editor as the <systemitem
    238         class="username">root</systemitem> user to replace the default
    239         <emphasis>XauthPath</emphasis> value by
    240         <emphasis>/opt/xorg/bin/xauth</emphasis>. Or, as the <systemitem
    241         class="username">root</systemitem> user, issue:
    242       </para>
    243 
    244 <screen role="root"><userinput>sed -e '/ServerPath/ s|usr|opt/xorg|' \
    245     -i.orig /etc/sddm.conf</userinput></screen>
     219        in /opt, use your preferred editor as the root; user to replace the
     220        default <emphasis>XauthPath</emphasis> value by
     221        <emphasis>/opt/xorg/bin/xauth</emphasis>. Or, as the &root; user,
     222        issue:
     223      </para>
     224
     225<screen role="root"><userinput>sed -i.orig '/ServerPath/ s|usr|opt/xorg|' /etc/sddm.conf</userinput></screen>
    246226
    247227      <para>
     
    252232      <para>
    253233        From now on, we will describe how to modify configurations using sed.
    254         Of course, you may instead use your preferred editor as the <systemitem
    255         class="username">root</systemitem> user.
     234        Of course, you may instead use your preferred editor as the &root;
     235        user.
    256236      </para>
    257237
     
    260240        <emphasis>ServerArguments=-nolisten tcp</emphasis>, unless a remote
    261241        machine needs access to the local X server. In that case, as the
    262         <systemitem class="username">root</systemitem> user, issue:
    263       </para>
    264 
    265 <screen role="root"><userinput>sed -e 's/-nolisten tcp//'\
    266     -i /etc/sddm.conf</userinput></screen>
     242        &root; user, issue:
     243      </para>
     244
     245<screen role="root"><userinput>sed -i 's/-nolisten tcp//' /etc/sddm.conf</userinput></screen>
    267246
    268247      <para>
    269248        Desktop (Notebook) users, normally wish the Num Lock key on (off).  For
    270         that, as the <systemitem
    271         class="username">root</systemitem> user, issue:
    272       </para>
    273 
    274 <screen role="root"><userinput>sed -e 's/\"none\"/\"on\"/' \
    275     -i /etc/sddm.conf</userinput></screen>
    276 
    277       <para>
    278         for Desktop users. For Notebook users, replace \"on\" by \"off\",
     249        that, as the &root;, issue:
     250      </para>
     251
     252<screen role="root"><userinput>sed -i 's/none/on/' /etc/sddm.conf</userinput></screen>
     253
     254      <para>
     255        for Desktop users. For Notebook users, replace /on/ by /off/
    279256        in the command above.
    280257      </para>
     
    286263
    287264      <para>
    288         Install the <filename revision="sysv">/etc/rc.d/init.d/sddm</filename>
     265        Install the <filename revision="sysv">/etc/rc.d/init.d/xdm</filename>
    289266        init script from the <xref linkend="bootscripts" revision="sysv"/>
    290267        <xref linkend="systemd-units" revision="systemd"/> package.
     
    303280    <sect3>
    304281      <title>Linux PAM Configuration</title>
     282
     283      <note>
     284        <para>
     285           The install procedure above installed a set of PAM configuration
     286           files.  These procedures overwrite them.
     287        </para>
     288      </note>
    305289
    306290      <para>
     
    420404      <para>
    421405        If the sddm bootscript has been installed, start sddm by running, as the
    422         <systemitem class="username">root</systemitem> user:
    423       </para>
    424 
    425 <screen role="root"><userinput>/etc/rc.d/init.d/sddm start</userinput></screen>
     406        &root; user:
     407      </para>
     408
     409<screen role="root"><userinput>/etc/rc.d/init.d/xdn start</userinput></screen>
    426410
    427411      <para>
     
    451435
    452436      <para>
    453         The greeter offers a list of available sessions,
    454         depending on the Window Managers and Desktop Environments installed. The
    455         list includes sessions which have a corresponding
    456         <filename>.desktop</filename> file installed under
    457         <filename class="directory">/usr/share/xsessions</filename>. Most of the
    458         Window Managers and Desktop Environments automatically provide those
    459         files, but if necessary, you may include a custom one.
     437
     438        The greeter offers a list of available sessions, depending on the
     439        Window Managers and Desktop Environments installed. The list includes
     440        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     
    460446      </para>
    461447
     
    486472
    487473    </sect3>
    488 
     474<!--
    489475    <sect3 id="sddm-Issues">
    490476      <title>Known Issues</title>
     
    544530
    545531    </sect3>
    546 
     532-->
    547533  </sect2>
    548534
     
    557543      <seglistitem>
    558544        <seg>
    559           sddm and sddm-greeter
     545          sddm and
     546          sddm-greeter
    560547        </seg>
    561548        <seg>
Note: See TracChangeset for help on using the changeset viewer.