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