Advertisement
Guest User

Untitled

a guest
Mar 5th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. [base]
  2. ## uncomment and set autologin username to enable autologin
  3. # autologin=dgod
  4.  
  5. ## uncomment and set timeout to enable timeout autologin,
  6. ## the value should >=5
  7. # timeout=10
  8.  
  9. ## default session or desktop used when no systemwide config
  10. # session=/usr/bin/startlxde
  11.  
  12. ## uncomment and set to set numlock on your keyboard
  13. # numlock=0
  14.  
  15. ## set this if you don't want to put xauth file at ~/.Xauthority
  16. # xauth_path=/tmp
  17.  
  18. ## greeter used to welcome the user
  19. greeter=/usr/lib/lxdm/lxdm-greeter-gtk
  20.  
  21. [server]
  22. ## arg used to start xserver, not fully function
  23. # arg=/usr/bin/X -background vt1
  24.  
  25. [display]
  26. ## gtk theme used by greeter
  27. gtk_theme=Clearlooks
  28.  
  29. ## background of the greeter
  30. bg=/usr/share/backgrounds/default.png
  31.  
  32. ## if show bottom pane
  33. bottom_pane=1
  34.  
  35. ## if show language select control
  36. lang=1
  37.  
  38. ## if show keyboard layout select control
  39. keyboard=0
  40.  
  41. ## the theme of greeter
  42. theme=Industrial
  43.  
  44. [input]
  45.  
  46. [userlist]
  47. ## if disable the user list control at greeter
  48. disable=0
  49.  
  50. ## whitelist user
  51. white=
  52.  
  53. ## blacklist user
  54. black=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement