public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  No progress indicator in bootsplash
@ 2008-07-15  5:27 Nikos Chantziaras
  2008-07-15  5:31 ` [gentoo-user] " Nikos Chantziaras
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Nikos Chantziaras @ 2008-07-15  5:27 UTC (permalink / raw
  To: gentoo-user

I emerged media-gfx/splashutils-1.5.4.1 (plus 
media-gfx/splash-themes-gentoo-20050429).  I'm on kernel 
2.6.24-gentoo-r8 (non-genkernel) with uvesafb and "Support for the 
Framebuffer Console Decorations" enabled.

USE flags for splashutils: fbcondecor gpm mng png truetype -hardened

I've created an initrd with:

splash_geninitramfs -g /boot/initrd.splash1280x1024 -r 1280x1024 gentoo

My kernel parameters:

---
kernel /boot/vmlinuz-2.6.25-gentoo-r6 root=/dev/sdc1 
video=uvesafb:1280x1024-32,mtrr:3,ywrap 
splash=silent,fadein,fadeout,theme:gentoo console=tty1 BOOT_MSG="Cool, 
huh?" softlevel=native
---

initrd parameter:

---
initrd /boot/initrd.splash1280x1024
---

The splash shows up, but there's no animation in the progress indicator 
bar and no splash messages (like the live CD has).  Just a static image. 
  (Fade-in and fade-out works though).

Did I miss something?

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-user]  Re: No progress indicator in bootsplash
  2008-07-15  5:27 [gentoo-user] No progress indicator in bootsplash Nikos Chantziaras
@ 2008-07-15  5:31 ` Nikos Chantziaras
  2008-07-15  7:07 ` [gentoo-user] " Sebastian Günther
  2008-07-15 19:37 ` [gentoo-user] " Canek Peláez Valdés
  2 siblings, 0 replies; 10+ messages in thread
From: Nikos Chantziaras @ 2008-07-15  5:31 UTC (permalink / raw
  To: gentoo-user

Nikos Chantziaras wrote:
> I emerged media-gfx/splashutils-1.5.4.1 (plus 
> media-gfx/splash-themes-gentoo-20050429).  I'm on kernel 
> 2.6.24-gentoo-r8

Oops, out of habit.  I upgraded a few days ago to 2.6.25-gentoo-r6, so 
that's what I use now.

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user]  No progress indicator in bootsplash
  2008-07-15  5:27 [gentoo-user] No progress indicator in bootsplash Nikos Chantziaras
  2008-07-15  5:31 ` [gentoo-user] " Nikos Chantziaras
@ 2008-07-15  7:07 ` Sebastian Günther
  2008-07-15  8:04   ` [gentoo-user] " Nikos Chantziaras
  2008-07-15 19:37 ` [gentoo-user] " Canek Peláez Valdés
  2 siblings, 1 reply; 10+ messages in thread
From: Sebastian Günther @ 2008-07-15  7:07 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 838 bytes --]

* Nikos Chantziaras (realnc@arcor.de) [15.07.08 07:28]:

> I've created an initrd with:
>
> splash_geninitramfs -g /boot/initrd.splash1280x1024 -r 1280x1024 gentoo
>
                                                                   ^^^^^^

> The splash shows up, but there's no animation in the progress indicator bar 

Does it indicate any progress? If you see a growing bar: works as 
designed.

> and no splash messages (like the live CD has).
Works as designed.

> (Fade-in and fade-out works though).
>
> Did I miss something?
>

Yes, you want to actually try out the livecd splash-screen:

# emerge media-gfx/splash-themes-livecd

and then buikd a new initrd.

HTH
Sebastian

-- 
 " Religion ist das Opium des Volkes. "      Karl Marx

 SEB@STI@N GÜNTHER         mailto:samson@guenther-roetgen.de

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-user]  Re: No progress indicator in bootsplash
  2008-07-15  7:07 ` [gentoo-user] " Sebastian Günther
@ 2008-07-15  8:04   ` Nikos Chantziaras
  0 siblings, 0 replies; 10+ messages in thread
