Changeset d09eb9b for kde/core


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
  • kde/core/config.xml

    rc81d34a rd09eb9b  
    1818  <bridgehead renderas="sect3">KDE4 Startup Dependencies</bridgehead>
    1919
    20   <bridgehead renderas="sect4">Optional</bridgehead>
    21   <para role="optional">
    22     <xref linkend="dbus"/> (runtime)
     20  <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead>
     21  <para role="recommended">
     22    <xref linkend="consolekit"/> and
     23    <xref linkend="dbus"/>
    2324  </para>
    2425
     
    4950    <para>
    5051      The X session starts on the first unused virtual terminal, normally vt7.
    51       You can switch to a vtn (n=1, 2, ...) simultaneously pressing the keys
    52       Ctrl-Alt-Fn. To switch back to the X session, normally started at vt7,
    53       use Ctrl-Alt-F7. If started from vt1 (the usual case), you will see many
    54       messages there, including X starting messages, applications automatically
    55       started with the session, and eventually, some warning and error
    56       messages. You may prefer to redirect those messages to a log file, which
    57       not only will keep vt1 uncluttered, but also can be used for debug
    58       purposes. This can be done starting X with:
     52      You can switch to another vt<emphasis>n</emphasis> simultaneously
     53      pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
     54      (<emphasis>n</emphasis>=1, 2, ...).  To switch back to the X session,
     55      normally started at vt7, use Ctrl-Alt-F7. The vt where the command
     56      <command>startx</command> was executed will display many messages,
     57      including X starting messages, applications automatically started with
     58      the session, and eventually, some warning and error messages. You may
     59      prefer to redirect those messages to a log file, which not only will keep
     60      the initial vt uncluttered, but can also be used for debug purposes. This
     61      can be done starting X with:
    5962    </para>
    6063
    6164    <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
    6265
     66    <note>
     67      <para>
     68        You may wish to drop consolekit and/or dbus-launch, e.g., just using
     69        startkde in .~/.xinitrc, but some functionalities such as mount/umount
     70        file systems from a file manager will not be possible, or the reboot
     71        option will be absent or not functioning, between other problems.
     72      </para>
     73    </note>
     74
    6375    <para>
    64       You may wish to drop consolekit and/or dbus-launch, e.g., just using
    65       startlxde in .~/.xinitrc, but some functionalities such as mount/umount
    66       file systems from a file manager will not be possible, or the reboot
    67       option will be absent or not functioning, between other problems.
     76      When shutting down or rebooting, the stopping messages appear on the vt
     77      where X was running. If you wish to see those messages, simultaneously
     78      press keys Alt-F7 (assuming that X was running on vt7).
    6879    </para>
    6980
    70     <para>
    71       Because X is (normally) on vt7, when you shutdown the vt is switched back
    72       to that one where the command starting it was executed. In this case, if
    73       you wish to see the shutdown messages, simultaneously press keys Alt-F7,
    74       because normally those messages appear on the vt where X was running.
    75     </para>
    76 
    77     </sect2>
     81  </sect2>
    7882
    7983    <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.