Xconfig.src 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. XCOMM ##########################################################################
  2. XCOMM
  3. XCOMM Xconfig
  4. XCOMM
  5. XCOMM Common Desktop Environment (CDE)
  6. XCOMM
  7. XCOMM Configuration file for the Login Manager
  8. XCOMM
  9. XCOMM (c) Copyright 1993, 1994 Hewlett-Packard Company
  10. XCOMM (c) Copyright 1993, 1994 International Business Machines Corp.
  11. XCOMM (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  12. XCOMM (c) Copyright 1993, 1994 Novell, Inc.
  13. XCOMM
  14. XCOMM $XConsortium: Xconfig.src /main/6 1996/06/27 11:10:38 mgreess $
  15. XCOMM
  16. XCOMM ************** DO NOT EDIT THIS FILE **************
  17. XCOMM
  18. XCOMM CDE_INSTALLATION_TOP/config/Xconfig is a factory-default file and will
  19. XCOMM be unconditionally overwritten upon subsequent installation.
  20. XCOMM Before making changes to the file, copy it to the configuration
  21. XCOMM directory, CDE_CONFIGURATION_TOP/config.
  22. XCOMM
  23. XCOMM This file contains behaviour resources for the CDE DT Login Manager.
  24. XCOMM It also specifies the location of other configuration files used by
  25. XCOMM the Login Manager.
  26. XCOMM
  27. XCOMM Appearance resources for the login screen are contained in the file
  28. XCOMM specified by the "*resources" resource below.
  29. XCOMM
  30. XCOMM Most resources can be limited to a single display by including the
  31. XCOMM display name in the resource. If the display name is not included, the
  32. XCOMM resource will apply to all displays managed by the Login Manager. When
  33. XCOMM specifying the display name, replace the ":" character in the name
  34. XCOMM with an underscore "_". If the name is fully qualified, also replace
  35. XCOMM dot "." characters with underscores.
  36. XCOMM
  37. XCOMM Example:
  38. XCOMM
  39. XCOMM Dtlogin*machine_domain_name_0*startup: CDE_CONFIGURATION_TOP/config/Xstartup.aa
  40. XCOMM
  41. XCOMM For more information see the man page, Dtlogin(1X).
  42. XCOMM
  43. XCOMM ##########################################################################
  44. Dtlogin.errorLogFile: CDE_LOGFILES_TOP/Xerrors
  45. Dtlogin.pidFile: CDE_LOGFILES_TOP/Xpid
  46. XCOMM #########################################################################
  47. XCOMM Note: If you do not specify a full path beginning with a "/"
  48. XCOMM dtlogin will first search for the following files in
  49. XCOMM /etc/dt/config then in /usr/dt/config.
  50. XCOMM
  51. XCOMM #########################################################################
  52. Dtlogin.accessFile: Xaccess
  53. #if defined (_NO_CONSOLE)
  54. Dtlogin.servers: Xservers.nc
  55. #else
  56. Dtlogin.servers: Xservers
  57. #endif
  58. Dtlogin*resources: %L/Xresources
  59. Dtlogin*startup: Xstartup
  60. Dtlogin*reset: Xreset
  61. Dtlogin*setup: Xsetup
  62. #if defined (__hpux) || defined (_AIX) || defined (sun) || defined(CSRG_BASED) || defined(__linux__)
  63. Dtlogin*failsafeClient: Xfailsafe
  64. #else
  65. Dtlogin*failsafeClient: /usr/bin/X11/xterm
  66. #endif
  67. XCOMM #########################################################################
  68. XCOMM To specify the system env vars to be exported to the users session
  69. XCOMM
  70. XCOMM Dtlogin.exportList: ODMDIR NLSPATH TZ ...
  71. #ifdef _AIX
  72. Dtlogin.exportList: ODMDIR NLSPATH TZ
  73. #endif
  74. #if defined(CSRG_BASED) || defined(__linux__)
  75. Dtlogin.exportList: NLSPATH LANG
  76. #endif
  77. XCOMM #########################################################################
  78. XCOMM To specify the languages listed in the [Options] [Languages] menu.
  79. XCOMM
  80. XCOMM Dtlogin*languageList: <lang1> <lang2> <lang3>
  81. XCOMM #########################################################################
  82. XCOMM To specify a default language for the display.
  83. XCOMM
  84. XCOMM Dtlogin*language: <lang>
  85. XCOMM #########################################################################
  86. XCOMM #
  87. XCOMM # To specify the system languages that should not be displayed in
  88. XCOMM # the default [Options] [Languages] menu. The default menu includes
  89. XCOMM # all the locales installed on the system, except for the ones
  90. XCOMM # in this resource. Filename patterns may be used.
  91. XCOMM #
  92. XCOMM # The resource is typically used to filter out locale synonyms
  93. XCOMM # and locales that don't have desktop support.
  94. XCOMM #
  95. XCOMM # Each locale in the NLS directory is compared against each of the
  96. XCOMM # language patterns in the ignoreLocales list using "fnmatch".
  97. XCOMM # Any locales which match are NOT included in the list of locales
  98. XCOMM # displayed to the user.
  99. XCOMM #
  100. XCOMM # Dtlogin*ignoreLocales: <lang_pattern1> <lang_pattern2>
  101. XCOMM #
  102. XCOMM #########################################################################
  103. XCOMM To specify global environment variables for the X-server and all users
  104. XCOMM on the display. User variables can also be specified in the Xsession file.
  105. XCOMM
  106. XCOMM Dtlogin*environment: <name=value> <name=value>
  107. XCOMM #########################################################################
  108. XCOMM To specify a default user PATH environment variable.
  109. XCOMM
  110. XCOMM Dtlogin*userPath: <path>
  111. #if defined(__linux__) || defined(CSRG_BASED)
  112. Dtlogin*userPath: /bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:CDE_INSTALLATION_TOP/bin
  113. #endif
  114. XCOMM #########################################################################
  115. XCOMM To set a display to run the user's XDM $HOME/.xsession script as the
  116. XCOMM default session. Ensure that the $HOME/.xsession script is executable.
  117. XCOMM
  118. XCOMM Dtlogin*xdmMode: True
  119. XCOMM #########################################################################
  120. XCOMM To terminate and restart the X-server at user logout.
  121. XCOMM
  122. XCOMM Dtlogin*terminateServer: True
  123. XCOMM #########################################################################
  124. XCOMM To disable listening for XDMCP requests from X-terminals.
  125. XCOMM
  126. XCOMM Dtlogin.requestPort: 0
  127. XCOMM #########################################################################
  128. XCOMM To disable R4 MIT-MAGIC-COOKIE-1 per-user authorization.
  129. XCOMM
  130. XCOMM Dtlogin*authorize: False
  131. XCOMM #########################################################################
  132. XCOMM To specify how long the Login Manager waits to connect to an X-server.
  133. XCOMM
  134. XCOMM Dtlogin*openTimeout: <seconds>
  135. #if defined(CSRG_BASED) || defined(__linux__)
  136. Dtlogin*openTimeout: 15
  137. Dtlogin*serverAttempts: 3
  138. Dtlogin*wakeupInterval: 20
  139. #endif
  140. XCOMM #########################################################################
  141. XCOMM To specify how often the Login Manager "pings" a remote display to
  142. XCOMM determine if it is still active.
  143. XCOMM
  144. XCOMM Dtlogin*pingInterval: <minutes>
  145. XCOMM Dtlogin*pingTimeout: <minutes>
  146. XCOMM #########################################################################
  147. XCOMM To release the server grab on the display when the login screen is
  148. XCOMM present. Doing so will reduce security capabilities of the Login Manager.
  149. XCOMM
  150. XCOMM Dtlogin*grabServer: False
  151. XCOMM #########################################################################
  152. XCOMM To specify the maximum size of the Login Manager error log file in
  153. XCOMM kilobytes.
  154. XCOMM
  155. XCOMM Dtlogin.errorLogSize: 50