From: Nikos Chantziaras @ 2008-07-15  8:04 UTC (permalink / raw
  To: gentoo-user

Sebastian Günther wrote:
> * Nikos Chantziaras (realnc@arcor.de) [15.07.08 07:28]:
> 
>> I've created an initrd with:
>>
>> splash_geninitramfs -g /boot/initrd.splash1280x1024 -r 1280x1024 gentoo
>>
>                                                                    ^^^^^^
> 
>> The splash shows up, but there's no animation in the progress indicator bar 
> 
> Does it indicate any progress? If you see a growing bar: works as 
> designed.

There is no growing bar.  That's not as designed ;)  It's me doing 
probably something wrong.  The bar is there, but it stays empty (does 
not fill up).

>> and no splash messages (like the live CD has).
> Works as designed.
> 
>> (Fade-in and fade-out works though).
>>
>> Did I miss something?
>>
> 
> Yes, you want to actually try out the livecd splash-screen:
> 
> # emerge media-gfx/splash-themes-livecd
> 
> and then buikd a new initrd.

I've done that, same result.  The progress bar stays empty.  There is no 
animation.  No messages (like the percentage indicator and things like 
"GPM started").

I've followed this guide: http://gentoo-wiki.com/Fbsplash

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user] No progress indicator in bootsplash
  2008-07-15  5:27 [gentoo-user] No progress indicator in bootsplash Nikos Chantziaras
  2008-07-15  5:31 ` [gentoo-user] " Nikos Chantziaras
  2008-07-15  7:07 ` [gentoo-user] " Sebastian Günther
@ 2008-07-15 19:37 ` Canek Peláez Valdés
  2008-07-16 13:01   ` [gentoo-user] " Nikos Chantziaras
  2 siblings, 1 reply; 10+ messages in thread
From: Canek Peláez Valdés @ 2008-07-15 19:37 UTC (permalink / raw
  To: gentoo-user

On Tue, Jul 15, 2008 at 12:27 AM, Nikos Chantziaras <realnc@arcor.de> wrote:
> kernel /boot/vmlinuz-2.6.25-gentoo-r6 root=/dev/sdc1
> video=uvesafb:1280x1024-32,mtrr:3,ywrap
> splash=silent,fadein,fadeout,theme:gentoo console=tty1 BOOT_MSG="Cool, huh?"
> softlevel=native

In my experience, if you user custom messages (like your "Cool,
huh?"), the progress bar disappears. The same happened to me if I
edited the keywords SPLASH_BOOT_MESSAGE, SPLASH_REBOOT_MESSAGE and
SPLASH_SHUTDOWN_MESSAGE in /etc/conf.d/splash.

Hope it helps.
Canek
-- 
Fred Allen  - "Television is a medium because anything well done is rare."
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-user]  Re: No progress indicator in bootsplash
  2008-07-15 19:37 ` [gentoo-user] " Canek Peláez Valdés
@ 2008-07-16 13:01   ` Nikos Chantziaras
  2008-07-16 14:59     ` Sebastian Günther
  0 siblings, 1 reply; 10+ messages in thread
From: Nikos Chantziaras @ 2008-07-16 13:01 UTC (permalink / raw
  To: gentoo-user

Canek Peláez Valdés wrote:
> On Tue, Jul 15, 2008 at 12:27 AM, Nikos Chantziaras <realnc@arcor.de> wrote:
>> kernel /boot/vmlinuz-2.6.25-gentoo-r6 root=/dev/sdc1
>> video=uvesafb:1280x1024-32,mtrr:3,ywrap
>> splash=silent,fadein,fadeout,theme:gentoo console=tty1 BOOT_MSG="Cool, huh?"
>> softlevel=native
> 
> In my experience, if you user custom messages (like your "Cool,
> huh?"), the progress bar disappears. The same happened to me if I
> edited the keywords SPLASH_BOOT_MESSAGE, SPLASH_REBOOT_MESSAGE and
> SPLASH_SHUTDOWN_MESSAGE in /etc/conf.d/splash.

I've removed BOOT_MSG.  Still no go.  It says "Initializing the kernel" 
and nothing else happens.

One thing I noticed is that:

splash_geninitramfs -g /boot/splash1280x1024 -r 1280x1024 livecd-2007.0

only includes the JPEG images in the initrd image.  Things like 
"icons/apmd_started.png", "icons/sysklogd_started.png", etc, are not 
included.  I've included them manually (-o /etc/splash/livecd-2007.0) 
but still no go; the splash remains static :(

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user]  Re: No progress indicator in bootsplash
  2008-07-16 13:01   ` [gentoo-user] " Nikos Chantziaras
@ 2008-07-16 14:59     ` Sebastian Günther
  2008-07-16 15:54       ` Nikos Chantziaras
  0 siblings, 1 reply; 10+ messages in thread
From: Sebastian Günther @ 2008-07-16 14:59 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 964 bytes --]

