diff options
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xinit/files/xdm.confd | 4 |
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 ] |