NameDateSize

..10-Nov-202518

aclocal.m4H A D10-Nov-2025134.3 KiB

app-defaults/H10-Nov-202559

AUTHORSH A D10-Nov-2025567

ChangeLogH A D10-Nov-2025162.5 KiB

chooser/H10-Nov-202561

compileH A D10-Nov-20257.4 KiB

config/H10-Nov-20254 KiB

config.guessH A D10-Nov-202549.5 KiB

config.h.inH A D10-Nov-20259.2 KiB

config.subH A D10-Nov-202536 KiB

configureH A D10-Nov-2025774.5 KiB

configure.acH A D10-Nov-202521 KiB

COPYINGH A D10-Nov-20258 KiB

depcompH A D10-Nov-202523.1 KiB

greeter/H10-Nov-2025121

include/H10-Nov-2025125

INSTALLH A D10-Nov-202515.4 KiB

install-shH A D10-Nov-202515.1 KiB

ltmain.shH A D10-Nov-2025329.6 KiB

m4/H10-Nov-2025128

Makefile.amH A D10-Nov-20252.3 KiB

Makefile.inH A D10-Nov-202533 KiB

man/H10-Nov-202579

missingH A D10-Nov-20257.5 KiB

README.mdH A D10-Nov-20252.2 KiB

xdm/H10-Nov-20254 KiB

xdm.service.inH A D10-Nov-2025203

xdmshell/H10-Nov-202562

README.md

1The default installation settings of xdm match those used for most platforms
2in 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
11These 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
21For 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
27The handling of --with-utmp-file & --with-wtmp-file have also changed
28slightly 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
43All questions regarding this software should be directed at the
44Xorg mailing list:
45
46  https://lists.x.org/mailman/listinfo/xorg
47
48The primary development code repository can be found at:
49
50  https://gitlab.freedesktop.org/xorg/app/xdm
51
52Please submit bug reports and requests to merge patches there.
53
54For patch submission instructions, see:
55
56  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
57
58