* Nikos Chantziaras (realnc@arcor.de) [16.07.08 15:02]:
> I've removed BOOT_MSG.  Still no go.  It says "Initializing the kernel" and 
> nothing else happens.
>
> One thing I noticed is that:
>
> splash_geninitramfs -g /boot/splash1280x1024 -r 1280x1024 livecd-2007.0
>
> only includes the JPEG images in the initrd image.  Things like 
> "icons/apmd_started.png", "icons/sysklogd_started.png", etc, are not 
> included.  I've included them manually (-o /etc/splash/livecd-2007.0) but 
> still no go; the splash remains static :(
>
The icons are *not* needed in the initrd, they are used *after* the 
rootfs is mounted, so they can be accessed right in time.

Please post your /etc/conf.d/splash, /etc/conf.d/fbcondecor and what
# ls -l /etc/splash
and
# eselect rc list |grep fbcondecor
are returning.

Sebastian

-- 
 " Religion ist das Opium des Volkes. "      Karl Marx

 SEB@STI@N GÜNTHER         mailto:samson@guenther-roetgen.de

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-user]  Re: No progress indicator in bootsplash
  2008-07-16 14:59     ` Sebastian Günther
@ 2008-07-16 15:54       ` Nikos Chantziaras
  2008-07-16 19:01         ` Sebastian Günther
  0 siblings, 1 reply; 10+ messages in thread
From: Nikos Chantziaras @ 2008-07-16 15:54 UTC (permalink / raw
  To: gentoo-user

Sebastian Günther wrote:
> * Nikos Chantziaras (realnc@arcor.de) [16.07.08 15:02]:
>> I've removed BOOT_MSG.  Still no go.  It says "Initializing the kernel" and 
>> nothing else happens.
>>
>> One thing I noticed is that:
>>
>> splash_geninitramfs -g /boot/splash1280x1024 -r 1280x1024 livecd-2007.0
>>
>> only includes the JPEG images in the initrd image.  Things like 
>> "icons/apmd_started.png", "icons/sysklogd_started.png", etc, are not 
>> included.  I've included them manually (-o /etc/splash/livecd-2007.0) but 
>> still no go; the splash remains static :(
>>
> The icons are *not* needed in the initrd, they are used *after* the 
> rootfs is mounted, so they can be accessed right in time.

Yeah, I only tried that in an attempt at shotgun-debugging :P


> Please post your /etc/conf.d/splash, /etc/conf.d/fbcondecor

Thanks for helping in tracking down this issue.  Here's /etc/conf.d/splash:

SPLASH_VERBOSE_ON_ERRORS="no"
SPLASH_EFFECTS="fadein,fadeout"
SPLASH_TEXTBOX="no"
SPLASH_AUTOVERBOSE="0"

In /etc/conf.d/fbcondecor everything is commented out.


> and what
> # ls -l /etc/splash

drwxr-xr-x 3 root root  4096 2008-07-14 16:06 emergence
drwxr-xr-x 3 root root  4096 2008-07-14 16:06 gentoo
drwxr-xr-x 6 root root  4096 2008-07-15 10:52 livecd-2007.0
-rw-r--r-- 1 root root 66372 2008-07-14 16:06 luxisri.ttf


> and
> # eselect rc list |grep fbcondecor

fbcondecor                boot

(Note that I had to rc-update fbcondecor into boot by hand.  The ebuild 
did not do this and also didn't mention the existence of the script at 
all.  The only thing mentioned is there was a change from some older 
splash version which doesn't say much for 1st time users like me.)

Meanwhile I switched from uvesafb to the old vesafb to see if it has 
something to do with it.  Same result.  I also re-emerged klibc and 
splashutils.  No go.

(The kernel has "[*] Support for the Framebuffer Console Decorations" 
enabled.)

Package versions:

sys-devel/gcc (~)4.3.1-r1
media-gfx/splashutils (~)1.5.4.1 (1st try)
media-gfx/splashutils 1.5.3.4 (2nd try)
dev-libs/klibc 1.5.8 (1st try)
dev-libs/klibc (~)1.5.12-r1 (2nd try)
sys-kernel/gentoo-sources 2.6.25-r6 (1st try)
sys-kernel/gentoo-sources 2.6.24-r8 (2nd try)

I hope this won't turn out to be a GCC 4.3 issue :P  I will emerge gcc 
4.1.2 and try again with that.

I'm on AMD64 (if this is relevant.)

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user]  Re: No progress indicator in bootsplash
  2008-07-16 15:54       ` Nikos Chantziaras
