34 lines
1.2 KiB
C++
34 lines
1.2 KiB
C++
! $Xorg: xdm-conf.cpp,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
|
|
!
|
|
!
|
|
!
|
|
!
|
|
! $XFree86: xc/programs/xdm/config/xdm-conf.cpp,v 1.12 2004/06/08 00:11:13 dawes Exp $
|
|
!
|
|
DisplayManager.errorLogFile: XDMLOGDIR/xdm.log
|
|
DisplayManager.pidFile: XDMPIDDIR/xdm.pid
|
|
DisplayManager.keyFile: XDMDIR/xdm-keys
|
|
DisplayManager.servers: XDMDIR/Xservers
|
|
DisplayManager.accessFile: XDMDIR/Xaccess
|
|
DisplayManager.willing: SU nobody -c XDMDIR/Xwilling
|
|
DisplayManager.authDir: XDMAUTHDIR
|
|
! All displays should use authorization, but we cannot be sure
|
|
! X terminals may not be configured that way, so they will require
|
|
! individual resource settings.
|
|
DisplayManager*authorize: true
|
|
! The following three resources set up display :0 as the console.
|
|
DisplayManager._0.setup: XDMDIR/Xsetup_0
|
|
DisplayManager._0.startup: XDMDIR/GiveConsole
|
|
DisplayManager._0.reset: XDMDIR/TakeConsole
|
|
!
|
|
DisplayManager*chooser: CHOOSERPATH
|
|
DisplayManager*resources: XDMDIR/Xresources
|
|
DisplayManager*session: XDMDIR/Xsession
|
|
DisplayManager*authComplain: true
|
|
#ifdef XPM
|
|
DisplayManager*loginmoveInterval: 10
|
|
#endif /* XPM */
|
|
! 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
|