Changeset d09eb9b for x/dm/sddm.xml


Ignore:
Timestamp:
09/25/2015 01:48:24 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:
1c7e5c8a
Parents:
c81d34a
Message:
  • Fix starting X with startx or sddm ... Part 2. ▪ sddm-0.12.0 ▪ xinit-1.3.4 ▪ ConsoleKit2-1.0.0 ▪ lxde-common-0.99.0 ▪ LXQt Desktop Final Instructions ▪ xfce4-session-4.12.1 ▪ Starting KDE4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/dm/sddm.xml

    rc81d34a rd09eb9b  
    212212<screen><userinput>sddm --example-config > sddm.example.conf</userinput></screen>
    213213
    214       <para>
    215         We repeat, this command generates an example config file.  If there is
    216         an already previously installed <filename>/etc/sddm.conf</filename>, it
    217         will generate a replica. If there is no yet the
    218         <filename>/etc/sddm.conf</filename> file, as the
     214      <note>
     215        <para>
     216          This command generates an <emphasis>example</emphasis> config file,
     217          which depends on several conditions of the system where it is
     218          generated. A few options are <emphasis>defaults</emphasis> from
     219          upstream.  If there is a previously installed
     220          <filename>/etc/sddm.conf</filename>, it will generate a replica. When
     221          it is generated during an X session, some session configurations are
     222          replicated, e.g. if the cursor from the Adwaita theme is already
     223          configured, you will obtain <emphasis>CursorTheme=Adwaita</emphasis>
     224          in the example file generated.
     225        </para>
     226      </note>
     227
     228      <para>
     229        If there is no <filename>/etc/sddm.conf</filename> file yet, as the
    219230        <systemitem class="username">root</systemitem> user, copy the example
    220231        file to <filename>/etc/sddm.conf</filename>:
     
    228239        <systemitem class="username">root</systemitem>
    229240        user to replace the <emphasis>XauthPath</emphasis> default path by
    230         <emphasis>/usr/bin/xauth</emphasis>. Or, as the <systemitem
     241        <emphasis>/opt/xorg/bin/xauth</emphasis>. Or, as the <systemitem
    231242        class="username">root</systemitem> user, issue
    232243      </para>
     
    241252
    242253      <para>
    243         From now on, we will describe how to modify configurations using sed,
    244         but of course you may rather use your preferred editor as the
    245         <systemitem class="username">root</systemitem>, instead. You generally
    246         want the server option that comes in sddm.example.conf, for security
    247         reasons.  Unless you want a remote machine to use the local X server,
    248         in which case, as the <systemitem class="username">root</systemitem>
    249         user, issue:
     254        From now on, we will describe how to modify configurations using sed.
     255        Of course, you may instead use your preferred editor as the <systemitem
     256        class="username">root</systemitem> user. For security reasons, you
     257        normally want the default server option in sddm.example.conf, unless a
     258        remote machine needs access to the local X server. In that case, as the
     259        <systemitem class="username">root</systemitem> user, issue:
    250260      </para>
    251261
     
    263273
    264274      <para>
    265         That was for Desktop users. For Notebook users,
    266         replace \"on\" by \"off\", in the command above.
     275        for Desktop users. For Notebook users, replace \"on\" by \"off\",
     276        in the command above.
    267277      </para>
    268278
     
    353363
    354364      <para>
    355         If the sddm bootscript has been installed, start it by running, as
     365        If the sddm bootscript has been installed, start sddm by running, as the
    356366        <systemitem class="username">root</systemitem> user:
    357367      </para>
     
    457467      <para>
    458468        E.g. <command>echo 'setxkbmap "fr,gb,br,us"' &gt;&gt;
    459         /usr/share/sddm/scripts/Xsetup</command>. You can be accurate defining
    460         the keyboard(s), for example: <command>echo 'setxkbmap -model pc105
    461         -layout br,us -variant abnt2,dvorak -keycodes evdev' &gt;&gt;
    462         /usr/share/sddm/scripts/Xsetup</command>. See man setxkbmap.
     469        /usr/share/sddm/scripts/Xsetup</command>. A very accurate definition
     470        of the keyboard(s) is possible, for example: <command>echo 'setxkbmap
     471        -model pc105 -layout br,us -variant abnt2,dvorak -keycodes evdev'
     472        &gt;&gt; /usr/share/sddm/scripts/Xsetup</command>. See man setxkbmap.
    463473      </para>
    464474
     
    473483
    474484      <para>
    475         It has been reported that this package does not work with Xorg installed
    476         with a prefix other than <filename class="directory">/usr</filename>.
     485        It has been reported that problems may happen with this package, if
     486        Xorg is installed with a prefix other than <filename
     487        class="directory">/usr</filename>. So far, BLFS development team has
     488        not hit any problem, in this case.
    477489      </para>
    478490
Note: See TracChangeset for help on using the changeset viewer.