Changeset 6bb5b3b1 for x/dm


Ignore:
Timestamp:
08/21/2015 02:53:14 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:
8cf09d06
Parents:
6a71920c
Message:
  • sddm-0.11.0: Discuss changes for Xorg in /opt.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/dm/sddm.xml

    r6a71920c r6bb5b3b1  
    194194      </indexterm>
    195195
    196     </sect3>
     196      <para>
     197        This file is not installed with the build instructions, and
     198        default values are used by sddm. In order to generate the default
     199        <filename>/etc/sddm.conf</filename>, issue, as the <systemitem
     200        class="username">root</systemitem> user:
     201      </para>
     202
     203<screen role="root"><userinput>sddm --example-config > /etc/sddm.conf</userinput></screen>
     204
     205      <para>
     206        You need to edit this file, if your system has any unconventional
     207        characteristics. For example, if Xorg is installed in /opt, use your
     208        preferred editor as the <systemitem class="username">root</systemitem>
     209        user to replace the <emphasis>ServerPath</emphasis> default value by
     210        <emphasis>/opt/xorg/bin/X</emphasis>. Or, as the <systemitem
     211        class="username">root</systemitem> user, issue
     212      </para>
     213
     214<screen role="root"><userinput>sed -e 's|/usr/bin/X|/opt/xorg/bin/X|' \
     215    -i.orig /etc/sddm.conf</userinput></screen>
     216
     217      <para>
     218        This command will do the substitution and create a copy of the original
     219        file with name <filename>/etc/sddm.conf.orig</filename>.
     220      </para>
     221
     222   </sect3>
    197223
    198224    <sect3 id="sddm-bootscript">
     
    335361        The default theme is <quote>maui</quote>. You can install other themes
    336362        in that directory. In order to change the theme, you need to edit
    337         <filename>/etc/sddm.conf</filename>, which is not installed by default.
    338         Before proceeding, make a backup of this file, if there is one already
    339         installed. In order to generate <filename>/etc/sddm.conf</filename>,
    340         issue, as the <systemitem class="username">root</systemitem> user:
    341     </para>
    342 
    343 <screen role="root"><userinput>sddm --example-config > /etc/sddm.conf</userinput></screen>
    344 
    345       <para>
    346         Now, using your preferred text editor, change the default
    347         <quote>maui</quote> theme, replacing <quote>Current=maui</quote> by
    348         <quote>Current=<replaceable>&lt;insert new theme name here&gt;</replaceable></quote>,
    349         e.g. <quote>Current=maldives</quote>.
     363        <filename>/etc/sddm.conf</filename>, using your preferred text editor,
     364        to change the default <quote>maui</quote> theme, replacing
     365        <quote>Current=maui</quote> by <quote>Current=<replaceable>&lt;insert
     366        new theme name here&gt;</replaceable></quote>, e.g.
     367        <quote>Current=maldives</quote>.
    350368      </para>
    351369
Note: See TracChangeset for help on using the changeset viewer.