]> git.pld-linux.org Git - packages/gdm2.20.git/commitdiff
- configuration file for gdm (i.e. pld group should be xdm not gdm - feel
authorwrobell <wrobell@pld-linux.org>
Wed, 27 Jun 2001 10:13:02 +0000 (10:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  free to make more modifications)

Changed files:
    gdm.conf -> 1.1

gdm.conf [new file with mode: 0644]

diff --git a/gdm.conf b/gdm.conf
new file mode 100644 (file)
index 0000000..32b07a6
--- /dev/null
+++ b/gdm.conf
@@ -0,0 +1,105 @@
+[daemon]
+AutomaticLoginEnable=false
+AutomaticLogin=
+Configurator=/usr/X11R6/bin/gdmconfig --disable-sound --disable-crash-dialog
+GnomeDefaultSession=/usr/X11R6/share/gnome/default.session
+Chooser=/usr/X11R6/bin/gdmchooser --disable-sound --disable-crash-dialog
+DefaultPath=/bin:/usr/bin:/usr/bin/X11:/usr/local/bin:/usr/X11R6/bin
+DisplayInitDir=/etc/X11/gdm/Init
+Greeter=/usr/X11R6/bin/gdmlogin --disable-sound --disable-crash-dialog
+Group=xdm
+HaltCommand=/sbin/shutdown -h now
+KillInitClients=true
+LogDir=/var/lib/gdm
+PidFile=/var/run/gdm.pid
+PostSessionScriptDir=/etc/X11/gdm/PostSession/
+PreSessionScriptDir=/etc/X11/gdm/PreSession/
+FailsafeXServer=
+XKeepsCrashing=/etc/X11/gdm/XKeepsCrashing
+XKeepsCrashingConfigurators=/usr/bin/X11/XF86Setup /usr/bin/X11/Xconfigurator
+RebootCommand=/sbin/shutdown -r now
+RootPath=/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/local/bin:/usr/X11R6/bin
+ServAuthDir=/var/lib/gdm
+SessionDir=/etc/X11/gdm/Sessions/
+User=xdm
+UserAuthDir=
+UserAuthFBDir=/tmp
+UserAuthFile=.Xauthority
+TimedLoginEnable=false
+TimedLogin=
+TimedLoginDelay=30
+
+[security]
+AllowRoot=true
+AllowRemoteRoot=true
+RelaxPermissions=0
+RetryDelay=3
+UserMaxFile=65536
+SessionMaxFile=524388
+VerboseAuth=true
+
+[xdmcp]
+Enable=false
+HonorIndirect=false
+MaxPending=4
+MaxPendingIndirect=4
+MaxSessions=16
+MaxWait=30
+MaxWaitIndirect=30
+Port=177
+
+[gui]
+GtkRC=/usr/X11R6/share/themes/Default/gtk/gtkrc
+MaxIconWidth=128
+MaxIconHeight=128
+
+[greeter]
+TitleBar=true
+ConfigAvailable=true
+Browser=false
+DefaultFace=/usr/X11R6/share/pixmaps/nobody.png
+DefaultLocale=en_US
+Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,gdm,postgres,pvm
+Font=-*-helvetica-bold-r-normal-*-*-180-*-*-*-*-*-*
+GlobalFaceDir=/usr/X11R6/share/faces/
+Icon=/usr/X11R6/share/pixmaps/gdm.xpm
+LocaleFile=/etc/X11/gdm/locale.alias
+Logo=/usr/X11R6/share/pixmaps/gnome-logo-large.png
+Quiver=true
+SystemMenu=true
+Welcome=Welcome to %n
+Welcome[es]=Bienvenido a %n
+Welcome[de]=Willkommen auf %n
+Welcome[fr]=Bienvenue sur %n
+Welcome[cs]=Vítejte na %n
+LockPosition=false
+SetPosition=false
+PositionX=0
+PositionY=0
+XineramaScreen=0
+#Type can be 0=None, 1=Image, 2=Color
+BackgroundType=2
+BackgroundImage=
+BackgroundScaleToFit=true
+BackgroundColor=#007777
+BackgroundRemoteOnlyColor=true
+BackgroundProgram=
+ShowGnomeChooserSession=true
+ShowGnomeFailsafeSession=true
+ShowXtermFailsafeSession=true
+
+[chooser]
+DefaultHostImg=/usr/X11R6/share/pixmaps/nohost.png
+HostImageDir=/usr/X11R6/share/hosts/
+ScanTime=3
+
+[debug]
+Enable=false
+
+[servers]
+0=/usr/bin/X11/X
+#1=/usr/bin/X11/X
+#Note: If you want to make sure X runs on a specific virtual console on linux,
+#      you can use the following (for console 7):
+#0=/usr/bin/X11/X vt7
+
This page took 1.181798 seconds and 4 git commands to generate.