techmik

gdm.conf

Jul 3rd, 2011
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. # GDM Configuration Customization file.
  2. #
  3. # This file is the appropriate place for specifying your customizations to the
  4. # GDM configuration. If you run gdmsetup, it will automatically edit this
  5. # file for you and will cause the daemon and any running GDM GUI programs to
  6. # automatically update with the new configuration. Not all configuration
  7. # options are supported by gdmsetup, so to modify some values it may be
  8. # necessary to modify this file directly by hand.
  9. #
  10. # Older versions of GDM used the "gdm.conf" file for configuration. If your
  11. # system has an old gdm.conf file on the system, it will be used instead of
  12. # this file - so changes made to this file will not take effect. Consider
  13. # migrating your configuration to this file and removing the gdm.conf file.
  14. #
  15. # To hand-edit this file, simply add or modify the key=value combination in
  16. # the appropriate section in the template below. Refer to the comments in the
  17. # /usr/share/gdm/defaults.conf file for information about each option. Also
  18. # refer to the reference documentation.
  19. #
  20. # If you hand edit a GDM configuration file, you should run the following
  21. # command to get the GDM daemon to notice the change. Any running GDM GUI
  22. # programs will also be notified to update with the new configuration.
  23. #
  24. # gdmflexiserver --command="UPDATE_CONFIG <configuration key>"
  25. #
  26. # e.g, the "Enable" key in the "[debug]" section would be "debug/Enable".
  27. #
  28. # You can also run gdm-restart or gdm-safe-restart to cause GDM to restart and
  29. # re-read the new configuration settings. You can also restart GDM by sending
  30. # a HUP or USR1 signal to the daemon. HUP behaves like gdm-restart and causes
  31. # any user session started by GDM to exit immediately while USR1 behaves like
  32. # gdm-safe-restart and will wait until all users log out before restarting GDM.
  33. #
  34. # For full reference documentation see the gnome help browser under
  35. # GNOME|System category. You can also find the docs in HTML form on
  36. # http://www.gnome.org/projects/gdm/
  37. #
  38. # NOTE: Lines that begin with "#" are considered comments.
  39. #
  40. # Have fun!
  41.  
  42. [daemon]
  43. DynamicXServers=true
  44. FlexibleXServers=0
  45.  
  46. [security]
  47.  
  48. [xdmcp]
  49.  
  50. [gui]
  51.  
  52. [greeter]
  53.  
  54. [chooser]
  55.  
  56. [debug]
  57.  
  58. [servers]
  59. 0=inactive
  60.  
  61. [server-XNotHandled]
  62. command=/usr/bin/X -config /etc/mdm/xorg.conf.mdm -noreset
  63. flexible=false
  64. handled=false
  65.  
  66. [server-XHandled]
  67. command=/usr/bin/X -config /etc/mdm/xorg.conf.mdm
  68. flexible=false
  69. handled=true
Advertisement
Add Comment
Please, Sign In to add comment