]> git.proxmox.com Git - dab-pve-appliances.git/blob - debian-5.0-xserver/gdm.conf
initial import from internal svn repository
[dab-pve-appliances.git] / debian-5.0-xserver / 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 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 RemoteGreeter=/usr/lib/gdm/gdmgreeter
44
45 [security]
46 AllowRoot=true
47 AllowRemoteRoot=true
48
49 [xdmcp]
50 Enable=true
51
52 [gui]
53
54 [greeter]
55
56 [chooser]
57
58 [debug]
59
60 # Note that to disable servers defined in the defaults.conf file (such as
61 # 0=Standard, you must put a line in this file that says 0=inactive, as
62 # described in the Configuration section of the GDM documentation.
63 #
64 [servers]
65
66 0=inactive
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 #