Advertisement
Guest User

Untitled

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