!
DisplayManager.errorLogFile:    /var/log/wdm-errors.log
DisplayManager.pidFile:         /var/run/wdm.pid
DisplayManager.keyFile:         /etc/X11/wdm/wdm-keys
DisplayManager.servers:         /etc/X11/wdm/Xservers
DisplayManager.accessFile:      /etc/X11/wdm/Xaccess
! All displays should use authorization, but we cannot be sure
! X terminals will be configured that way, so by default
! use authorization only for local displays :0, :1, etc.
DisplayManager._0.authorize:    true
DisplayManager._1.authorize:    true
! The following three resources set up display :0 as the console.
DisplayManager._0.setup:        /etc/X11/wdm/Xsetup_0
DisplayManager._0.startup:      /etc/X11/wdm/GiveConsole
DisplayManager._0.reset:        /etc/X11/wdm/TakeConsole
DisplayManager._0.startAttempts: 1
DisplayManager._0.terminateServer: true
!
DisplayManager.requestPort:     0
DisplayManager*resources:       /etc/X11/wdm/Xresources
DisplayManager*session:         /etc/X11/wdm/Xsession
DisplayManager*authComplain:    false
DisplayManager*wdmLogin:        /usr/bin/wdmLogin
!
! display screen background--if not set or set to none, then the
!                            background is not set by wdm.
! DisplayManager*wdmBg:         none
DisplayManager*wdmBg:           solid:RoyalBlue
! DisplayManager*wdmBg:         dgradient:RoyalBlue,FireBrick,Black
! DisplayManager*wdmBg:         hgradient:RoyalBlue,FireBrick,Black
! DisplayManager*wdmBg:         vgradient:RoyalBlue,FireBrick,Black
! DisplayManager*wdmBg:         pixmap:/usr/share/pixmaps/wdm/Stars.jpg
!
! optional pixmap for logo
DisplayManager*wdmLogo:  /usr/share/pixmaps/wdm/wdm-alt-logo.png
!
! optional help file to display in the help panel
! long lines may cause an ugly display 
! DisplayManager*wdmHelpFile:   /etc/motd
!
! optional default username and password (in clear text)
! which wdm should use if nothing is typed by the user.
! it's strongly suggested that wdm-config should be
! chmod 600 and owned by root if you want to use this
! feature, or else you could open a huge security hole
! in your system, letting anyone to log in as this default
! user. In any case if you want to use this feature do
! it with a very restricted account, and especially NOT
! WITH THE root ACCOUNT !!! 
!DisplayManager*wdmDefaultUser:	 nobody
!DisplayManager*wdmDefaultPasswd: dumb_clear_text_passwd
!
! list of window managers which can be started
! or 'None' if you want only NoChange to appear
! e.g.: DisplayManager*wdmWm:   None
DisplayManager*wdmWm:		None
!
! commands for reboot and halt 
!       -- be sure to edit these if the
!          system is not linux.
DisplayManager*wdmReboot:       /sbin/reboot
DisplayManager*wdmHalt:         /sbin/poweroff
!
! true/false to require valid username/passwd to reboot,halt, or exit
DisplayManager*wdmVerify:       false
! true/false to require root as valid username/passwd to reboot,halt, or exit
DisplayManager*wdmRoot:         false
! true=enable, false=disable shake and rollup animations
DisplayManager*wdmAnimations:   true
DisplayManager*wdmLocale:       ru_RU

