pkgsrc/x11/modular-xorg-server/patches/patch-af
wiz 1b0ed7eb62 Bump PKGREVISION, add patch from xsrc:
revision 1.2
date: 2008/11/23 21:58:25;  author: mrg;  state: Exp;  lines: +1 -0
patch from jmcneill@:

add a log message to notify what VT is in use.  helps gdm/consolekit.
2009-01-04 20:02:12 +00:00

12 lines
415 B
Text

$NetBSD: patch-af,v 1.3 2009/01/04 20:02:12 wiz Exp $
--- hw/xfree86/os-support/bsd/bsd_init.c.orig 2008-06-10 19:57:19.000000000 +0200
+++ hw/xfree86/os-support/bsd/bsd_init.c
@@ -589,6 +589,7 @@ xf86OpenPcvt()
xf86Msg(X_PROBED, "Using pcvt driver (version %d.%d)\n",
pcvt_version.rmajor, pcvt_version.rminor);
#endif
+ xf86Msg(X_PROBED, "using VT number %d\n\n", xf86Info.vtno);
}
else
{