• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

app-defaults/H03-May-2022-632557

chooser/H03-May-2022-1,9041,564

config/H03-May-2022-1,2281,052

greeter/H03-May-2022-4,5643,554

include/H03-May-2022-1,5351,101

m4/H03-May-2022-9,1078,233

man/H03-May-2022-2,2752,054

xdm/H03-May-2022-11,9819,474

xdmshell/H03-May-2022-920759

AUTHORSH A D02-Mar-2019567 2416

COPYINGH A D02-Mar-20198 KiB166132

ChangeLogH A D02-Mar-2019143 KiB3,9552,708

INSTALLH A D02-Mar-201915.4 KiB371288

Makefile.amH A D02-Mar-20192.3 KiB6833

Makefile.inH A D03-May-202232.3 KiB1,011882

README.mdH A D02-Mar-20192.2 KiB5841

aclocal.m4H A D02-Mar-2019127.1 KiB3,5173,230

compileH A D02-Mar-20197.2 KiB348258

config.guessH A D02-Mar-201943.1 KiB1,4771,284

config.h.inH A D02-Mar-20196.4 KiB259178

config.subH A D02-Mar-201935.3 KiB1,8021,661

configureH A D03-May-2022703.2 KiB24,62420,173

configure.acH A D02-Mar-201919.8 KiB594506

depcompH A D02-Mar-201923 KiB792502

install-shH A D02-Mar-201914.3 KiB502327

ltmain.shH A D02-Mar-2019316.5 KiB11,1487,979

missingH A D02-Mar-20196.7 KiB216143

xdm.service.inH A D02-Mar-2019203 129

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 master 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