spacepaste

  1.  
  2. #
  3. # General configuration
  4. #
  5. # start-default-seat = True to always start one seat if none are defined in the configuration
  6. # greeter-user = User to run greeter as
  7. # minimum-display-number = Minimum display number to use for X servers
  8. # minimum-vt = First VT to run displays on
  9. # lock-memory = True to prevent memory from being paged to disk
  10. # user-authority-in-system-dir = True if session authority should be in the system location
  11. # guest-account-script = Script to be run to setup guest account
  12. # logind-check-graphical = True to on start seats that are marked as graphical by logind
  13. # log-directory = Directory to log information to
  14. # run-directory = Directory to put running state in
  15. # cache-directory = Directory to cache to
  16. # sessions-directory = Directory to find sessions
  17. # remote-sessions-directory = Directory to find remote sessions
  18. # greeters-directory = Directory to find greeters
  19. # backup-logs = True to move add a .old suffix to old log files when opening new ones
  20. # dbus-service = True if LightDM provides a D-Bus service to control it
  21. #
  22. [LightDM]
  23. #start-default-seat=true
  24. #greeter-user=lightdm
  25. #minimum-display-number=0
  26. #minimum-vt=7
  27. #lock-memory=true
  28. #user-authority-in-system-dir=false
  29. #guest-account-script=guest-account
  30. #logind-check-graphical=false
  31. #log-directory=/var/log/lightdm
  32. #run-directory=/var/run/lightdm
  33. #cache-directory=/var/cache/lightdm
  34. sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
  35. #remote-sessions-directory=/usr/share/lightdm/remote-sessions
  36. #greeters-directory=$XDG_DATA_DIRS/lightdm/greeters:$XDG_DATA_DIRS/xgreeters
  37. #backup-logs=true
  38. #dbus-service=true
  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. #type=local
  91. #pam-service=lightdm
  92. #pam-autologin-service=lightdm-autologin
  93. #pam-greeter-service=lightdm-greeter
  94. #xserver-backend=
  95. #xserver-command=X
  96. #xmir-command=Xmir
  97. #xserver-config=
  98. #xserver-layout=
  99. #xserver-allow-tcp=false
  100. #xserver-share=true
  101. #xserver-hostname=
  102. #xserver-display-number=
  103. #xdmcp-manager=
  104. #xdmcp-port=177
  105. #xdmcp-key=
  106. #unity-compositor-command=unity-system-compositor
  107. #unity-compositor-timeout=60
  108. #greeter-session=example-gtk-gnome
  109. #greeter-hide-users=false
  110. #greeter-allow-guest=true
  111. #greeter-show-manual-login=false
  112. #greeter-show-remote-login=true
  113. #user-session=default
  114. #allow-user-switching=true
  115. #allow-guest=true
  116. #guest-session=
  117. session-wrapper=/etc/lightdm/Xsession
  118. #greeter-wrapper=
  119. #guest-wrapper=
  120. #display-setup-script=
  121. #display-stopped-script=
  122. #greeter-setup-script=
  123. #session-setup-script=
  124. #session-cleanup-script=
  125. #autologin-guest=false
  126. #autologin-user=
  127. #autologin-user-timeout=0
  128. #autologin-in-background=false
  129. #autologin-session=
  130. #exit-on-failure=false
  131. user-session=xfce4-session
  132. #
  133. # XDMCP Server configuration
  134. #
  135. # enabled = True if XDMCP connections should be allowed
  136. # port = UDP/IP port to listen for connections on
  137. # listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
  138. # key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
  139. # hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset)
  140. #
  141. # The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively
  142. # it can be a word and the first 7 characters are used as the key.
  143. #
  144. [XDMCPServer]
  145. #enabled=false
  146. #port=177
  147. #listen-address=
  148. #key=
  149. #hostname=
  150. #
  151. # VNC Server configuration
  152. #
  153. # enabled = True if VNC connections should be allowed
  154. # command = Command to run Xvnc server with
  155. # port = TCP/IP port to listen for connections on
  156. # listen-address = Host/address to listen for VNC connections (use all addresses if not present)
  157. # width = Width of display to use
  158. # height = Height of display to use
  159. # depth = Color depth of display to use
  160. #
  161. [VNCServer]
  162. #enabled=false
  163. #command=Xvnc
  164. #port=5900
  165. #listen-address=
  166. #width=1024
  167. #height=768
  168. #depth=8
  169.