]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - help/C/index.page
Load all users only when really needed
[sojka/lightdm.git] / help / C / index.page
1 <page xmlns="http://projectmallard.org/1.0/"
2       type="guide"
3       id="index">
4
5 <info>
6   <credit type="author">
7     <name>Robert Ancell</name>
8     <email>robert.ancell@gmail.com</email>
9   </credit>
10   <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
11 </info>
12   
13 <title>LightDM Help</title>
14     
15 <p>
16 LightDM is a <em>Display Manager</em>.
17 It is a long running process (daemon) that ensures that your graphical display is set up correctly.
18 </p>
19 <p>
20 The LightDM daemon spawns and manages two types of processes:
21 </p>
22 <list>
23 <item>
24 <p>
25 Display Servers - a process that combines graphical output from one or more process together to display on graphics hardware.
26 Also provides input from mice / keyboards etc to the process. For example X is a display server.
27 </p>
28 </item>
29 <item>
30 <p>
31 Sessions - a session is a process that has access to the display server and allows the user to perform tasks.
32 Often a session will be made up of a core component, the shell, that allows the user to run applications.
33 Both the shell and the applications communicate with the display server.
34 </p>
35 </item>
36 </list>
37     
38 <section id="display-management" style="2column">
39   <title>LightDM for Display Management</title>
40 </section>
41
42 <section id="authentication" style="2column">
43   <title>Authentication</title>
44   <p>
45   Authentication is performed using PAM.
46   </p>
47 </section>
48
49 <section id="greeters" style="2column">
50   <title>Greeters</title>
51   <p>
52   A greeter is a session that provides a mechanism for choosing and authentication users.
53   </p>
54 </section>
55
56 <section id="sessions" style="2column">
57   <title>User Sessions</title>
58   <p>
59   A user session allows a user to interact with their computer and run applications.
60   </p>
61 </section>
62
63 <section id="remote-access" style="2column">
64   <title>Remote Access</title>
65   <p>
66   You can allow remote computers to connect to LightDM and start sessions.
67   </p>
68 </section>
69
70 </page>