Home | History | Annotate | only in /xsrc/external/mit/xdm/dist
Up to higher level directory
NameDateSize
aclocal.m409-Mar-2025134.3K
app-defaults/19-Feb-2026
AUTHORS31-May-2013567
ChangeLog09-Mar-2025162.5K
chooser/19-Feb-2026
compile09-Mar-20257.4K
config/19-Feb-2026
config.guess09-Mar-202549.5K
config.h.in09-Mar-20259.2K
config.sub09-Mar-202536K
configure09-Mar-2025774.5K
configure.ac09-Mar-202521K
COPYING09-Mar-20258K
depcomp09-Mar-202523.1K
greeter/19-Feb-2026
include/19-Feb-2026
INSTALL05-Mar-201915.4K
install-sh09-Mar-202515.1K
ltmain.sh09-Mar-2025329.6K
m4/19-Feb-2026
Makefile.am05-Mar-20192.3K
Makefile.in09-Mar-202533K
man/19-Feb-2026
missing09-Mar-20257.5K
README.md11-Jul-20222.2K
xdm/19-Feb-2026
xdm.service.in05-Mar-2019203
xdmshell/19-Feb-2026

README.md

      1 The default installation settings of xdm match those used for most platforms
      2 in the previous X.Org releases:
      3 
      4     Scripts & modules:          $(libdir)/X11/xdm (aka $(prefix)/lib/X11/xdm)
      5     Configuration files:        $(libdir)/X11/xdm
      6     Pixmap files:               $(libdir)/X11/xdm/pixmaps
      7     Log files:                  /var/log
      8     Process id/lock files:      /var/run
      9     xauth cookie files:         /var/lib/xdm
     10 
     11 These may be overridden with the following options to configure:
     12 
     13     Loadable modules:           --with-xdmlibdir
     14     Scripts:                    --with-xdmscriptdir (or --with-xdmlibdir)
     15     Configuration files:        --with-xdmconfigdir (or --with-xdmlibdir)
     16     Pixmap files:               --with-xdmpixmapdir (or --with-xdmlibdir)
     17     Log files:                  --with-logdir
     18     Process id/lock files:      --with-piddir
     19     xauth cookie files:         --with-authdir
     20 
     21 For instance, some packagers/sites may prefer:
     22 
     23     --with-xdmconfigdir=/etc/X11/xdm
     24     --with-xdmlibdir=$(prefix)/lib/xdm
     25     --with-xdmscriptdir=/etc/X11/xdm
     26 
     27 The handling of --with-utmp-file & --with-wtmp-file have also changed
     28 slightly since previous versions of xdm:
     29 
     30     --with-{u,w}tmp-file
     31         [default] write records to utmp/wtmp files, but allow sessreg to
     32         use its builtin default paths. Omits -u/-w flag entirely from
     33         sessreg command in Xstartup & Xreset files.
     34     --with-{u,w}tmp-file=<filename>
     35         write records to utmp/wtmp files at specified filename.
     36         Passes filename as argument to sessreg -u/-w flag in Xstartup/Xreset.
     37     --without-{u,w}tmp-file   or    --with-{u,w}tmp-file=none
     38         Do not write records to utmp/wtmp files at all.
     39         Passes "none" as argument to sessreg -u/-w flag in Xstartup/Xreset.
     40 
     41   ------------------------------------------------------------------------
     42 
     43 All questions regarding this software should be directed at the
     44 Xorg mailing list:
     45 
     46   https://lists.x.org/mailman/listinfo/xorg
     47 
     48 The primary development code repository can be found at:
     49 
     50   https://gitlab.freedesktop.org/xorg/app/xdm
     51 
     52 Please submit bug reports and requests to merge patches there.
     53 
     54 For patch submission instructions, see:
     55 
     56   https://www.x.org/wiki/Development/Documentation/SubmittingPatches
     57 
     58