Skip to content
This repository was archived by the owner on Apr 9, 2022. It is now read-only.

Commit 01a6ffd

Browse files
committed
Added lightdm conf
1 parent 1428ad6 commit 01a6ffd

File tree

1 file changed

+170
-0
lines changed

1 file changed

+170
-0
lines changed

extra/desktop/lightdm/lightdm.conf

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

0 commit comments

Comments
 (0)