From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FFXa5-0007ri-06 for garchives@archives.gentoo.org; Sat, 04 Mar 2006 14:18:01 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k24EGvI3025161; Sat, 4 Mar 2006 14:16:57 GMT Received: from smtp1.iway.na (smtp1.iway.na [196.44.136.15]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k24ECrwD029723 for <gentoo-user@lists.gentoo.org>; Sat, 4 Mar 2006 14:12:55 GMT Received: from vscan.iway.na ([196.44.136.13]) by smtp1.iway.na (Netscape Messaging Server 4.15) with ESMTP id IVLWTF01.U4M for <gentoo-user@lists.gentoo.org>; Sat, 4 Mar 2006 16:12:51 +0200 Received: from mx2.iway.na (localhost [127.0.0.1]) by vscan.iway.na (Postfix) with ESMTP id 628581ADC1 for <gentoo-user@lists.gentoo.org>; Sat, 4 Mar 2006 16:12:50 +0200 (WAST) Received: from uwix.alt.na ([196.44.156.223]) by mx2.iway.na (Netscape Messaging Server 4.15) with ESMTP id IVLWTE01.250 for <gentoo-user@lists.gentoo.org>; Sat, 4 Mar 2006 16:12:50 +0200 Received: from uwe by uwix.alt.na with local (Exim 4.60) (envelope-from <uwix@iway.na>) id 1FFXTY-0004qy-Jq for gentoo-user@lists.gentoo.org; Sat, 04 Mar 2006 16:11:16 +0200 From: Uwe Thiem <uwix@iway.na> Organization: SysEx (Pty) Ltd. To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] splash screen on bootup Date: Sat, 4 Mar 2006 16:11:15 +0200 User-Agent: KMail/1.9.1 References: <a2bb9e1f0603040525g138cbff2nd0493dc5ad281758@mail.gmail.com> In-Reply-To: <a2bb9e1f0603040525g138cbff2nd0493dc5ad281758@mail.gmail.com> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603041611.16198.uwix@iway.na> Sender: Uwe Thiem <uwix@iway.na> X-Archives-Salt: 69066ea7-1565-4ae9-b2c0-aea0d85bdacb X-Archives-Hash: 7d5514f355a9e9ae069b27823c1574c0 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