1LDM2(1) LDM2(1)
2
3
4
6 ldm - a display manager for LTSP
7
9 ldm <vt[1-N]> <:[0-N]>
10
12 ldm(1) starts an X server and presents the user with a login screen,
13 similar to the gdm(1) login prompt. instead of using the XDMCP proto‐
14 col, ldm(1) uses ssh(1) connect to remote servers, then starts an Xses‐
15 sion either via ssh(1) X forwarding, or direct TCP/IP connection.
16
17 It was designed for the LTSP project, but could be used in a non-ltsp
18 environment as well.
19
21 <vt[1-N]>
22 tty where ldm will run
23
24 <:[0-N]>
25 X display that ldm uses.
26
28 http://ltsp.org
29
31 Copyright © 2007 Canonical Ltd. Copyright © 2007 LTSP.org.
32
33 This program is Free software; you can redistribute it and/or modify
34 it under the terms of the GNU General Public License as published by
35 the Free Software Foundation; either version 2 of the License, or
36 (at your option) any later version.
37
38 This program is distributed in the hope that it will be useful,
39 but WITHOUT ANY WARRANTY; without even the implied warranty of
40 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
41 GNU General Public License for more details.
42
43 You should have received a copy of the GNU General Public License
44 along with this program; if not, write to the Free Software
45 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
46 02110-1301 USA
47
48
49
50 06/14/2007 LDM2(1)