Changeset 0b789c7 for x/dm


Ignore:
Timestamp:
09/26/2015 04:18:35 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:
ec898c7
Parents:
69a9de5
Message:
  • Fix starting X with startx or sddm ... Part 3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/dm/sddm.xml

    r69a9de5 r0b789c7  
    236236      <para>
    237237        Normally, you want to edit this file. For example, if Xorg is installed
    238         in /opt, use your preferred editor as the
    239         <systemitem class="username">root</systemitem>
    240         user to replace the <emphasis>XauthPath</emphasis> default path by
     238        in /opt, use your preferred editor as the <systemitem
     239        class="username">root</systemitem> user to replace the default
     240        <emphasis>XauthPath</emphasis> value by
    241241        <emphasis>/opt/xorg/bin/xauth</emphasis>. Or, as the <systemitem
    242         class="username">root</systemitem> user, issue
     242        class="username">root</systemitem> user, issue:
    243243      </para>
    244244
     
    254254        From now on, we will describe how to modify configurations using sed.
    255255        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
     256        class="username">root</systemitem> user.
     257      </para>
     258
     259      <para>
     260        For security reasons, you normally want the default
     261        <emphasis>ServerArguments=-nolisten tcp</emphasis>, unless a remote
     262        machine needs access to the local X server. In that case, as the
    259263        <systemitem class="username">root</systemitem> user, issue:
    260264      </para>
Note: See TracChangeset for help on using the changeset viewer.