summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-04-23 23:11:21 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-04-23 23:11:21 +0000
commitcaebe84fda895a40e6a1cc5adcbf804659c1e17c (patch)
treed03d1aa22cc9ac23e3f148e04f573ed15a12931d /x11-apps/xinit
parentstable on x86 (bug #128737) (diff)
downloadgentoo-2-caebe84fda895a40e6a1cc5adcbf804659c1e17c.tar.gz
gentoo-2-caebe84fda895a40e6a1cc5adcbf804659c1e17c.tar.bz2
gentoo-2-caebe84fda895a40e6a1cc5adcbf804659c1e17c.zip
(#131032) Also note that for dynamic VT, you need to remove the VT arg from /etc/X11/xdm/Xservers.
(Portage version: 2.1_pre9-r3)
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r--x11-apps/xinit/ChangeLog6
-rw-r--r--x11-apps/xinit/files/xdm.confd4
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog
index 2544c8bf3731..9cf3b564007a 100644
--- a/x11-apps/xinit/ChangeLog
+++ b/x11-apps/xinit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xinit
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.48 2006/04/21 23:40:14 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.49 2006/04/23 23:11:21 spyderous Exp $
+
+ 23 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; files/xdm.confd:
+ (#131032) Also note that for dynamic VT, you need to remove the VT arg from
+ /etc/X11/xdm/Xservers.
21 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; files/xdm.start:
(#130764) Fix bad grammar in comments (Erik Musick).
diff --git a/x11-apps/xinit/files/xdm.confd b/x11-apps/xinit/files/xdm.confd
index 3bc91652c6a9..e571b515e277 100644
--- a/x11-apps/xinit/files/xdm.confd
+++ b/x11-apps/xinit/files/xdm.confd
@@ -2,7 +2,9 @@
# VT, which means it has to wait until all gettys are started so it doesn't suck
# up a VT that should have had a login prompt (very slow).
# If XSTATICVT is on, the login manager will start as soon as possible during
-# the boot process.
+# the boot process. If you want X to dynamically start on the first unoccupied
+# VT after all gettys have started and you are using xdm, also remove the "vt7"
+# from /etc/X11/xdm/Xservers.
XSTATICVT="yes"
# What display manager do you use ? [ xdm | gdm | kdm | entrance ]