glfs/x/dm/dm.xml
Fernando de Oliveira 1def00fbdc • Several fixes for the files in the Chapter "Display Managers";
patch sent by Bruce Dubbs. Thanks! Fix 3 for #6639.
• Added instruction to install the sddm bootscript. Fix 2 for #6639.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16313 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-08-01 23:47:07 +00:00

68 lines
2.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<chapter id="x-dm">
<?dbhtml filename="dm.html" ?>
<title>Display Managers</title>
<sect1 id="dm-introduction">
<?dbhtml filename="dm-introduction.html" ?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Introduction</title>
<para>
Display Managers are graphical programs used for starting the graphical
display (currently, the X server) and providing a login capability for
a Window Manager or Desktop Environment.
</para>
<para>
There are many Display Managers available. Some of the more well
known include:
<application>GDM</application>,
<application>KDM</application> (deprecated),
<application>LightDM</application>,
<application>LXDM</application>,
<application>Slim</application>, and
<application>SDDM</application>.
</para>
<para>
Among the Desktop Environments available for Linux you find:
<application>Enlightenment</application>,
<application>GNOME</application>,
<application>KDE</application>,
<application>LXDE</application>,
<application>LXQt</application>, and
<application>XFce</application>.
</para>
<para>
Choosing a Display Manager or Desktop Environment is highly subjective.
The choice depends on the look and feel of the packages, the resources
(memory and disk space) required, and the utilities included.
</para>
<para>
In this chapter, the installation instructions of some Display Managers
are presented. Later in the book, you will find other ones, which are
provided as part of some Desktop Environments.
</para>
</sect1>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxdm.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sddm.xml"/>
</chapter>