Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105824 - boot splash (gensplash kernel-2.6.12) stops before xdm
Summary: boot splash (gensplash kernel-2.6.12) stops before xdm
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-13 11:03 UTC by simone
Modified: 2005-09-28 17:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description simone 2005-09-13 11:03:10 UTC
I use gensplash boot splash with kernel 2.6.12-gentoo-r6 
I've compiled kernel wit #genkernel --gensplash=livecd-2005.1 etc.. 
When booting all works fine except that boosplash goes verbose before starting 
xdm (I mean /etc/init.d/xdm). 
I tried to add splash rc to boot and then to default level and then to remove 
it. But nothing changed... 
It's not very important to fix this but anyone who used another distro before 
thinks that something went wrong in the boot process if splash goes verbose... 
Excuse me for my bad english 
Thanks Simone 
  

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r1, 
2.6.12-gentoo-r9 i686) 
================================================================= 
System uname: 2.6.12-gentoo-r9 i686 AMD Athlon(tm) XP 2400+ 
Gentoo Base System version 1.6.13 
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled] 
ccache version 2.3 [enabled] 
dev-lang/python:     2.3.5-r2 
sys-apps/sandbox:    1.2.12 
sys-devel/autoconf:  2.13, 2.59-r6 
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6 
sys-devel/binutils:  2.15.92.0.2-r10 
sys-devel/libtool:   1.5.18-r1 
virtual/os-headers:  2.6.11-r2 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CBUILD="i686-pc-linux-gnu" 
CFLAGS="-O3 -march=athlon-xp -pipe" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d" 
CXXFLAGS="-O3 -march=athlon-xp -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoconfig buildpkg ccache distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ 
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ 
ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ 
http://gentoo.oregonstate.edu  
http://www.ibiblio.org/pub/Linux/distributions/gentoo  
http://pandemonium.tiscali.de/pub/gentoo/" 
LANG="it_IT" 
LC_ALL="it_IT" 
LINGUAS="it" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage /usr/local/gentoo-de" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 3dnow 3dnowext X aalib alsa apache2 apm arts avi berkdb bindist 
bitmap-fonts browserplugin cdr cdrw crypt cups curl divx4linux dv dvb dvd dvdr 
dvdread eds emboss encode esd fam flac foomaticdb fortran gdbm gif gimpprint 
gpm gstreamer gtk gtk2 hal imagemagick imlib ipv6 jack jack-tmpfs java 
joystick jpeg kde kdeenablefinal libg++ libwww linguas_it lirc mad mikmod 
mjpeg mmx mmxext motif mp3 mpeg musicbrainz mysql mythtv ncurses nls offensive 
ogg oggvorbis opengl oss pam pdflib perl png python qt quicktime readline real 
scanner sdl spell sse sse2 ssl tcltk tcpd theora tiff truetype truetype-fonts 
type1-fonts usb v4l vdr vidix vorbis win32codecs xfs xine xml xml2 xmms xv 
xvid zlib video_cards_ati userland_GNU kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LDFLAGS
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2005-09-16 07:55:03 UTC
At which point exactly does it switch to verbose? Is it right before
/etc/init.d/xdm is started? What version of splashutils are you using? What's
the setting of SPLASH_VERBOSE_ON_ERRORS in /etc/conf.d/splash? Does changing it
to "no" improve anything?
Comment 2 simone 2005-09-16 08:32:00 UTC
I use splashutils-1.1.9.8   
My SPLASH_VERBOSE_ON_ERRORS in /etc/conf.d/splash is "no".  
I mean that the bootsplash goes verbose when is 100% with the message:  
>loading KDM OK  
>gentoo@localhost login:  
The same thing happens when halting/rebooting.  
Before starting bootsplash i see a verbose screen. 
  
I use in grub.conf: 
kernel /boot/kernel-genkernel-x86-2.6.12-gentoo-r9 root=/dev/ram0 
>real_root=/dev/hdb6 init=/linuxrc ramdisk_size=8192 
>video=vesafb:ywrap,pmipal,1024x768 splash=silent,fadein,theme:livecd-2005.1 
>quiet CONSOLE=/dev/tty1 
initrd /boot/initramfs-genkernel-x86-2.6.12-gentoo-r9 
 
Comment 3 Michal Januszewski (RETIRED) gentoo-dev 2005-09-28 17:40:41 UTC
Please have a look at http://dev.gentoo.org/~spock/projects/gensplash/faq.php#q12
I'm afraid that's the best we can do at this time.