pkgsrc/x11/xdm
abs 15eea55fff copy a lightly modified fix for starting xdm on ttyE4 from gdm
bump PKGREVISION

# The following forces the X server to start on the 5th virtual terminal.
# This is suboptimal but matches the defaults for the xdm configuration,
# which should work for most installations.  See the definition of
# DEFAULTVT in xsrc/xfree/xc/programs/xdm/config/Imakefile.
#
# If we do not do this, we hit a very annoying and obscure problem: during
# system startup, xdm starts before init spawns gettys.  If the X server
# is started before init spawns the gettys (which easily happens on slow
# machines), it grabs the first virtual terminal (instead of the first
# "free" one).  Later on, when the first getty is started, it grabs the
# same terminal X used (the first one).  As a result, only one of them
# will receive key presses.  And on slow machines, X will have lost access
# to the keyboard.
.if (${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD") && \
    (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
CONFIGURE_ARGS+=	--with-default-vt=vt05
.endif
2008-06-17 00:42:14 +00:00
..
files Fix bugs in "rc.d" script, bump package revision. 2007-08-06 16:43:40 +00:00
patches Update to version 1.1.6. The newly added patch corrects the 800x600 2008-01-18 02:54:15 +00:00
DESCR
distinfo Update to version 1.1.6. The newly added patch corrects the 800x600 2008-01-18 02:54:15 +00:00
Makefile copy a lightly modified fix for starting xdm on ttyE4 from gdm 2008-06-17 00:42:14 +00:00
options.mk Add explicit option check for -inet6 2007-11-07 17:17:55 +00:00
PLIST