OSDN Git Service

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