]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - data/lightdm.conf
Add xdg-seat config setting.
[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 # log-directory = Directory to log information to
12 # run-directory = Directory to put running state in
13 # cache-directory = Directory to cache to
14 # sessions-directory = Directory to find sessions
15 # remote-sessions-directory = Directory to find remote sessions
16 # greeters-directory = Directory to find greeters
17 # disable-guest-wrapper = Disable using guest session wrapper (temporary? required to make tests work without installing)
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 #log-directory=/var/log/lightdm
28 #run-directory=/var/run/lightdm
29 #cache-directory=/var/cache/lightdm
30 #sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions
31 #remote-sessions-directory=/usr/share/lightdm/remote-sessions
32 #greeters-directory=/usr/share/lightdm/greeters:/usr/share/xgreeters
33 #disable-guest-wrapper=false
34
35 #
36 # Seat defaults
37 #
38 # type = Seat type (xlocal, xremote)
39 # xdg-seat = Seat name to set pam_systemd XDG_SEAT variable and name to pass to X server
40 # xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
41 # xserver-layout = Layout to pass to X server
42 # xserver-config = Config file to pass to X server
43 # xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
44 # xserver-share = True if the X server is shared for both greeter and session
45 # xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
46 # xdmcp-port = XDMCP UDP/IP port to communicate on
47 # xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
48 # unity-compositor-command = Unity compositor command to run (can also contain arguments e.g. unity-system-compositor -special-option)
49 # unity-compositor-timeout = Number of seconds to wait for compositor to start
50 # greeter-session = Session to load for greeter
51 # greeter-hide-users = True to hide the user list
52 # greeter-allow-guest = True if the greeter should show a guest login option
53 # greeter-show-manual-login = True if the greeter should offer a manual login option
54 # greeter-show-remote-login = True if the greeter should offer a remote login option
55 # user-session = Session to load for users
56 # allow-guest = True if guest login is allowed
57 # guest-session = Session to load for guests (overrides user-session)
58 # session-wrapper = Wrapper script to run session with
59 # greeter-wrapper = Wrapper script to run greeter with
60 # display-setup-script = Script to run when starting a greeter session (runs as root)
61 # greeter-setup-script = Script to run when starting a greeter (runs as root)
62 # session-setup-script = Script to run when starting a user session (runs as root)
63 # session-cleanup-script = Script to run when quitting a user session (runs as root)
64 # autologin-guest = True to log in as guest by default
65 # autologin-user = User to log in with by default (overrides autologin-guest)
66 # autologin-user-timeout = Number of seconds to wait before loading default user
67 # autologin-session = Session to load for automatic login (overrides user-session)
68 # autologin-in-background = True if autologin session should not be immediately activated
69 # exit-on-failure = True if the daemon should exit if this seat fails
70 #
71 [SeatDefaults]
72 #type=xlocal
73 #xdg-seat=seat0
74 #xserver-command=X
75 #xserver-layout=
76 #xserver-config=
77 #xserver-allow-tcp=false
78 #xserver-share=true
79 #xdmcp-manager=
80 #xdmcp-port=177
81 #xdmcp-key=
82 #unity-compositor-command=unity-system-compositor
83 #unity-compositor-timeout=60
84 #greeter-session=example-gtk-gnome
85 #greeter-hide-users=false
86 #greeter-allow-guest=true
87 #greeter-show-manual-login=false
88 #greeter-show-remote-login=true
89 #user-session=default
90 #allow-guest=true
91 #guest-session=UNIMPLEMENTED
92 #session-wrapper=lightdm-session
93 #greeter-wrapper=
94 #display-setup-script=
95 #greeter-setup-script=
96 #session-setup-script=
97 #session-cleanup-script=
98 #autologin-guest=false
99 #autologin-user=
100 #autologin-user-timeout=0
101 #autologin-in-background=false
102 #autologin-session=UNIMPLEMENTED
103 #exit-on-failure=false
104
105 #
106 # Seat configuration
107 #
108 # Each seat must start with "Seat:".
109 # Uses settings from [SeatDefaults], any of these can be overriden by setting them in this section.
110 #
111 #[Seat:0]
112
113 #
114 # XDMCP Server configuration
115 #
116 # enabled = True if XDMCP connections should be allowed
117 # port = UDP/IP port to listen for connections on
118 # key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
119 #
120 # The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn.  Alternatively
121 # it can be a word and the first 7 characters are used as the key.
122 #
123 [XDMCPServer]
124 #enabled=false
125 #port=177
126 #key=
127
128 #
129 # VNC Server configuration
130 #
131 # enabled = True if VNC connections should be allowed
132 # command = Command to run Xvnc server with
133 # port = TCP/IP port to listen for connections on
134 # width = Width of display to use
135 # height = Height of display to use
136 # depth = Color depth of display to use
137 #
138 [VNCServer]
139 #enabled=false
140 #command=Xvnc
141 #port=5900
142 #width=1024
143 #height=768
144 #depth=8