]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - data/lightdm.conf
8284081b783735cfc15ff59493bd4bd251d9bd36
[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:/usr/share/wayland-sessions
32 #remote-sessions-directory=/usr/share/lightdm/remote-sessions
33 #greeters-directory=/usr/share/lightdm/greeters:/usr/share/xgreeters
34
35 #
36 # Seat configuration
37 #
38 # Seat configuration is matched against the seat name glob in the section, for example:
39 # [Seat:*] matches all seats and is applied first.
40 # [Seat:seat0] matches the seat named "seat0".
41 # [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client".
42 #
43 # type = Seat type (xlocal, xremote, unity)
44 # pam-service = PAM service to use for login
45 # pam-autologin-service = PAM service to use for autologin
46 # pam-greeter-service = PAM service to use for greeters
47 # xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
48 # xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option)
49 # xserver-config = Config file to pass to X server
50 # xserver-layout = Layout to pass to X server
51 # xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
52 # xserver-share = True if the X server is shared for both greeter and session
53 # xserver-hostname = Hostname of X server (only for type=xremote)
54 # xserver-display-number = Display number of X server (only for type=xremote)
55 # xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
56 # xdmcp-port = XDMCP UDP/IP port to communicate on
57 # xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
58 # unity-compositor-command = Unity compositor command to run (can also contain arguments e.g. unity-system-compositor -special-option)
59 # unity-compositor-timeout = Number of seconds to wait for compositor to start
60 # greeter-session = Session to load for greeter
61 # greeter-hide-users = True to hide the user list
62 # greeter-allow-guest = True if the greeter should show a guest login option
63 # greeter-show-manual-login = True if the greeter should offer a manual login option
64 # greeter-show-remote-login = True if the greeter should offer a remote login option
65 # user-session = Session to load for users
66 # allow-user-switching = True if allowed to switch users
67 # allow-guest = True if guest login is allowed
68 # guest-session = Session to load for guests (overrides user-session)
69 # session-wrapper = Wrapper script to run session with
70 # greeter-wrapper = Wrapper script to run greeter with
71 # guest-wrapper = Wrapper script to run guest sessions with
72 # display-setup-script = Script to run when starting a greeter session (runs as root)
73 # display-stopped-script = Script to run after stopping the display server (runs as root)
74 # greeter-setup-script = Script to run when starting a greeter (runs as root)
75 # session-setup-script = Script to run when starting a user session (runs as root)
76 # session-cleanup-script = Script to run when quitting a user session (runs as root)
77 # autologin-guest = True to log in as guest by default
78 # autologin-user = User to log in with by default (overrides autologin-guest)
79 # autologin-user-timeout = Number of seconds to wait before loading default user
80 # autologin-session = Session to load for automatic login (overrides user-session)
81 # autologin-in-background = True if autologin session should not be immediately activated
82 # exit-on-failure = True if the daemon should exit if this seat fails
83 #
84 [Seat:*]
85 #type=xlocal
86 #pam-service=lightdm
87 #pam-autologin-service=lightdm-autologin
88 #pam-greeter-service=lightdm-greeter
89 #xserver-command=X
90 #xmir-command=Xmir
91 #xserver-config=
92 #xserver-layout=
93 #xserver-allow-tcp=false
94 #xserver-share=true
95 #xserver-hostname=
96 #xserver-display-number=
97 #xdmcp-manager=
98 #xdmcp-port=177
99 #xdmcp-key=
100 #unity-compositor-command=unity-system-compositor
101 #unity-compositor-timeout=60
102 #greeter-session=example-gtk-gnome
103 #greeter-hide-users=false
104 #greeter-allow-guest=true
105 #greeter-show-manual-login=false
106 #greeter-show-remote-login=true
107 #user-session=default
108 #allow-user-switching=true
109 #allow-guest=true
110 #guest-session=
111 #session-wrapper=lightdm-session
112 #greeter-wrapper=
113 #guest-wrapper=
114 #display-setup-script=
115 #display-stopped-script=
116 #greeter-setup-script=
117 #session-setup-script=
118 #session-cleanup-script=
119 #autologin-guest=false
120 #autologin-user=
121 #autologin-user-timeout=0
122 #autologin-in-background=false
123 #autologin-session=
124 #exit-on-failure=false
125
126 #
127 # XDMCP Server configuration
128 #
129 # enabled = True if XDMCP connections should be allowed
130 # port = UDP/IP port to listen for connections on
131 # listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
132 # key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
133 #
134 # The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn.  Alternatively
135 # it can be a word and the first 7 characters are used as the key.
136 #
137 [XDMCPServer]
138 #enabled=false
139 #port=177
140 #listen-address=
141 #key=
142
143 #
144 # VNC Server configuration
145 #
146 # enabled = True if VNC connections should be allowed
147 # command = Command to run Xvnc server with
148 # port = TCP/IP port to listen for connections on
149 # listen-address = Host/address to listen for VNC connections (use all addresses if not present)
150 # width = Width of display to use
151 # height = Height of display to use
152 # depth = Color depth of display to use
153 #
154 [VNCServer]
155 #enabled=false
156 #command=Xvnc
157 #port=5900
158 #listen-address=
159 #width=1024
160 #height=768
161 #depth=8