Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fbsplash image disappears from console after booting
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
ccosse
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 171
Location: Las Vegas, NV

PostPosted: Fri Jun 01, 2007 7:01 pm    Post subject: fbsplash image disappears from console after booting Reply with quote

Hi, i've followed the gensplash HowTo and my 2007.0 theme works as advertised during boot/shutdown, however the image disappears from all consoles at about run-level 5. I've added it via
Code:
rc-update add splash default
, can anyone suggest what's wrong? Thnks,

-cc
Back to top
View user's profile Send private message
ccosse
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 171
Location: Las Vegas, NV

PostPosted: Fri Jun 01, 2007 7:15 pm    Post subject: Reply with quote

Also, i've used splash_geninitramfs and grub; here is the grub.conf section:
Code:

title=Gentoo 2007.0
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-gentoo-r8 resume2=swap:/dev/hdxy root=/dev/sda3 splash=silent,fadein,theme:livecd-2007.0 video=vesafb:1024x768-32@80,mtrr,ywrap quiet CONSOLE=/dev/tty1
initrd /boot/fbsplash-livecd-2007.0-1024x768


Here is output from rc-update -s:
Code:

localhost charlie # rc-update -s
               acpid |      default                 
            bootmisc | boot                         
             checkfs | boot                         
           checkroot | boot                         
               clock | boot                         
         consolefont | boot                         
            hostname | boot                         
             hotplug |      default                 
             keymaps | boot                         
               local |      default nonetwork       
          localmount | boot                         
             modules | boot                         
              net.lo | boot                         
            netmount |      default                 
           rmnologin | boot                         
              splash |      default                 
           syslog-ng |      default                 
             urandom | boot                         
          vixie-cron |      default                 
localhost charlie #


Thanks
Back to top
View user's profile Send private message
whatalotta
Tux's lil' helper
Tux's lil' helper


Joined: 23 Nov 2003
Posts: 114
Location: Union City, CA

PostPosted: Sat Jun 02, 2007 6:57 pm    Post subject: Reply with quote

Same issue here. Any ideas?
Back to top
View user's profile Send private message
whatalotta
Tux's lil' helper
Tux's lil' helper


Joined: 23 Nov 2003
Posts: 114
Location: Union City, CA

PostPosted: Sat Jun 02, 2007 8:35 pm    Post subject: Reply with quote

Hey ccosse,

I partially fixed my problem. Here is what I did:

First get rid of CONSOLE=/dev/tty1 on your kernel line in grub. Replace it with console=tty1. It appears that CONSOLE=/dev/tty1 will not allow us to recognize /dev/tty1 at boot.

Second, get rid of splash from rc-update. In your case rc-update del splash default should do the trick.

The above should get you a silent splash image.

All,

The next problem I have is that the F2 option to switch between silent and verbose mode never appears. I can press F2 and I still only have a silent image, but at least it works. I really want the F2 option. Anyone know how?

I have tried kdegraphics in the kernel line, but it didn't work. I have tried adding quiet before console=tty1 and it didn't work either. Tried both at the same time, same result, didn't work.

Any ideas?

Thanks,

Whatalotta
Back to top
View user's profile Send private message
ccosse
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 171
Location: Las Vegas, NV

PostPosted: Sun Jun 03, 2007 1:21 am    Post subject: Reply with quote

Thanks whatalotta,
i'll give your suggestions a try in a little bit -- as for the F2 key, mine works, and i followed according to http://gentoo-wiki.com/HOWTO_Software_Suspend_v2, as you most likely did...there was a specific reference to F2 in there, IIRC, so search F2 on the HowTo (if you missed it somehow), else i'll be happy to compare setups with you. Thanks,

-c
Back to top
View user's profile Send private message
ccosse
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 171
Location: Las Vegas, NV

PostPosted: Sun Jun 03, 2007 3:57 am    Post subject: Reply with quote

well, this isn't all that important to me, but it's nice for demo purposes to have, so i'll continue to listen for any possible leads on howto get this working. Here's my current grub.config, which i reverted to CONSOLE=/dev/tty1 since "console=tty1" dind't have any effect for me:

Code:

title=Gentoo 2007.0
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-gentoo-r8 root=/dev/sda3 splash=silent,fadein,theme:livecd-2007.0 video=vesafb:1024x768-32@80,mtrr,ywrap quiet CONSOLE=/dev/tty1
initrd /boot/fbsplash-livecd-2007.0-1024x768


Anyway, thanks for the idea wholelotta -
Back to top
View user's profile Send private message
whatalotta
Tux's lil' helper
Tux's lil' helper


Joined: 23 Nov 2003
Posts: 114
Location: Union City, CA

PostPosted: Sun Jun 03, 2007 5:34 am    Post subject: Reply with quote

ccosse - Thanks for the tip on the software suspend. I completely missed it! I will give it a try.

Not sure why the console=tty1 line didn't work for you.

I have been doing a lot of reading in the forums and it seems that the latest update to glibc may contribute to the problem. It isn't recommended to do a downgrade (says it will break system), so I'm leaving it alone for now.

If I find anything else out, I will let you know.

Whatalotta
Back to top
View user's profile Send private message
ccosse
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 171
Location: Las Vegas, NV

PostPosted: Sun Jun 03, 2007 5:54 am    Post subject: Reply with quote

right-on, thanks. i'm leaving it for lack of anything to try. lator -
Back to top
View user's profile Send private message
ccosse
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 171
Location: Las Vegas, NV

PostPosted: Sun Jun 03, 2007 6:00 am    Post subject: Reply with quote

whatalotta wrote:
ccosse - Thanks for the tip on the software suspend. I completely missed it! I will give it a try.

Whoops, that was the wrong link/subject -- sorry: i meant this link:http://gentoo-wiki.com/HOWTO_gensplash#What_are_gensplash_and_fbsplash
Search that for F2 and you'll see the kernel config parameter to set:
Code:

CONFIG_INPUT_EVDEV =y

*that's* how to get F2 key working.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum