Author: fernando
Date: Sat Sep 26 09:18:35 2015
New Revision: 16469

Log:
• Fix starting X with startx or sddm ... Part 3.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/x/dm/sddm.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Fri Sep 25 20:01:24 2015        (r16468)
+++ trunk/BOOK/general.ent      Sat Sep 26 09:18:35 2015        (r16469)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "25">                   <!-- Always 2 digits -->
+<!ENTITY day          "26">                   <!-- Always 2 digits -->
 <!ENTITY month        "09">                   <!-- Always 2 digits -->
 <!ENTITY year         "2015">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "September 25th &year;">
+<!ENTITY releasedate  "September 26th &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development] -->

Modified: trunk/BOOK/x/dm/sddm.xml
==============================================================================
--- trunk/BOOK/x/dm/sddm.xml    Fri Sep 25 20:01:24 2015        (r16468)
+++ trunk/BOOK/x/dm/sddm.xml    Sat Sep 26 09:18:35 2015        (r16469)
@@ -235,11 +235,11 @@
 
       <para>
         Normally, you want to edit this file. For example, if Xorg is installed
-        in /opt, use your preferred editor as the
-        <systemitem class="username">root</systemitem>
-        user to replace the <emphasis>XauthPath</emphasis> default path by
+        in /opt, use your preferred editor as the <systemitem
+        class="username">root</systemitem> user to replace the default
+        <emphasis>XauthPath</emphasis> value by
         <emphasis>/opt/xorg/bin/xauth</emphasis>. Or, as the <systemitem
-        class="username">root</systemitem> user, issue
+        class="username">root</systemitem> user, issue:
       </para>
 
 <screen role="root"><userinput>sed -e '/ServerPath/ s|usr|opt/xorg|' \
@@ -253,9 +253,13 @@
       <para>
         From now on, we will describe how to modify configurations using sed.
         Of course, you may instead use your preferred editor as the <systemitem
-        class="username">root</systemitem> user. For security reasons, you
-        normally want the default server option in sddm.example.conf, unless a
-        remote machine needs access to the local X server. In that case, as the
+        class="username">root</systemitem> user.
+      </para>
+
+      <para>
+        For security reasons, you normally want the default
+        <emphasis>ServerArguments=-nolisten tcp</emphasis>, unless a remote
+        machine needs access to the local X server. In that case, as the
         <systemitem class="username">root</systemitem> user, issue:
       </para>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to