Create live-image for Grit OS

lightdm.conf 5.7KB

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