techmik

lightdm.conf

Jul 3rd, 2011
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. #
  2. # General configuration
  3. #
  4. # xserver = X server to run
  5. # authorization-directory = Directory to store X authorization files
  6. # log-directory = Directory to log information to
  7. # session-wrapper = Program to run sessions through
  8. # displays = list of static displays to manage
  9. #
  10. [LightDM]
  11. #xserver=/usr/bin/X -sharevts -layout Desktop -isolateDevice PCI:2:0:0 -keeptty
  12. #authorization-directory=/var/cache/lightdm/authority
  13. #log-directory=/var/log/lightdm
  14. session-wrapper=/etc/X11/Xsession
  15. displays=default-display
  16.  
  17. #
  18. # Display configuration
  19. #
  20. # language = Default language to use in greeter and in sessions
  21. # layout = Default keyboard layout to use in greeter and in sessions
  22. # greeter-theme = Greeter theme
  23. # greeter-user = User to run greeter process as
  24. # session = Default session
  25. # default-user = Username of default user to log in as
  26. # default-user-timeout = Delay before logging in in seconds (use 0 for automatic login)
  27. # pam-service = PAM service to use
  28. # display-number = Display number to use (overrides automatic display number selection)
  29. # xdmcp-manager = XDMCP manager to connect to
  30. # xdmcp-port = XDMCP UDP/IP port to communicate on
  31. # key = Authentication key to use
  32. #
  33. [default-display]
  34. #language=en_US.utf8
  35. #layout=us
  36. #greeter-theme=gnome
  37. #greeter-user=lightdm
  38. #session=gnome
  39. #default-user=bob
  40. #default-user-timeout=5
  41. #default-user-session=
  42. #pam-service=lightdm
  43. #display-number=2
  44. #xdmcp-manager=
  45. #xdmcp-port=177
  46. #key=0x0123456789ABCD
  47.  
  48. #
  49. # User manager configuration
  50. #
  51. # load-users = true if can provide user list to greeter
  52. # minimum-uid = Minimum UID required to be shown in greeter
  53. # hidden-users = Users that are not shown to the user
  54. # hidden-shells = Shells that indicate a user cannot login
  55. #
  56. [UserManager]
  57. #load-users=true
  58. #minimum-uid=500
  59. #hidden-users=nobody nobody4 noaccess
  60. #hidden-shells=/bin/false /usr/sbin/nologin
  61.  
  62. #
  63. # XDMCP Server configuration
  64. #
  65. # enabled = true if XDMCP connections should be allowed
  66. # port = UDP/IP port to listen for connections on
  67. # key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication
  68. #
  69. # The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively
  70. # it can be a word and the first 7 characters are used as the key.
  71. #
  72. [xdmcp]
  73. #enabled=true
  74. #port=177
  75. #key=0x0123456789ABCD
Advertisement
Add Comment
Please, Sign In to add comment