source: x/dm/dm.xml@ 9a6d0d9

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 9a6d0d9 was 3ca93442, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Move GDM to Display Managers and tag it

  • Property mode set to 100644
File size: 2.0 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 <para>
14 Display Managers are graphical programs used for starting the graphical
15 display (currently, the X server) and providing a login capability for
16 a Window Manager or Desktop Environment.
17 </para>
18
19 <para>
20 There are many Display Managers available. Some of the more well
21 known include:
22 <application>GDM</application>,
23 <application>KDM</application> (deprecated),
24 <application>LightDM</application>,
25 <application>LXDM</application>,
26 <application>Slim</application>, and
27 <application>SDDM</application>.
28 </para>
29
30 <para>
31 Among the Desktop Environments available for Linux you find:
32 <application>Enlightenment</application>,
33 <application>GNOME</application>,
34 <application>KDE</application>,
35 <application>LXDE</application>,
36 <application>LXQt</application>, and
37 <application>XFce</application>.
38 </para>
39
40 <para>
41 Choosing a Display Manager or Desktop Environment is highly subjective.
42 The choice depends on the look and feel of the packages, the resources
43 (memory and disk space) required, and the utilities included.
44 </para>
45
46 <para>
47 In this chapter, the installation instructions of some Display Managers
48 are presented. Later in the book, you will find other ones, which are
49 provided as part of some Desktop Environments.
50 </para>
51
52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdm.xml"/>
53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lightdm.xml"/>
54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxdm.xml"/>
55<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sddm.xml"/> -->
56
57</chapter>
Note: See TracBrowser for help on using the repository browser.