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