Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.38 KB | None | 0 0
  1. [LightDM]
  2. #minimum-vt=7 # Setting this to a value < 7 implies security issues, see FS#46799
  3. run-directory=/run/lightdm
  4.  
  5. [Seat:*]
  6. greeter-session=lightdm-slick-greeter
  7. # General configuration
  8. #
  9. # start-default-seat = True to always start one seat if none are defined in the configuration
  10. # greeter-user = User to run greeter as
  11. # minimum-display-number = Minimum display number to use for X servers
  12. # minimum-vt = First VT to run displays on
  13. # lock-memory = True to prevent memory from being paged to disk
  14. # user-authority-in-system-dir = True if session authority should be in the system location
  15. # guest-account-script = Script to be run to setup guest account
  16. # logind-check-graphical = True to on start seats that are marked as graphical by logind
  17. # log-directory = Directory to log information to
  18. # run-directory = Directory to put running state in
  19. # cache-directory = Directory to cache to
  20. # sessions-directory = Directory to find sessions
  21. # remote-sessions-directory = Directory to find remote sessions
  22. # greeters-directory = Directory to find greeters
  23. # backup-logs = True to move add a .old suffix to old log files when opening new ones
  24. # dbus-service = True if LightDM provides a D-Bus service to control it
  25. #
  26. [LightDM]
  27. #start-default-seat=true
  28. #greeter-user=lightdm
  29. #minimum-display-number=0
  30. #minimum-vt=7 # Setting this to a value < 7 implies security issues, see FS#46799
  31. #lock-memory=true
  32. #user-authority-in-system-dir=false
  33. #guest-account-script=guest-account
  34. #logind-check-graphical=false
  35. #log-directory=/var/log/lightdm
  36. run-directory=/run/lightdm
  37. #cache-directory=/var/cache/lightdm
  38. #sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
  39. #remote-sessions-directory=/usr/share/lightdm/remote-sessions
  40. #greeters-directory=$XDG_DATA_DIRS/lightdm/greeters:$XDG_DATA_DIRS/xgreeters
  41. #backup-logs=true
  42. #dbus-service=true
  43.  
  44. #
  45. # Seat configuration
  46. #
  47. # Seat configuration is matched against the seat name glob in the section, for example:
  48. # [Seat:*] matches all seats and is applied first.
  49. # [Seat:seat0] matches the seat named "seat0".
  50. # [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client".
  51. #
  52. # type = Seat type (local, xremote, unity)
  53. # pam-service = PAM service to use for login
  54. # pam-autologin-service = PAM service to use for autologin
  55. # pam-greeter-service = PAM service to use for greeters
  56. # xserver-backend = X backend to use (mir)
  57. # xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
  58. # xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option)
  59. # xserver-config = Config file to pass to X server
  60. # xserver-layout = Layout to pass to X server
  61. # xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
  62. # xserver-share = True if the X server is shared for both greeter and session
  63. # xserver-hostname = Hostname of X server (only for type=xremote)
  64. # xserver-display-number = Display number of X server (only for type=xremote)
  65. # xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
  66. # xdmcp-port = XDMCP UDP/IP port to communicate on
  67. # xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
  68. # unity-compositor-command = Unity compositor command to run (can also contain arguments e.g. unity-system-compositor -special-option)
  69. # unity-compositor-timeout = Number of seconds to wait for compositor to start
  70. # greeter-session = Session to load for greeter
  71. # greeter-hide-users = True to hide the user list
  72. # greeter-allow-guest = True if the greeter should show a guest login option
  73. # greeter-show-manual-login = True if the greeter should offer a manual login option
  74. # greeter-show-remote-login = True if the greeter should offer a remote login option
  75. # user-session = Session to load for users
  76. # allow-user-switching = True if allowed to switch users
  77. # allow-guest = True if guest login is allowed
  78. # guest-session = Session to load for guests (overrides user-session)
  79. # session-wrapper = Wrapper script to run session with
  80. # greeter-wrapper = Wrapper script to run greeter with
  81. # guest-wrapper = Wrapper script to run guest sessions with
  82. # display-setup-script = Script to run when starting a greeter session (runs as root)
  83. # display-stopped-script = Script to run after stopping the display server (runs as root)
  84. # greeter-setup-script = Script to run when starting a greeter (runs as root)
  85. # session-setup-script = Script to run when starting a user session (runs as root)
  86. # session-cleanup-script = Script to run when quitting a user session (runs as root)
  87. # autologin-guest = True to log in as guest by default
  88. # autologin-user = User to log in with by default (overrides autologin-guest)
  89. # autologin-user-timeout = Number of seconds to wait before loading default user
  90. # autologin-session = Session to load for automatic login (overrides user-session)
  91. # autologin-in-background = True if autologin session should not be immediately activated
  92. # exit-on-failure = True if the daemon should exit if this seat fails
  93. #
  94. [Seat:*]
  95. #type=local
  96. #pam-service=lightdm
  97. #pam-autologin-service=lightdm-autologin
  98. #pam-greeter-service=lightdm-greeter
  99. #xserver-backend=
  100. #xserver-command=X
  101. #xmir-command=Xmir
  102. #xserver-config=
  103. #xserver-layout=
  104. #xserver-allow-tcp=false
  105. #xserver-share=true
  106. #xserver-hostname=
  107. #xserver-display-number=
  108. #xdmcp-manager=
  109. #xdmcp-port=177
  110. #xdmcp-key=
  111. #unity-compositor-command=unity-system-compositor
  112. #unity-compositor-timeout=60
  113. greeter-session=lightdm-slick-greeter
  114. #greeter-hide-users=false
  115. #greeter-allow-guest=true
  116. #greeter-show-manual-login=false
  117. #greeter-show-remote-login=true
  118. user-session=cinnamon
  119. #allow-user-switching=true
  120. #allow-guest=true
  121. #guest-session=
  122. session-wrapper=/etc/lightdm/Xsession
  123. #greeter-wrapper=
  124. #guest-wrapper=
  125. #display-setup-script=
  126. #display-stopped-script=
  127. #greeter-setup-script=
  128. #session-setup-script=
  129. #session-cleanup-script=
  130. #autologin-guest=false
  131. #autologin-user=
  132. #autologin-user-timeout=0
  133. #autologin-in-background=false
  134. #autologin-session=
  135. #exit-on-failure=false
  136.  
  137. #
  138. # XDMCP Server configuration
  139. #
  140. # enabled = True if XDMCP connections should be allowed
  141. # port = UDP/IP port to listen for connections on
  142. # listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
  143. # key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
  144. # hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset)
  145. #
  146. # The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively
  147. # it can be a word and the first 7 characters are used as the key.
  148. #
  149. [XDMCPServer]
  150. #enabled=false
  151. #port=177
  152. #listen-address=
  153. #key=
  154. #hostname=
  155.  
  156. #
  157. # VNC Server configuration
  158. #
  159. # enabled = True if VNC connections should be allowed
  160. # command = Command to run Xvnc server with
  161. # port = TCP/IP port to listen for connections on
  162. # listen-address = Host/address to listen for VNC connections (use all addresses if not present)
  163. # width = Width of display to use
  164. # height = Height of display to use
  165. # depth = Color depth of display to use
  166. #
  167. [VNCServer]
  168. #enabled=false
  169. #command=Xvnc
  170. #port=5900
  171. #listen-address=
  172. #width=1024
  173. #height=768
  174. #depth=8
  175.  
  176. user-session=cinnamon
  177. session-wrapper=/etc/lightdm/Xsession
  178. #autologin-user=
  179. #autologin-user-timeout=0
  180. #pam-autologin-service=lightdm-autologin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement