LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-05-2003, 12:59 AM   #1
devoyage
Member
 
Registered: Aug 2003
Distribution: many
Posts: 37

Rep: Reputation: 15
penguin @ boot?


Hi all.
I am trying to figure out where the hell the penguine comes from that appears on the top left of the screen if you enable a frame buffer?

I can't seem to find any sort of configuration for it, or even the place where that picture resides on the system.

I am trying to get some other boot screens to run, since they are not working I have a feeling that the penguine might be overriding them.

I thought I have seen something about slackware actually patching their kernel to do this, but I don't even use the native slackware kernel?

TIA
 
Old 09-05-2003, 01:07 AM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
It's framebuffer, and yeah, it's in the kernel.

When you recompiled your kernel, you must have enabled (or not disabled) framebuffering.

It's likely not blocking these from being displayed though

To see boot messages:
dmesg
cat /var/log/messages | less
less /var/log/messages
tail /var/log/messages



Cool
 
Old 09-09-2003, 01:47 AM   #3
devoyage
Member
 
Registered: Aug 2003
Distribution: many
Posts: 37

Original Poster
Rep: Reputation: 15
Thanks MasterC... I guess I didn't state my question well.

I _DO_ want to use the frame buffer, I just don't want the penguine to show up. I love having the resolution I get from FB, but I would like to change the boot up screen, and was wondering where the penguine picture is actually located on the system, or any way of disabling (only) the penguine picture.

Any other thoughts?
 
Old 09-09-2003, 02:23 AM   #4
Locura
Member
 
Registered: May 2003
Distribution: Ubuntu 6.10 SE, Mac OS 10.4.8
Posts: 370

Rep: Reputation: 30
I have a related question. I use framebuffer, but I was wondering if anyone knew how to substitute another picture. Say, maybe the Slackware logo
 
Old 09-09-2003, 02:28 AM   #5
djbanaan
Member
 
Registered: Aug 2003
Location: Haarlem, The Netherlands
Distribution: Slackware, FreeBSD
Posts: 178

Rep: Reputation: 30
All I know is the you can switch it off at kernel compile time. I can't remember what the option was called, though.
 
Old 09-09-2003, 10:31 AM   #6
EyesOnly
Member
 
Registered: Aug 2003
Location: The Netherlands
Distribution: SlackWare
Posts: 202

Rep: Reputation: 30
You might wanna check out http://www.bootsplash.org/

I guess slackware uses this to display the image. This anyway makes it possible to use any image you want at boot.(even moving images..)
 
Old 09-09-2003, 07:16 PM   #7
linuxJaver
Member
 
Registered: Jul 2003
Location: Jakartax, ID
Distribution: slack9.1+,9.1,rh9
Posts: 203

Rep: Reputation: 30
BootSplash ? Isn't that such logo of the bios, like that appear on the right upper corner of screen (energy star).

That looked cool, I went by a Deutsche-site with such splash images (have certain pixels, format). That can be combined into the bios code by using the tool cbrom, danger stuff, who dare to try it and risking a unbootable mobo ..

Btw, is it possible to have more/custom emoticon on LQ's, one told me on yahoo, that the yahoo emoticon can be modified somewhere (user.dat .. on windows) ..
 
Old 09-09-2003, 07:23 PM   #8
devoyage
Member
 
Registered: Aug 2003
Distribution: many
Posts: 37

Original Poster
Rep: Reputation: 15
Thanks for the replys.

LinuxJabber: That is something else. What we are talking about is when the O.S. Is loading, although it is possible to get some animated boot up screens too (mine looks mighty fine It 's a couple of patches to lilo... hold on I'll find the links:
http://www.gamers.org/~quinet/lilo/

EyesOnly: that is exactly the thing I am having problems with! I am wondering if the penguine is overriding the bootsplash.org stuff?

I don't think that slack uses this, because it requires a patch to the kernel.

They might have just written it into the initrd image though, I'm not sure.

Locura: That's what I had originally wanted to do!!!, but things got all complicated when I found bootsplash.org
Simply changing the image to something else would be fine for me though.

Anybody got ideas?
 
Old 09-09-2003, 07:44 PM   #9
linuxJaver
Member
 
Registered: Jul 2003
Location: Jakartax, ID
Distribution: slack9.1+,9.1,rh9
Posts: 203

Rep: Reputation: 30
They said the logo must be inside the kernel source, then just do a "find "*.gif" /usr/src/linux -print {}" something on the source code tree for image file, try also with .jpg & other images extentions ..
 
Old 09-09-2003, 10:05 PM   #10
Nikon01
Member
 
Registered: Jul 2003
Distribution: Slackware 10.0
Posts: 196

Rep: Reputation: 30
I'm using framebuffer but I get no penguin ;(. I feel left out!
 
Old 09-10-2003, 05:22 AM   #11
Cerbere
Member
 
Registered: Dec 2002
Location: California
Distribution: Slackware & LFS
Posts: 799

Rep: Reputation: 33
From /usr/src/linux/Documentation/fb/framebuffer.txt:

Quote:
For more specific information about the frame buffer device and its
applications, please refer to the Linux-fbdev website:

http://linux-fbdev.sourceforge.net/

and to the following documentation:

- The manual pages for fbset: fbset(8), fb.modes(5)
- The manual pages for XFree86: XF68_FBDev(1), XF86Config(4/5)
- The mighty kernel sources:
o linux/drivers/video/
o linux/include/linux/fb.h
o linux/include/video/

There are several frame buffer device related mailing lists at SourceForge:
- linux-fbdev-announce@lists.sourceforge.net, for announcements,
- linux-fbdev-user@lists.sourceforge.net, for generic user support,
- linux-fbdev-devel@lists.sourceforge.net, for project developers.

Point your web browser to http://sourceforge.net/projects/linux-fbdev/ for
subscription information and archive browsing.
Or, from a google search for 'framebuffer' 'logo' 'penguin', try this link:

http://www.arnor.net/linuxlogo/

Enjoy!
--- Cerbere
 
Old 09-10-2003, 03:18 PM   #12
EyesOnly
Member
 
Registered: Aug 2003
Location: The Netherlands
Distribution: SlackWare
Posts: 202

Rep: Reputation: 30
I just started whit installing this bootsplach stuff, 'cause it does look cool.

I was following the guide at the bootsplash website, and there they say, when you configure the kernel, you have to enable the option "Use splash screen instead of boot logo" in the submenu consoledrivers->frame buffering. But it isn't there!
I have a custom 2.4.22 kernel, and the patches are for a 2.4.20 kernel, so I guess that's why it isn't there. I don't wanna go back to 2.4.20, because thisone doesn't support my soundcard.

I haven't tryed to compile the kernel whitout this option, so it might work anyway.

devoyage: maybe you forgot this option? it seems to me the bootsplash stuff is indeed overrided whit the standard bootlogo unless you enable this option.
 
Old 09-10-2003, 03:26 PM   #13
EyesOnly
Member
 
Registered: Aug 2003
Location: The Netherlands
Distribution: SlackWare
Posts: 202

Rep: Reputation: 30
Oh, just found out the "Use splash screen instead of boot logo" option IS available when using kernel 2.4.21 I'm gonna try this one, because 2.4.21 also supports my soundcard.
 
Old 09-11-2003, 12:47 PM   #14
EyesOnly
Member
 
Registered: Aug 2003
Location: The Netherlands
Distribution: SlackWare
Posts: 202

Rep: Reputation: 30
I used the bootsplash patch from this site:here

I used the patch for kernel 2.4.22, and then followed the installation as on www.bootsplash.org. There is one thing missing in this manual: you will have to add the line
initrd=/boot/initrd.splash
to lilo.conf, otherwise it wont work.

when you add append = "splash=silent" to your lilo.conf, bootsplash will run in 'silent mode', so it covers up all the kernel messages.

Now it works fine for me, and it looks real cool
 
Old 10-06-2003, 12:23 AM   #15
h1tman
Member
 
Registered: Jul 2003
Distribution: Slackware 11
Posts: 439

Rep: Reputation: 30
what patch for 2.4.22?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
penguin mascot during boot pcandpc Linux - Newbie 6 05-16-2005 09:29 AM
no kernel difference, but boot penguin gone six6 Debian 8 12-13-2004 12:30 PM
Penguin 2 Days Old + Fedora/XP Dual Boot aliasNIGMA LinuxQuestions.org Member Success Stories 1 09-21-2004 03:47 AM
boot penguin german Linux - General 4 09-18-2003 01:25 PM
How do I NOT get that little penguin at boot up. itsjustme Slackware 12 06-02-2003 05:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration