]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - data/lightdm.conf
Add autologin-in-background option
[sojka/lightdm.git] / data / lightdm.conf
1 #
2 # General configuration
3 #
4 # start-default-seat = True to always start one seat if none are defined in the configuration
5 # greeter-user = User to run greeter as
6 # minimum-display-number = Minimum display number to use for X servers
7 # minimum-vt = First VT to run displays on
8 # lock-memory = True to prevent memory from being paged to disk
9 # user-authority-in-system-dir = True if session authority should be in the system location
10 # guest-account-script = Script to be run to setup guest account
11 # log-directory = Directory to log information to
12 # run-directory = Directory to put running state in
13 # cache-directory = Directory to cache to
14 # xsessions-directory = Directory to find X sessions
15 # remote-sessions-directory = Directory to find remote sessions
16 # xgreeters-directory = Directory to find X greeters
17 #
18 [LightDM]
19 #start-default-seat=true
20 #greeter-user=lightdm
21 #minimum-display-number=0
22 #minimum-vt=7
23 #lock-memory=true
24 #user-authority-in-system-dir=false
25 #guest-account-script=guest-account
26 #log-directory=/var/log/lightdm
27 #run-directory=/var/run/lightdm
28 #cache-directory=/var/cache/lightdm
29 #xsessions-directory=/usr/share/xsessions
30 #remote-sessions-directory=/usr/share/lightdm/remote-sessions
31 #xgreeters-directory=/usr/share/xgreeters
32
33 #
34 # Seat defaults
35 #
36 # type = Seat type (xlocal, xremote)
37 # xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
38 # xserver-layout = Layout to pass to X server
39 # xserver-config = Config file to pass to X server
40 # xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
41 # xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
42 # xdmcp-port = XDMCP UDP/IP port to communicate on
43 # xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
44 # greeter-session = Session to load for greeter
45 # greeter-hide-users = True to hide the user list
46 # greeter-allow-guest = True if the greeter should show a guest login option
47 # greeter-show-manual-login = True if the greeter should offer a manual login option
48 # greeter-show-remote-login = True if the greeter should offer a remote login option
49 # user-session = Session to load for users
50 # allow-guest = True if guest login is allowed
51 # guest-session = Session to load for guests (overrides user-session)
52 # session-wrapper = Wrapper script to run session with
53 # display-setup-script = Script to run when starting a greeter session (runs as root)
54 # greeter-setup-script = Script to run when starting a greeter (runs as root)
55 # session-setup-script = Script to run when starting a user session (runs as root)
56 # session-cleanup-script = Script to run when quitting a user session (runs as root)
57 # autologin-guest = True to log in as guest by default
58 # autologin-user = User to log in with by default (overrides autologin-guest)
59 # autologin-user-timeout = Number of seconds to wait before loading default user
60 # autologin-session = Session to load for automatic login (overrides user-session)
61 # autologin-in-background = True if autologin session should not be immediately activated
62 # exit-on-failure = True if the daemon should exit if this seat fails
63 #
64 [SeatDefaults]
65 #type=xlocal
66 #xserver-command=X
67 #xserver-layout=
68 #xserver-config=
69 #xserver-allow-tcp=false
70 #xdmcp-manager=
71 #xdmcp-port=177
72 #xdmcp-key=
73 #greeter-session=example-gtk-gnome
74 #greeter-hide-users=false
75 #greeter-allow-guest=true
76 #greeter-show-manual-login=false
77 #greeter-show-remote-login=true
78 #user-session=default
79 #allow-guest=true
80 #guest-session=UNIMPLEMENTED
81 #session-wrapper=lightdm-session
82 #display-setup-script=
83 #greeter-setup-script=
84 #session-setup-script=
85 #session-cleanup-script=
86 #autologin-guest=false
87 #autologin-user=
88 #autologin-user-timeout=0
89 #autologin-session=UNIMPLEMENTED
90 #exit-on-failure=false
91
92 #
93 # Seat configuration
94 #
95 # Each seat must start with "Seat:".
96 # Uses settings from [SeatDefaults], any of these can be overriden by setting them in this section.
97 #
98 #[Seat:0]
99
100 #
101 # XDMCP Server configuration
102 #
103 # enabled = True if XDMCP connections should be allowed
104 # port = UDP/IP port to listen for connections on
105 # key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
106 #
107 # The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn.  Alternatively
108 # it can be a word and the first 7 characters are used as the key.
109 #
110 [XDMCPServer]
111 #enabled=false
112 #port=177
113 #key=
114
115 #
116 # VNC Server configuration
117 #
118 # enabled = True if VNC connections should be allowed
119 # command = Command to run Xvnc server with
120 # port = TCP/IP port to listen for connections on
121 # width = Width of display to use
122 # height = Height of display to use
123 # depth = Color depth of display to use
124 #
125 [VNCServer]
126 #enabled=false
127 #command=Xvnc
128 #port=5900
129 #width=1024
130 #height=768
131 #depth=8