@ 2008-07-16 19:01         ` Sebastian Günther
  2008-07-18 22:06           ` Nikos Chantziaras
  0 siblings, 1 reply; 10+ messages in thread
From: Sebastian Günther @ 2008-07-16 19:01 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1646 bytes --]

* Nikos Chantziaras (realnc@arcor.de) [16.07.08 17:55]:
> Sebastian Günther wrote:
>> * Nikos Chantziaras (realnc@arcor.de) [16.07.08 15:02]:
>
> Thanks for helping in tracking down this issue.  Here's /etc/conf.d/splash:
>
> SPLASH_VERBOSE_ON_ERRORS="no"
try turning this to yes, maybe there are some error messages that are 
missed.

> SPLASH_EFFECTS="fadein,fadeout"
> SPLASH_TEXTBOX="no"
> SPLASH_AUTOVERBOSE="0"
>
Same with me.

> In /etc/conf.d/fbcondecor everything is commented out.
>
>
>> and what
>> # ls -l /etc/splash
>
> drwxr-xr-x 3 root root  4096 2008-07-14 16:06 emergence
> drwxr-xr-x 3 root root  4096 2008-07-14 16:06 gentoo
> drwxr-xr-x 6 root root  4096 2008-07-15 10:52 livecd-2007.0
> -rw-r--r-- 1 root root 66372 2008-07-14 16:06 luxisri.ttf
>

Seems OK.
>
>> and
>> # eselect rc list |grep fbcondecor
>
> fbcondecor                boot
>
> (Note that I had to rc-update fbcondecor into boot by hand.  The ebuild did 
> not do this and also didn't mention the existence of the script at all.  
> The only thing mentioned is there was a change from some older splash 
> version which doesn't say much for 1st time users like me.)
>

I have it in boot and default runlevel. Try that.


> Meanwhile I switched from uvesafb to the old vesafb to see if it has 
> something to do with it.  Same result.  I also re-emerged klibc and 
> splashutils.  No go.
>
As I assume you have v86d installed. Try the fbcondecor in default 
runlevel. 

Sebastian

-- 
 " Religion ist das Opium des Volkes. "      Karl Marx

 SEB@STI@N GÜNTHER         mailto:samson@guenther-roetgen.de

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-user]  Re: No progress indicator in bootsplash
  2008-07-16 19:01         ` Sebastian Günther
@ 2008-07-18 22:06           ` Nikos Chantziaras
  0 siblings, 0 replies; 10+ messages in thread
From: Nikos Chantziaras @ 2008-07-18 22:06 UTC (permalink / raw
  To: gentoo-user

Sebastian Günther wrote:
> * Nikos Chantziaras (realnc@arcor.de) [16.07.08 17:55]:
>> Sebastian Günther wrote:
>>> * Nikos Chantziaras (realnc@arcor.de) [16.07.08 15:02]:
>> Thanks for helping in tracking down this issue.  Here's /etc/conf.d/splash:
>>
>> SPLASH_VERBOSE_ON_ERRORS="no"
> try turning this to yes, maybe there are some error messages that are 
> missed.

I went back to troubleshoot this.  I *must* have been blind; during the 
INIT stage, there was a warning that /dev/tty1 is missing (/dev gets 
mounted too late for fbcondecor to access it).  I've created it manually 
(mknod tty1 c 4 1) and it works now :P

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-07-18 22:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-15  5:27 [gentoo-user] No progress indicator in bootsplash Nikos Chantziaras
2008-07-15  5:31 ` [gentoo-user] " Nikos Chantziaras
2008-07-15  7:07 ` [gentoo-user] " Sebastian Günther
2008-07-15  8:04   ` [gentoo-user] " Nikos Chantziaras
2008-07-15 19:37 ` [gentoo-user] " Canek Peláez Valdés
2008-07-16 13:01   ` [gentoo-user] " Nikos Chantziaras
2008-07-16 14:59     ` Sebastian Günther
2008-07-16 15:54       ` Nikos Chantziaras
2008-07-16 19:01         ` Sebastian Günther
2008-07-18 22:06           ` Nikos Chantziaras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox