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