/etc/X11/gdm> diff -u factory-gdm.conf gdm.conf > gdm.conf.diff
/etc/X11/gdm> cat gdm.conf.diff
--- factory-gdm.conf 2004-06-07 07:35:12.000000000 +0300
+++ gdm.conf 2004-06-08 17:41:14.000000000 +0300
@@ -46,10 +46,12 @@
# The greeter for local (non-xdmcp) logins. Change gdmlogin to gdmgreeter
# to get the new graphical greeter.
#Greeter=/usr/bin/gdmlogin
+Greeter=/usr/bin/gdmgreeter
# The greeter for xdmcp logins, usually you want a less graphically
# intensive greeter here so it's better to leave this with gdmlogin
#RemoteGreeter=/usr/bin/gdmlogin
+RemoteGreeter=/usr/bin/gdmgreeter
# Launch the greeter with an additional list of colon seperated gtk
# modules. This is useful for enabling additional feature support
@@ -111,7 +113,7 @@
# for backwards compatibility reasons with 2.4.4.x
#SessionDesktopDir=/etc/X11/sessions/:/etc/X11/dm/Sessions/:/usr/share/gdm/¬
BuiltInSessions/:/usr/share/xsessions/
# This is the default .desktop session. One of the ones in SessionDesktopDir
-#DefaultSession=gnome.desktop
+DefaultSession=kde.desktop
# Better leave this blank and HOME will be used. You can use syntax ~/
# below to indicate home directory of the user. You can also set this to
# something like /tmp if you don't want the authorizations to be in home
# directories.
@@ -135,8 +137,8 @@
# Automatic VT allocation. Right now only works on Linux. This way
# we force X to use specific vts. turn VTAllocation to false if this
# is causing problems.
-#FirstVT=7
-#VTAllocation=true
+FirstVT=7
+VTAllocation=true
# Should double login be treated with a warning (and possibility to change
# vts on linux systems for console logins)
#DoubleLoginWarning=true
@@ -179,7 +181,7 @@
# Note: Anytime we find a -query or -indirect on the command line we do
# not add a "-nolisten tcp", as then the query just wouldn't work, so
# this setting only affects truly local sessions.
-#DisallowTCP=true
+DisallowTCP=false
# By default never place cookies if we "detect" NFS. We detect NFS
# by detecting "root-squashing". It seems bad practice to place
# cookies on things that go over the network by default and thus we
@@ -199,7 +201,7 @@
# allow local access is another alternative but not the safest.
# Firewalling port 177 is the safest if you wish to have xdmcp on.
# Read the manual for more notes on the security of XDMCP.
-Enable=false
+Enable=true
# Honour indirect queries, we run a chooser for these, and then redirect
# the user to the chosen host. Otherwise we just log the user in locally.
#HonorIndirect=true
@@ -313,6 +315,7 @@
#BackgroundImage=
#BackgroundScaleToFit=true
#BackgroundColor=#76848F
+BackgroundColor=#a3bbce
# XDMCP session should only get a color, this is the sanest setting since
# you don't want to take up too much bandwidth
#BackgroundRemoteOnlyColor=true
@@ -333,6 +336,7 @@
#ShowLastSession=true
# Always use 24 hour clock no matter what the locale.
#Use24Clock=false
+Use24Clock=true
# Use circles in the password field. Looks kind of cool actually,
# but only works with certain fonts.
#UseCirclesInEntry=false
@@ -406,7 +410,7 @@
#
# If you wish to run the XDMCP chooser on the local display use the
# following line
-#0=Chooser
+0=Chooser
## Note:
# is your X server not listening to TCP requests? Perhaps you should look