Lines 33-46
Link Here
|
33 |
# The gdm configuration program that is run from the login screen, you should |
33 |
# The gdm configuration program that is run from the login screen, you should |
34 |
# probably leave this alone |
34 |
# probably leave this alone |
35 |
Configurator=@EXPANDED_GDMCONFIGDIR@/gdmsetup --disable-sound --disable-crash-dialog |
35 |
Configurator=@EXPANDED_GDMCONFIGDIR@/gdmsetup --disable-sound --disable-crash-dialog |
36 |
GnomeDefaultSession=@EXPANDED_DATADIR@/gnome/default.session |
36 |
GnomeDefaultSession=@EXPANDED_DATADIR@/default.session |
37 |
# The chooser program. Must output the chosen host on stdout, probably you |
37 |
# The chooser program. Must output the chosen host on stdout, probably you |
38 |
# should leave this alone |
38 |
# should leave this alone |
39 |
Chooser=@EXPANDED_BINDIR@/gdmchooser |
39 |
Chooser=@EXPANDED_BINDIR@/gdmchooser |
40 |
# Default path to set. The profile scripts will likely override this |
40 |
# Default path to set. The profile scripts will likely override this |
41 |
DefaultPath=/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:@EXPANDED_BINDIR@ |
41 |
DefaultPath=/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:@EXPANDED_BINDIR@ |
42 |
# Default path for root. The profile scripts will likely override this |
42 |
# Default path for root. The profile scripts will likely override this |
43 |
RootPath=/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:@EXPANDED_BINDIR@ |
43 |
RootPath=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:@EXPANDED_BINDIR@ |
44 |
DisplayInitDir=@EXPANDED_SYSCONFDIR@/gdm/Init |
44 |
DisplayInitDir=@EXPANDED_SYSCONFDIR@/gdm/Init |
45 |
# Greeter for local (non-xdmcp) logins. Change gdmlogin to gdmgreeter to |
45 |
# Greeter for local (non-xdmcp) logins. Change gdmlogin to gdmgreeter to |
46 |
# get the new graphical greeter. |
46 |
# get the new graphical greeter. |
Lines 57-63
Link Here
|
57 |
# To try to kill all clients started at greeter time or in the Init script. |
57 |
# To try to kill all clients started at greeter time or in the Init script. |
58 |
# doesn't always work, only if those clients have a window of their own |
58 |
# doesn't always work, only if those clients have a window of their own |
59 |
KillInitClients=true |
59 |
KillInitClients=true |
60 |
LogDir=@EXPANDED_AUTHDIR@ |
60 |
LogDir=/var/log |
61 |
# You should probably never change this value unless you have a weird setup |
61 |
# You should probably never change this value unless you have a weird setup |
62 |
PidFile=/var/run/gdm.pid |
62 |
PidFile=/var/run/gdm.pid |
63 |
PostSessionScriptDir=@EXPANDED_SYSCONFDIR@/gdm/PostSession/ |
63 |
PostSessionScriptDir=@EXPANDED_SYSCONFDIR@/gdm/PostSession/ |
Lines 84-99
Link Here
|
84 |
UserAuthFBDir=/tmp |
84 |
UserAuthFBDir=/tmp |
85 |
UserAuthFile=.Xauthority |
85 |
UserAuthFile=.Xauthority |
86 |
# The X server to use if we can't figure out what else to run. |
86 |
# The X server to use if we can't figure out what else to run. |
87 |
StandardXServer=/usr/X11R6/bin/X |
87 |
StandardXServer=@EXPANDED_BINDIR@/X |
88 |
# The maximum number of flexible X servers to run. |
88 |
# The maximum number of flexible X servers to run. |
89 |
FlexibleXServers=5 |
89 |
FlexibleXServers=5 |
90 |
# the X nest command |
90 |
# the X nest command |
91 |
Xnest=/usr/X11R6/bin/Xnest -name Xnest |
91 |
Xnest=@EXPANDED_BINDIR@/Xnest -name Xnest |
92 |
# Automatic VT allocation. Right now only works on Linux. This way |
92 |
# Automatic VT allocation. Right now only works on Linux. This way |
93 |
# we force X to use specific vts. turn VTAllocation to false if this |
93 |
# we force X to use specific vts. turn VTAllocation to false if this |
94 |
# is causing problems. |
94 |
# is causing problems. |
95 |
FirstVT=7 |
95 |
FirstVT=7 |
96 |
VTAllocation=true |
96 |
VTAllocation=false |
97 |
|
97 |
|
98 |
[security] |
98 |
[security] |
99 |
# If any distributions ship with this one off, they should be shot |
99 |
# If any distributions ship with this one off, they should be shot |
Lines 153-159
Link Here
|
153 |
# The 'theme'. By default we're using the default gtk theme |
153 |
# The 'theme'. By default we're using the default gtk theme |
154 |
# Of course assuming that gtk got installed in the same prefix, |
154 |
# Of course assuming that gtk got installed in the same prefix, |
155 |
# if not change this. |
155 |
# if not change this. |
156 |
GtkRC=@EXPANDED_DATADIR@/themes/Default/gtk/gtkrc |
156 |
GtkRC=@EXPANDED_DATADIR@/../themes/Default/gtk-2.0/gtkrc |
157 |
# Maximum size of an icon, larger icons are scaled down |
157 |
# Maximum size of an icon, larger icons are scaled down |
158 |
MaxIconWidth=128 |
158 |
MaxIconWidth=128 |
159 |
MaxIconHeight=128 |
159 |
MaxIconHeight=128 |
Lines 281-287
Link Here
|
281 |
# Definition of the standard X server. |
281 |
# Definition of the standard X server. |
282 |
[server-Standard] |
282 |
[server-Standard] |
283 |
name=Standard server |
283 |
name=Standard server |
284 |
command=/usr/X11R6/bin/X |
284 |
command=@EXPANDED_BINDIR@/X vt9 |
285 |
flexible=true |
285 |
flexible=true |
286 |
|
286 |
|
287 |
# To use this server type you should add -query host or -indirect host |
287 |
# To use this server type you should add -query host or -indirect host |
Lines 289-295
Link Here
|
289 |
[server-Terminal] |
289 |
[server-Terminal] |
290 |
name=Terminal server |
290 |
name=Terminal server |
291 |
# Add -terminate to make things behave more nicely |
291 |
# Add -terminate to make things behave more nicely |
292 |
command=/usr/X11R6/bin/X -terminate |
292 |
command=@EXPANDED_BINDIR@/X -terminate |
293 |
# Make this not appear in the flexible servers (we need extra params |
293 |
# Make this not appear in the flexible servers (we need extra params |
294 |
# anyway, and terminate would be bad for xdmcp) |
294 |
# anyway, and terminate would be bad for xdmcp) |
295 |
flexible=false |
295 |
flexible=false |