|
|
原贴地址
http://forums.gentoo.org/viewtop ... ht-framebuffer.html
My kernel 2.6.12-gentoo-r7
This is what i have done.
*I have emerged splashutils and splash-themes-livecd
*I have mounted my /boot partition and issued
- splash_geninitramfs -v -g /boot/splash-livecd-2005.1-1024x768 -r 1024x768 livecd-2005.1
复制代码
*Compiled my kernel with support for initrd and vesafb
- <*> RAM disk support
- (16) Default number of RAM disks
- (4096) Default RAM disk size (kbytes)
- [*] Initial RAM disk (initrd) support
复制代码
- <*> VESA VGA graphics support
- VESA driver type (vesafb-tng) --->
- (1024x768@72) VESA default mode
复制代码
*I have edited /boot/grub/menu.lst. Now it looks like this: (i start the 2.6.12-r7 kernel)
- default 0
- timout 30
- title=G-2.6.12-r7
- root (hd0,1)
- kernel /boot/gentoo-2.6.11-r7 root=/dev/hda5 video=vesafb:1024x768-32@72
- splash=silent,theme:livecd-2005.1 quiet CONSOLE=/dev/tty1
- initrd /boot/splash-livecd-2005.1-1024x768
- title=Windows
- rootnoverify (hd0,0)
- makeactive
- chainloader +1
复制代码
*I have made a symlink /etc/splash/default that points to livecd-2005.0
*I have added splas to the default runlevel.
这里我要补充的就是 如果你想要修改控制台的背景图片可以直接替换
/etc/splash/livecd-2005.1/images/verbose-1024x768.png(这个是我使用的)
你可以更改你自己相应的splash的theme的相应背景图片 它们都在/etc/splash/下
现在共有emergence gentoo livecd-2005.1三个theme
我觉得这是比较简单就可以实现Framebuffer, Bootsplash的方法 而且还可以很方便的替换成自己定制的图片......... ;)

上面的图片是从http://www.linuxsir.cn/forum.php?mod=viewthread&tid=22104
转来的 我兄弟Debentoo Gao的帖子 呵呵 Debentoo Gao还记得我吧 我是“释”
这个背景蛮不错的 我一直没能找到 哪位兄弟知道发一下阿
还有字的眼色是黑的。。。这个怎么做? |
|