README 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. The default installation settings of xdm match those used for most platforms
  2. in the previous X.Org releases:
  3. Scripts & modules: $(libdir)/X11/xdm (aka $(prefix)/lib/X11/xdm)
  4. Configuration files: $(libdir)/X11/xdm
  5. Pixmap files: $(libdir)/X11/xdm/pixmaps
  6. Log files: /var/log
  7. Process id/lock files: /var/run
  8. xauth cookie files: /var/lib/xdm
  9. These may be overridden with the following options to configure:
  10. Loadable modules: --with-xdmlibdir
  11. Scripts: --with-xdmscriptdir (or --with-xdmlibdir)
  12. Configuration files: --with-xdmconfigdir (or --with-xdmlibdir)
  13. Pixmap files: --with-xdmpixmapdir (or --with-xdmlibdir)
  14. Log files: --with-logdir
  15. Process id/lock files: --with-piddir
  16. xauth cookie files: --with-authdir
  17. For instance, some packagers/sites may prefer:
  18. --with-xdmconfigdir=/etc/X11/xdm
  19. --with-xdmlibdir=$(prefix)/lib/xdm
  20. --with-xdmscriptdir=/etc/X11/xdm
  21. ----------------------------------------------------------------
  22. All questions regarding this software should be directed at the
  23. Xorg mailing list:
  24. http://lists.freedesktop.org/mailman/listinfo/xorg
  25. Please submit bug reports to the Xorg bugzilla:
  26. https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
  27. The master development code repository can be found at:
  28. git://anongit.freedesktop.org/git/xorg/app/xdm
  29. http://cgit.freedesktop.org/xorg/app/xdm
  30. For patch submission instructions, see:
  31. http://www.x.org/wiki/Development/Documentation/SubmittingPatches
  32. For more information on the git code manager, see:
  33. http://wiki.x.org/wiki/GitPage
  34. $Id: README,v 1.3 2010/03/28 09:33:02 matthieu Exp $