|
发表于 2006-2-19 14:35:15
|
显示全部楼层
Graphical Bootscreen with fbsplash
Because bootsplash from www.bootsplash.org doesn't work with the radeon framebuffer and the vesa framebuffer doesn't support 1280x800 you have to use fbsplash from the gentoo project. I used this patch : fbsplash-*.patch at http://dev.gentoo.org/~spock/projects/gensplash/archive . Copy it to /usr/src/linux, and patch your kernel with
cat fbsplash-*.patch | patch -p1
In order to get a graphical bootsplash you need also the splashutils, available at http://dev.gentoo.org/~spock/projects/gensplash/archive-*.bz2 or via apt-get
apt-get install splashutils
and a fbsplash theme, for instance the coffee-theme (You see, I really love coffee ). Just unpack the theme to /etc/splash/coffee. After compiling and installing the kernel, you've to create a initial ramdisk for fbsplash with
splash_geninitramfs -v -g /boot/initrd.coffee -r 1280x800 coffee |
|