/etc/gdm/gdm.conf
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 combinationin 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 KillInitClients=true 44 StandardXServer=/usr/bin/Xvfb 45 VTAllocation=false 46 47 [security] 48 AllowRoot=true 49 AllowRemoteRoot=true 50 51 [xdmcp] 52 Enable=true 53 54 [gui] 55 56 [greeter] 57 58 [chooser] 59 60 [debug] 61 62 # Note that to disable servers defined in the defaults.conf file (such as 63 # 0=Standard, you must put a line in this file that says 0=inactive, as 64 # described in the Configuration section of the GDM documentation. 65 # 66 [servers] 67 68 # Also note, that if you redefine a [server-foo] section, then GDM will 69 # use the definition in this file, not the defaults.conf file. It is 70 # currently not possible to disable a [server-foo] section defined 71 # in the defaults.conf file. 72 # 73 [server-Standard] 74 name=Standard server 75 command=/usr/bin/Xvfb
Copyright © 2004-2008 scratchpad All rights reserved.