Code: Select all
splash -s -f /usr/share/splash/bootsplash.cfg > /boot/initrd

Dylix, can I just ask, how did you get this working with 2.4.21 vanilla? When I try and apply the patches to the kernel from bootsplash, it chucks up an error! Does the new kernel already have this functionality built in and hidden?dylix wrote:just thought i would share this works with 2.4.21 vanilla.
Code: Select all
...
Probing for PCI bus adapters...
Use driver `i2c-viapro' for device 00:11.0: VIA Technologies VT8233 VLink South Bridge
Use driver `i2c-riva' for device 01:00.0: GeForce2 GTS2
Probe succesfully concluded.
We will now try to load each adapter module in turn.
Module `i2c-viapro' already loaded.
Load `i2c-riva' (say NO if built into your kernel)? (YES/no):
modprobe: Can't locate module i2c-riva
Loading failed... skipping.
** Note: i2c-riva module is available at
** http://drama.obuda.kando.hu/~fero/cgi-bin/rivatv.shtml
...Code: Select all
* You will need support for videodev, i2c-core, i2c-algo-bit
* for this driver to work, plus your cards' specific modules
* from /lib/modules/2.4.20-gentoo-r5/kernel/drivers/media/video
*
* To load the module automatically at boot up, add these and
* "rivatv" to your /etc/modules.autoload.
*
* Also, see http://rivatv.sourceforge.net/ for more information.
*
* NOTE: Your kernel must not include framebuffer support.
Code: Select all
root@aragorn root # ebuild /var/db/pkg/media-gfx/bootsplash-0.6-r1/bootsplash-0.6-r1.ebuild config
*
* Patching the kernel in /usr/src/linux ...
*
patching file drivers/char/console.c
patching file drivers/char/keyboard.c
Hunk #1 succeeded at 251 (offset 12 lines).
patching file drivers/char/n_tty.c
patching file drivers/video/Config.in
Hunk #1 succeeded at 238 (offset 16 lines).
Hunk #2 FAILED at 356.
Hunk #3 FAILED at 375.
2 out of 3 hunks FAILED -- saving rejects to file drivers/video/Config.in.rej
patching file drivers/video/Makefile
Hunk #2 succeeded at 152 (offset 5 lines).
patching file drivers/video/fbcon-jpegdec.c
patching file drivers/video/fbcon-jpegdec.h
patching file drivers/video/fbcon-splash.c
patching file drivers/video/fbcon-splash.h
patching file drivers/video/fbcon-splash16.c
patching file drivers/video/fbcon.c
Hunk #3 succeeded at 495 (offset -1 lines).
Hunk #5 succeeded at 557 (offset -1 lines).
Hunk #7 succeeded at 790 (offset -1 lines).
Hunk #8 succeeded at 1385 (offset 1 line).
Hunk #9 succeeded at 1446 (offset -1 lines).
Hunk #10 succeeded at 1567 (offset 1 line).
Hunk #11 succeeded at 1582 (offset -1 lines).
Hunk #12 succeeded at 1647 (offset 1 line).
Hunk #13 succeeded at 1687 (offset -1 lines).
Hunk #14 succeeded at 1882 (offset 1 line).
Hunk #15 succeeded at 2315 (offset -1 lines).
Hunk #16 succeeded at 2581 (offset 1 line).
patching file include/video/fbcon.h
patching file kernel/panic.c
Hunk #1 succeeded at 223 (offset 148 lines).
Hunk #2 succeeded at 102 with fuzz 2.
!!! ERROR: media-gfx/bootsplash-0.6-r1 failed.
!!! Function pkg_config, Line 108, Exitcode 1
!!! (no error message)
You can acquire new images by doing 'USE=-kde emerge gentoo-artwork'. After emerging do 'etcat -f gentoo-artwork' (in gentoolkit) to find out where it placed its images. New themes are available also on bootsplash.org.Ard Righ wrote:I wouldn't mind some suggestions for new themes either, as the default Gentoo one is starting to wear a little thin
It just doesn't seem to work. I think manually patching it might, but certainly the automatic patching fails every time with any of the recent ac-sources kernels. I've just resigned myself to the framebuffer until either other kernels start to support my highpoint raid or ac-sources is able to be patched.aitor11 wrote:Hello, im having the same problem to get the patch working on ac-sources 2.4.22-pre3-r1, somebody knows whats wrong?
Aitor
P.D: im going to try this kernel to test the experimetal DRI support of the savage cards.
What's wrong is that most users are probably using a 2.4.20 patch on 2.4.21 and 2.4.22.X. It's not surprising that it is causing problems. I spoke to TaD (bootsplash dev) on irc about a 2.4.21 patch for bootsplash and he said that he needs time to deal with it so it may be a bit of a wait to get any new patches officially incorporated into portage.aitor11 wrote:Hello, im having the same problem to get the patch working on ac-sources 2.4.22-pre3-r1, somebody knows whats wrong?
you can add the image to your existing initrd.usingloser wrote:anyone have a way to make this work if you are already using a initrd for something else (say complete drive encryption)
Code: Select all
splash -s -f /usr/share/splash/bootsplash.cfg >> /boot/initrdCode: Select all
splash -s -f /usr/share/splash/bootsplash.cfg > /boot/initrd