Advertisement
Forage

Untitled

Apr 12th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. # GDM configuration storage
  2. #
  3. # See /usr/share/gdm/gdm.schemas for a list of available options.
  4.  
  5. [daemon]
  6. # Enabling automatic login
  7. # AutomaticLoginEnable = true
  8. # AutomaticLogin = user1
  9.  
  10. # Enabling timed login
  11. # TimedLoginEnable = true
  12. # TimedLogin = user1
  13. # TimedLoginDelay = 10
  14.  
  15. # Reserving more VTs for test consoles (default is 7)
  16. # FirstVT = 9
  17.  
  18. [security]
  19.  
  20. [xdmcp]
  21.  
  22. [greeter]
  23. # Only include selected logins in the greeter
  24. # IncludeAll = false
  25. # Include = user1,user2
  26.  
  27. [chooser]
  28.  
  29. [debug]
  30. # More verbose logs
  31. # Additionally lets the X server dump core if it crashes
  32. Enable = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement