Changeset d09eb9b for lxqt/desktop


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
  • lxqt/desktop/post-install.xml

    rc81d34a rd09eb9b  
    4242      reported as the <quote>recommended <application>LXQt</application>
    4343      display manager</quote>) or another Display Manager, e.g.
    44       <xref linkend="lxdm"/>.
     44      <xref linkend="lxdm"/>, and
     45      <xref linkend="dbus"/>
    4546    </para>
    4647
     
    103104    <para>
    104105      The X session starts on the first unused virtual terminal, normally vt7.
    105       You can switch to a vtn (n=1, 2, ...) simultaneously pressing the keys
    106       Ctrl-Alt-Fn. To switch back to the X session, normally started at vt7,
    107       use Ctrl-Alt-F7. If started from vt1 (the usual case), you will see many
    108       messages there, including X starting messages, applications automatically
    109       started with the session, and eventually, some warning and error
    110       messages. You may prefer to redirect those messages to a log file, which
    111       not only will keep vt1 uncluttered, but also can be used for debug
    112       purposes. This can be done starting X with:
     106      You can switch to another vt<emphasis>n</emphasis> simultaneously
     107      pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
     108      (<emphasis>n</emphasis>=1, 2, ...).  To switch back to the X session,
     109      normally started at vt7, use Ctrl-Alt-F7. The vt where the command
     110      <command>startx</command> was executed will display many messages,
     111      including X starting messages, applications automatically started with
     112      the session, and eventually, some warning and error messages. You may
     113      prefer to redirect those messages to a log file, which not only will keep
     114      the initial vt uncluttered, but can also be used for debug purposes. This
     115      can be done starting X with:
    113116    </para>
    114117
    115118    <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
    116119
    117     <para>
    118       You may wish to drop consolekit and/or dbus-launch, e.g., just using
    119       startlxde in .~/.xinitrc, but some functionalities such as mount/umount
    120       file systems from a file manager will not be possible, or the reboot
    121       option will be absent or not functioning, between other problems.
    122     </para>
     120    <note>
     121      <para>
     122        You may wish to drop consolekit and/or dbus-launch, e.g., just using
     123        startlxqt in .~/.xinitrc, but some functionalities such as mount/umount
     124        file systems from a file manager will not be possible, or the reboot
     125        option will be absent or not functioning, between other problems.
     126      </para>
     127    </note>
    123128
    124129    <para>
    125       Because X is (normally) on vt7, when you shutdown the vt is switched back
    126       to that one where the command starting it was executed. In this case, if
    127       you wish to see the shutdown messages, simultaneously press keys Alt-F7,
    128       because normally those messages appear on the vt where X was running.
     130      When shutting down or rebooting, the stopping messages appear on the vt
     131      where X was running. If you wish to see those messages, simultaneously
     132      press keys Alt-F7 (assuming that X was running on vt7).
    129133    </para>
    130134
Note: See TracChangeset for help on using the changeset viewer.