--- gdm-2.6.0.6/config/gdm.conf.in.def 2004-10-27 02:37:27 +0400 +++ gdm-2.6.0.6/config/gdm.conf.in 2004-10-28 05:26:35 +0400 @@ -45,7 +45,7 @@ # The greeter for local (non-xdmcp) logins. Change gdmlogin to gdmgreeter to # get the new graphical greeter. -#Greeter=@EXPANDED_BINDIR@/gdmlogin +Greeter=@EXPANDED_BINDIR@/gdmgreeter # The greeter for xdmcp logins, usually you want a less graphically intensive # greeter here so it's better to leave this with gdmlogin @@ -76,7 +76,7 @@ # To try to kill all clients started at greeter time or in the Init script. # doesn't always work, only if those clients have a window of their own #KillInitClients=true -LogDir=@EXPANDED_LOGDIR@ +LogDir=/var/log/gdm # You should probably never change this value unless you have a weird setup PidFile=/var/run/gdm.pid # Note that a post login script is run before a PreSession script. @@ -103,12 +103,12 @@ # This is our standard startup script. A bit different from a normal # X session, but it shares a lot of stuff with that. See the provided # default for more information. -BaseXsession=@EXPANDED_SYSCONFDIR@/gdm/Xsession +#BaseXsession=@EXPANDED_SYSCONFDIR@/gdm/Xsession # This is a directory where .desktop files describing the sessions live # It is really a PATH style variable since 2.4.4.2 to allow actual # interoperability with KDM. Note that /dm/Sessions is there # for backwards compatibility reasons with 2.4.4.x -#SessionDesktopDir=/etc/X11/sessions/:@EXPANDED_SYSCONFDIR@/dm/Sessions/:@EXPANDED_DATADIR@/gdm/BuiltInSessions/:@EXPANDED_DATADIR@/xsessions/ +SessionDesktopDir=/etc/X11/sessions/ # This is the default .desktop session. One of the ones in SessionDesktopDir #DefaultSession=gnome.desktop # Better leave this blank and HOME will be used. You can use syntax ~/ below @@ -146,7 +146,7 @@ # idea of when they logged in and if it doesn't seem kosher to them, # they can just abort the login and contact the sysadmin (avoids running # malicious startup scripts) -#DisplayLastLogin=false +DisplayLastLogin=false # Program used to play sounds. Should not require any 'daemon' or anything # like that as it will be run when no one is logged in yet. @@ -162,9 +162,9 @@ # If any distributions ship with this one off, they should be shot # this is only local, so it's only for say kiosk use, when you # want to minimize possibility of breakin -AllowRoot=true +AllowRoot=false # If you want to be paranoid, turn this one off -AllowRemoteRoot=true +AllowRemoteRoot=false # This will allow remote timed login AllowRemoteAutoLogin=false # 0 is the most restrictive, 1 allows group write permissions, 2 allows all @@ -174,7 +174,7 @@ # example, home directories owned by some other user. CheckDirOwner=true # Number of seconds to wait after a bad login -#RetryDelay=1 +RetryDelay=1 # Maximum size of a file we wish to read. This makes it hard for a user to DoS # us by using a large file. #UserMaxFile=65536 @@ -260,18 +260,18 @@ [greeter] # Greeter has a nice title bar that the user can move -#TitleBar=true +TitleBar=false # Configuration is available from the system menu of the greeter -#ConfigAvailable=true +ConfigAvailable=false # Face browser is enabled. This only works currently for the # standard greeter as it is not yet enabled in the graphical greeter. -Browser=false +Browser=true # The default picture in the browser -#DefaultFace=@EXPANDED_PIXMAPDIR@/nobody.png +DefaultFace=/usr/share/design-current/faces/default.png # These are things excluded from the face browser, not from logging in #Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,gdm,postgres,pvm,rpm,nfsnobody,pcap # As an alternative to the above this is the minimum uid to show -#MinimalUID=100 +MinimalUID=500 # If user or user.png exists in this dir it will be used as his picture #GlobalFaceDir=@EXPANDED_DATADIR@/faces/ # File which contains the locale we show to the user. Likely you want to use @@ -305,7 +305,7 @@ #RemoteWelcome=Welcome to %n # Don't allow user to move the standard greeter window. Only makes sense # if TitleBar is on -#LockPosition=false +LockPosition=true # Set a position rather then just centering the window. If you enter # negative values for the position it is taken as an offset from the # right or bottom edge. @@ -320,7 +320,7 @@ #BackgroundType=2 #BackgroundImage= #BackgroundScaleToFit=true -#BackgroundColor=#76848F +BackgroundColor=#666699 # 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,14 +333,14 @@ # Show the Failsafe sessions. These are much MUCH nicer (focus for xterm for # example) and more failsafe then those supplied by scripts so distros should # use this rather then just running an xterm from a script. -#ShowGnomeFailsafeSession=true -#ShowXtermFailsafeSession=true +ShowGnomeFailsafeSession=false +ShowXtermFailsafeSession=false # Normally there is a session type called 'Last' that is shown which refers to # the last session the user used. If off, we will be in 'switchdesk' mode where # the session saving stuff is disabled in GDM #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