* [gentoo-user] splash screen on bootup
@ 2006-03-04 13:25 c.s.prakash
2006-03-04 13:46 ` Masood Ahmed
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: c.s.prakash @ 2006-03-04 13:25 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 119 bytes --]
i had installed gentoo without splash screen on boot up (ie., bootsplash)
how can i configure now
--
C.S.Prakash
[-- Attachment #2: Type: text/html, Size: 142 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] splash screen on bootup
2006-03-04 13:25 [gentoo-user] splash screen on bootup c.s.prakash
@ 2006-03-04 13:46 ` Masood Ahmed
2006-03-04 13:48 ` Christoph Eckert
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Masood Ahmed @ 2006-03-04 13:46 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1022 bytes --]
c.s.prakash wrote:
> i had installed gentoo without splash screen on boot up (ie., bootsplash)
> how can i configure now
>
Hi Prakash,
Gentoo developers have discontinued the support fo bootsplash,
i.e., the gentoo kernel sources do not contain bootsplash patches.
You've to use fbsplash (splashutils) instead..
Check out : http://gentoo-wiki.com/HOWTO_fbsplash
Also note that you can emerge boolsplash-themes, they'll get
automatically get converted to splashutils themes..
Bye,
--
Linux Kernel : 2.6.15-gentoo-r7
GCC version : 4.0.2 (Gentoo 4.0.2-r3, pie-8.7.8)
Processor : AMD Athlon XP 2600+
RAM : 1 GB DDR 333 SDRAM
CFLAGS USED : -march=athlon-xp -O3 -m3dnow -msse -mmmx -pipe
-fomit-frame-pointer -momit-leaf-frame-pointer -ftracer
-fno-crossjumping -falign-functions=16 -falign-loops=16
-falign-jumps=16 -fno-align-labels -mfpmath=387,sse
-maccumulate-outgoing-args
CXXFLAGS USED : $(CFLAGS) -fvisibility-inlines-hidden
[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] splash screen on bootup
2006-03-04 13:25 [gentoo-user] splash screen on bootup c.s.prakash
2006-03-04 13:46 ` Masood Ahmed
@ 2006-03-04 13:48 ` Christoph Eckert
2006-03-04 14:03 ` Uwe Klosa
2006-03-04 14:11 ` Uwe Thiem
3 siblings, 0 replies; 5+ messages in thread
From: Christoph Eckert @ 2006-03-04 13:48 UTC (permalink / raw
To: gentoo-user
> i had installed gentoo without splash screen on boot up (ie.,
> bootsplash) how can i configure now
search for gensplash.
Best regards
ce
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] splash screen on bootup
2006-03-04 13:25 [gentoo-user] splash screen on bootup c.s.prakash
2006-03-04 13:46 ` Masood Ahmed
2006-03-04 13:48 ` Christoph Eckert
@ 2006-03-04 14:03 ` Uwe Klosa
2006-03-04 14:11 ` Uwe Thiem
3 siblings, 0 replies; 5+ messages in thread
From: Uwe Klosa @ 2006-03-04 14:03 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 275 bytes --]
Have a look at these HOWTOs
http://gentoo-wiki.com/HOWTO_fbsplash
http://gentoo-wiki.com/HOWTO_Splash_image_in_GRUB
Cheers
Uwe
c.s.prakash wrote:
> i had installed gentoo without splash screen on boot up (ie., bootsplash)
> how can i configure now
>
> --
> C.S.Prakash
[-- Attachment #2: uwe.klosa.vcf --]
[-- Type: text/x-vcard, Size: 242 bytes --]
begin:vcard
fn:Uwe Klosa
n:Klosa;Uwe
org:Uppsala University;Electronic Publishing Centre
adr:;;;Uppsala;;75120;Sweden
email;internet:uwe.klosa@ub.uu.se
tel;work:+46 (0)18 471 7658
url:http://publications.uu.se/epcentre
version:2.1
end:vcard
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] splash screen on bootup
2006-03-04 13:25 [gentoo-user] splash screen on bootup c.s.prakash
` (2 preceding siblings ...)
2006-03-04 14:03 ` Uwe Klosa
@ 2006-03-04 14:11 ` Uwe Thiem
3 siblings, 0 replies; 5+ messages in thread
From: Uwe Thiem @ 2006-03-04 14:11 UTC (permalink / raw
To: gentoo-user
On 04 March 2006 15:25, c.s.prakash wrote:
> i had installed gentoo without splash screen on boot up (ie., bootsplash)
> how can i configure now
Don't use bootsplash; that's obsolete. Instead, use just "splash".
Emerge splash and whatever theme you want.
Emerge, if you haven't done so, genkernel. Use genkernel to create an initrd
(actually, initramfs) for you even if you haven't used genernel for compiling
the kernel:
genkernel --gensplash=your_theme --gensplash-res=1024x768 initrd
Replace "your_theme" and "1024x768" with your preferred settings. Add
"--menuconfig" to the option if you want to look up your kernel configuration
again, but if you change it you must also compile a new kernel. Inside the
kernel, you need support for the framebuffer and for splash.
Assuming you are using grub as a boot loader, you need an entry in grub.conf
like this:
title= NOS - The Namibian Office Solution by SysEx (Pty) Ltd.
root (hd0,1)
kernel /boot/kernel-genkernel-x86-2.6.12-gentoo-r6 root=/dev/ram0
init=/linuxrc ramdisk=8192 real_root=/dev/hda2 quiet udev CONSOLE=/dev/tty1
video=vesafb:ywrap,1024x768-16@85 splash=silent,theme:sysex
initrd /boot/initramfs-genkernel-x86-2.6.12-gentoo-r6
Obviously, you have to adjust devices, kernel version, initrd version, theme
and resolution to your liking.
Voila!
Uwe
--
Why do consumers keep buying products they will live to curse?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-03-04 14:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-04 13:25 [gentoo-user] splash screen on bootup c.s.prakash
2006-03-04 13:46 ` Masood Ahmed
2006-03-04 13:48 ` Christoph Eckert
2006-03-04 14:03 ` Uwe Klosa
2006-03-04 14:11 ` Uwe Thiem
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox