~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to data/lightdm.conf

  • Committer: robert.ancell at gmail
  • Date: 2010-06-19 03:05:45 UTC
  • Revision ID: robert.ancell@gmail.com-20100619030545-s6u3hevatisr850m
Make libldmgreeter library

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# General configuration
3
 
#
4
 
# xserver = X server to run
5
 
# displays = list of static displays to manage
6
 
#
7
1
[LightDM]
8
 
#xserver=/usr/bin/X
9
 
#authorization-directory=/var/cache/lightdm/authority
10
 
#log-directory=/var/log/lightdm
11
 
displays=default-display
12
 
 
13
 
#
14
 
# Display configuration
15
 
#
16
 
# session = Default session
17
 
# display-number = Display number to use (overrides automatic display number selection)
18
 
# xdmcp-manager = XDMCP manager to connect to
19
 
# xdmcp-port = XDMCP UDP/IP port to communicate on
20
 
# key = Authentication key to use
21
 
#
22
 
[default-display]
23
 
#session=gnome
24
 
#display-number=2
25
 
#xdmcp-manager=
26
 
#xdmcp-port=177
27
 
#key=0x0123456789ABCD
28
 
 
29
 
#
30
 
# Greeter configuration
31
 
#
32
 
# user = User to run greeter process as
33
 
# theme = Greeter Theme
34
 
#
 
2
# X server to run
 
3
xserver=/usr/bin/X
 
4
# Default session
 
5
session=xterm
 
6
# Virtual terminals allowed to use
 
7
vts=7-
 
8
# Display names allowed to use
 
9
display_numbers=0-
 
10
 
35
11
[Greeter]
36
 
#user=gdm
37
 
#theme=gnome
 
12
# Greeter language
 
13
language=
 
14
# User to run greeter as
 
15
user=gdm
 
16
# Theme
 
17
theme=gnome
38
18
 
39
 
#
40
 
# User manager configuration
41
 
#
42
 
# load-users = true if can provide user list to greeter
43
 
# minimum-uid = Minimum UID required to be shown in greeter
44
 
# hidden-users = Users that are not shown to the user
45
 
# hidden-shells = Shells that indicate a user cannot login
46
 
#
47
19
[UserManager]
48
 
#load-users=true
49
 
#minimum-uid=500
50
 
#hidden-users=nobody nobody4 noaccess
51
 
#hidden-shells=/bin/false /usr/sbin/nologin
 
20
# true if can provide user list to greeter
 
21
load_users=true
 
22
# Location of face images (home, ?)
 
23
face_location=home
52
24
 
53
 
#
54
 
# Default user
55
 
#
56
 
# name = Username of default user to log in as
57
 
# timeout = Delay before logging in in seconds
58
 
# session = Session to use for this user
59
 
#
60
25
[Default User]
 
26
# Default user to log in
61
27
#name=bob
62
 
#timeout=5
63
 
#session=
 
28
# Delay before logging in in seconds
 
29
timeout=5
 
30
# Session to use
 
31
session=
64
32
 
65
 
#
66
 
# XDMCP Server configuration
67
 
#
68
 
# enabled = true if XDMCP connections should be allowed
69
 
# port = UDP/IP port to listen for connections on
70
 
# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication
71
 
#
72
 
# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn.  Alternatively
73
 
# it can be a word and the first 7 characters are used as the key.
74
 
#
75
 
[xdmcp]
76
 
#enabled=true
77
 
#port=177
78
 
#key=0x0123456789ABCD
 
33
[greeter.ldmgreeter]
 
34
# GTK+ theme
 
35
theme=
 
36
# Background
 
37
background=
 
38
# Allow shutdown options
 
39
allow_shutdown=true