]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - data/lightdm.conf
Merge with trunk
[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 # logind-check-graphical = True to on start seats that are marked as graphical by logind
12 # log-directory = Directory to log information to
13 # run-directory = Directory to put running state in
14 # cache-directory = Directory to cache to
15 # sessions-directory = Directory to find sessions
16 # remote-sessions-directory = Directory to find remote sessions
17 # greeters-directory = Directory to find greeters
18 #
19 [LightDM]
20 #start-default-seat=true
21 #greeter-user=lightdm
22 #minimum-display-number=0
23 #minimum-vt=7
24 #lock-memory=true
25 #user-authority-in-system-dir=false
26 #guest-account-script=guest-account
27 #logind-check-graphical=false
28 #log-directory=/var/log/lightdm
29 #run-directory=/var/run/lightdm
30 #cache-directory=/var/cache/lightdm
31 #sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions
32 #remote-sessions-directory=/usr/share/lightdm/remote-sessions
33 #greeters-directory=/usr/share/lightdm/greeters:/usr/share/xgreeters
34
35 #
36 # Seat defaults
37 #
38 # PLEASE NOTE: [SeatDefaults] section is deprecated and won't be supported in the future.
39 #              Users are encouraged to update their lightdm.conf files, using [Seat:*] instead.
40 #
41 # type = Seat type (xlocal, xremote)
42 # pam-service = PAM service to use for login
43 # pam-autologin-service = PAM service to use for autologin
44 # pam-greeter-service = PAM service to use for greeters
45 # xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
46 # xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option)
47 # xserver-layout = Layout to pass to X server
48 # xserver-config = Config file to pass to X server
49 # xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
50 # xserver-share = True if the X server is shared for both greeter and session
51 # xserver-hostname = Hostname of X server (only for type=xremote)
52 # xserver-display-number = Display number of X server (only for type=xremote)
53 # xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
54 # xdmcp-port = XDMCP UDP/IP port to communicate on
55 # xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
56 # unity-compositor-command = Unity compositor command to run (can also contain arguments e.g. unity-system-compositor -special-option)
57 # unity-compositor-timeout = Number of seconds to wait for compositor to start
58 # greeter-session = Session to load for greeter
59 # greeter-hide-users = True to hide the user list
60 # greeter-allow-guest = True if the greeter should show a guest login option
61 # greeter-show-manual-login = True if the greeter should offer a manual login option
62 # greeter-show-remote-login = True if the greeter should offer a remote login option
63 # user-session = Session to load for users
64 # allow-user-switching = True if allowed to switch users
65 # allow-guest = True if guest login is allowed
66 # guest-session = Session to load for guests (overrides user-session)
67 # session-wrapper = Wrapper script to run session with
68 # greeter-wrapper = Wrapper script to run greeter with
69 # guest-wrapper = Wrapper script to run guest sessions with
70 # display-setup-script = Script to run when starting a greeter session (runs as root)
71 # display-stopped-script = Script to run after stopping the display server (runs as root)
72 # greeter-setup-script = Script to run when starting a greeter (runs as root)
73 # session-setup-script = Script to run when starting a user session (runs as root)
74 # session-cleanup-script = Script to run when quitting a user session (runs as root)
75 # autologin-guest = True to log in as guest by default
76 # autologin-user = User to log in with by default (overrides autologin-guest)
77 # autologin-user-timeout = Number of seconds to wait before loading default user
78 # autologin-session = Session to load for automatic login (overrides user-session)
79 # autologin-in-background = True if autologin session should not be immediately activated
80 # exit-on-failure = True if the daemon should exit if this seat fails
81 #
82 [Seat:*]
83 #type=xlocal
84 #pam-service=lightdm
85 #pam-autologin-service=lightdm-autologin
86 #pam-greeter-service=lightdm-greeter
87 #xserver-command=X
88 #xmir-command=Xmir
89 #xserver-layout=
90 #xserver-config=
91 #xserver-allow-tcp=false
92 #xserver-share=true
93 #xserver-hostname=
94 #xserver-display-number=
95 #xdmcp-manager=
96 #xdmcp-port=177
97 #xdmcp-key=
98 #unity-compositor-command=unity-system-compositor
99 #unity-compositor-timeout=60
100 #greeter-session=example-gtk-gnome
101 #greeter-hide-users=false
102 #greeter-allow-guest=true
103 #greeter-show-manual-login=false
104 #greeter-show-remote-login=true
105 #user-session=default
106 #allow-user-switching=true
107 #allow-guest=true
108 #guest-session=
109 #session-wrapper=lightdm-session
110 #greeter-wrapper=
111 #guest-wrapper=
112 #display-setup-script=
113 #display-stopped-script=
114 #greeter-setup-script=
115 #session-setup-script=
116 #session-cleanup-script=
117 #autologin-guest=false
118 #autologin-user=
119 #autologin-user-timeout=0
120 #autologin-in-background=false
121 #autologin-session=UNIMPLEMENTED
122 #exit-on-failure=false
123
124 #
125 # Seat configuration
126 #
127 # Each seat must start with "Seat:".
128 # Uses settings from [Seat:*], any of these can be overriden by setting them in this section.
129 #
130 #[Seat:0]
131
132 #
133 # XDMCP Server configuration
134 #
135 # enabled = True if XDMCP connections should be allowed
136 # port = UDP/IP port to listen for connections on
137 # listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
138 # key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
139 #
140 # The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn.  Alternatively
141 # it can be a word and the first 7 characters are used as the key.
142 #
143 [XDMCPServer]
144 #enabled=false
145 #port=177
146 #listen-address=
147 #key=
148
149 #
150 # VNC Server configuration
151 #
152 # enabled = True if VNC connections should be allowed
153 # command = Command to run Xvnc server with
154 # port = TCP/IP port to listen for connections on
155 # listen-address = Host/address to listen for VNC connections (use all addresses if not present)
156 # width = Width of display to use
157 # height = Height of display to use
158 # depth = Color depth of display to use
159 #
160 [VNCServer]
161 #enabled=false
162 #command=Xvnc
163 #port=5900
164 #listen-address=
165 #width=1024
166 #height=768
167 #depth=8