source: x/dm/dm.xml@ 97ee53d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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
Last change on this file since 97ee53d was 97ee53d, checked in by Pierre Labastie <pieere@…>, 4 years ago

Finish formatting the x chapter, and small updates

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

  • Property mode set to 100644
File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<chapter id="x-dm">
9 <?dbhtml filename="dm.html" ?>
10
11 <title>Display Managers</title>
12
13 <!--
14 $LastChangedBy$
15 $Date$
16 -->
17
18 <para>
19 Display Managers are graphical programs used for starting the graphical
20 display (currently, the X server) and providing a login capability for
21 a Window Manager or Desktop Environment.
22 </para>
23
24 <para>
25 There are many Display Managers available. Some of the more well
26 known include:
27 <application>GDM</application>,
28 <application>KDM</application> (deprecated),
29 <application>LightDM</application>,
30 <application>LXDM</application>,
31 <application>Slim</application>, and
32 <application>SDDM</application>.
33 </para>
34
35 <para>
36 Among the Desktop Environments available for Linux you find:
37 <application>Enlightenment</application>,
38 <application>GNOME</application>,
39 <application>KDE</application>,
40 <application>LXDE</application>,
41 <application>LXQt</application>, and
42 <application>XFce</application>.
43 </para>
44
45 <para>
46 Choosing a Display Manager or Desktop Environment is highly subjective.
47 The choice depends on the look and feel of the packages, the resources
48 (memory and disk space) required, and the utilities included.
49 </para>
50
51 <para>
52 In this chapter, the installation instructions of some Display Managers
53 are presented. Later in the book, you will find other ones, which are
54 provided as part of some Desktop Environments.
55 </para>
56
57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lightdm.xml"/>
58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxdm.xml"/>
59<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sddm.xml"/> -->
60
61</chapter>
Note: See TracBrowser for help on using the repository browser.