Advertisement
techmik

lightdm.conf v 0.9.2

Jul 28th, 2011
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 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. # user-authority-in-system-dir = True if session authority should be in the system location
  9. # guest-account-script = Script to be run to setup guest account
  10. # log-directory = Directory to log information to
  11. # run-directory = Directory to put running state in
  12. # cache-directory = Directory to cache to
  13. #
  14. [LightDM]
  15. #start-default-seat=true
  16. #greeter-user=lightdm
  17. #minimum-display-number=0
  18. #minimum-vt=7
  19. #user-authority-in-system-dir=false
  20. #guest-account-script=guest-account
  21. #log-directory=/var/log/lightdm
  22. #run-directory=/var/run/lightdm
  23. #cache-directory=/var/cache/lightdm
  24.  
  25. #
  26. # Seat defaults
  27. #
  28. # xserver-command = X server command to run
  29. # xserver-layout = Layout to pass to X server
  30. # xserver-config = Config file to pass to X server
  31. # xdmcp-manager = XDMCP manager to connect to
  32. # xdmcp-port = XDMCP UDP/IP port to communicate on
  33. # xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
  34. # xsessions-directory = Directory to find X sessions
  35. # xgreeters-directory = Directory to find X greeters
  36. # greeter-session = Session to load for greeter
  37. # greeter-hide-users = True to hide the user list
  38. # user-session = Session to load for users
  39. # allow-guest = True if guest login is allowed
  40. # guest-session = Session to load for guests (overrides user-session)
  41. # session-wrapper = Wrapper script to run session with
  42. # autologin-guest = True to log in as guest by default
  43. # autologin-user = User to log in with by default (overrides autologin-guest)
  44. # autologin-user-timeout = Number of seconds to wait before loading default user
  45. # autologin-session = Session to load for automatic login (overrides user-session)
  46. #
  47. [SeatDefaults]
  48. #xserver-command=X
  49. #xserver-layout=
  50. #xserver-config=
  51. #xdmcp-manager=
  52. #xdmcp-port=177
  53. #xdmcp-key=
  54. #xsessions-directory=/usr/share/xsessions
  55. #xgreeters-directory=/usr/share/xgreeters
  56. #greeter-session=example-gtk-gnome
  57. #greeter-hide-users=false
  58. #user-session=default
  59. #allow-guest=true
  60. #guest-session=UNIMPLEMENTED
  61. #session-wrapper=lightdm-session
  62. #autologin-guest=false
  63. #autologin-user=
  64. #autologin-user-timeout=0
  65. #autologin-session=UNIMPLEMENTED
  66.  
  67. #
  68. # Seat configuration
  69. #
  70. # Each seat must start with "Seat:".
  71. # Uses settings from [SeatDefaults], any of these can be overriden by setting them in this section.
  72. #
  73. #[Seat:0]
  74.  
  75. #
  76. # XDMCP Server configuration
  77. #
  78. # enabled = True if XDMCP connections should be allowed
  79. # port = UDP/IP port to listen for connections on
  80. # key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
  81. #
  82. # The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively
  83. # it can be a word and the first 7 characters are used as the key.
  84. #
  85. [XDMCPServer]
  86. #enabled=false
  87. #port=177
  88. #key=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement