File wdm-config of Package wdm
! Following part is taken from xdm-config:
!==============================================================================
!
! xdm-config: Configuration of the xdm
!
DisplayManager.errorLogFile: /var/log/xdm.errors
DisplayManager.pidFile: /var/run/xdm.pid
DisplayManager.authDir: /var/lib/xdm
DisplayManager.keyFile: /etc/X11/xdm/xdm-keys
DisplayManager.servers: /etc/X11/xdm/Xservers
DisplayManager.accessFile: /etc/X11/xdm/Xaccess
DisplayManager.willing: su nobody -c /etc/X11/xdm/Xwilling
!
! ATTENTION: `authName' should be in general MIT-MAGIC-COOKIE-1
! For XDM-AUTHENTICATION-1 which is default for xterminals see
! manual page of xdm and the manual coming with the xterminal.
!
DisplayManager.*.authName: MIT-MAGIC-COOKIE-1
DisplayManager.*.authComplain: false
!
! 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
DisplayManager._93.authorize: true
!
! The scripts handling the setup, the startup, the session its self,
! and the reset of an X session.
!
DisplayManager.*.setup: /etc/X11/xdm/Xsetup
DisplayManager.*.chooser: /etc/X11/xdm/RunChooser
DisplayManager.*.startup: /etc/X11/xdm/Xstartup
DisplayManager.*.session: /etc/X11/xdm/Xsession
DisplayManager.*.reset: /etc/X11/xdm/Xreset
!
DisplayManager._0.terminateServer: true
DisplayManager._93.terminateServer: true
!
DisplayManager*resources: /etc/X11/xdm/Xresources
DisplayManager.*.terminateServer: false
!
! SECURITY: do not listen for XDMCP or Chooser requests
! Comment out this line if you want to manage X terminals with xdm
!
DisplayManager.requestPort: 0
!
!==============================================================================
!
! Following part contains wdm specific options:
!==============================================================================
!
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/local/etc/wdm/pixmaps/Stars.jpg
!
! optional pixmap for logo
! DisplayManager*wdmLogo: /usr/local/etc/wdm/pixmaps/Eagle.xpm
DisplayManager*wdmLogo: /etc/X11/wdm/pixmaps/SUSE.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
!
! commands for reboot and halt
! -- be sure to edit these if the
! system is not linux.
DisplayManager*wdmReboot: /sbin/shutdown -r now
DisplayManager*wdmHalt: /sbin/shutdown -h now
! alternates (for Linux)
! DisplayManager*wdmReboot: /sbin/shutdown -t3 -r now
! DisplayManager*wdmHalt: /sbin/shutdown -t3 -h now
!
! 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*wdmWm: fvwm:icewm-session:/usr/bin/startkde:twm
!DisplayManager*wdmLocale: de_DE.UTF-8