diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-11-22 15:09:27 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-11-22 15:09:27 +0000 |
commit | 277b35917779e1ecdfba2502ecb889a9fe54b55c (patch) | |
tree | 747a6e2fb37ad581eb0e46fdb7e20bf2e8f54076 /x11-apps/xinit | |
parent | Add ~amd64 wrt bug #155839. (diff) | |
download | gentoo-2-277b35917779e1ecdfba2502ecb889a9fe54b55c.tar.gz gentoo-2-277b35917779e1ecdfba2502ecb889a9fe54b55c.tar.bz2 gentoo-2-277b35917779e1ecdfba2502ecb889a9fe54b55c.zip |
(#70689 comment #92) Start after consolefont to avoid display corruption.
(Portage version: 2.1.2_rc2)
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 5 | ||||
-rwxr-xr-x | x11-apps/xinit/files/xdm.start | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index e4e95f14eecb..f6a3053dc739 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,9 @@ # 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.71 2006/10/22 17:55:49 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.72 2006/11/22 15:09:27 dberkholz Exp $ + + 22 Nov 2006; Donnie Berkholz <dberkholz@gentoo.org>; files/xdm.start: + (#70689 comment #92) Start after consolefont to avoid display corruption. *xinit-1.0.3 (21 Oct 2006) diff --git a/x11-apps/xinit/files/xdm.start b/x11-apps/xinit/files/xdm.start index d0b88aaf2158..f9769a5e83b2 100755 --- a/x11-apps/xinit/files/xdm.start +++ b/x11-apps/xinit/files/xdm.start @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.start,v 1.9 2006/09/05 23:04:37 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.start,v 1.10 2006/11/22 15:09:27 dberkholz Exp $ # This is here to serve as a note to myself, and future developers. # @@ -45,6 +45,7 @@ depend() { # we can't do 'before *' as that breaks it # (#139824) Start after ypbind and autofs for network authentication # (#145219) Could use lirc mouse as input device + # (#70689 comment #92) Start after consolefont to avoid display corruption after bootmisc readahead-list ypbind autofs openvpn gpm netmount lircd before alsasound net.lo |