Prev / Next

2005-01-26 / まとめframebuffer-Gentoo[Gentoo][SOLO2300号]

Gentoo 2006.0より前の話だろうな。
結局必要なことなど
まず http://www.sen2or.com/index.php?itemid=581&catid=14 を読む。
  適ベン http://forums.gentoo.org/viewtopic.php?t=49036 もながめる。
そして、http://d.hatena.ne.jp/y4su0/20030530#p2 の通り、
・/etc/make.conf編集
USE="aalib directfb fbcon svga"
・emerge -k bootsplash
・emerge -k gentoo-artwork
・カーネル再構築
http://www.sen2or.com/index.php?itemid=655 を参考にする。
    Frame-bufferの中はデフォのままいじらないほうがいい。モジュールのまま。
・emerge -k bootsplash-themes-livecd
・/sbin/splash -s -f /etc/bootsplash/livecd-2004.2/config/bootsplash-800x600.cfg >> /boot/initrd-800x600
/usr/share/bootsplash/以下のファイルをコピーしてもいいらしい。
・/etc/conf.d/bootsplash編集
BOOTSPLASH_THEME="livecd-2004.2"
・rc-update add bootsplash default
・/boot/grub/grub.conf編集
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=only bzImage2.4.28
root (hd0,0)
kernel (hd0,0)/boot/bzImage-2.4.28-r5 root=/dev/hda3
#
# ここが牛の絵の出る部分
title=2428vesa32k-ushi
root (hd0,0)
kernel (hd0,0)/boot/bzImage-2.4.28-r5 root=/dev/hda3 video=vesafb:ywrap,mtrr vga=0x313 splash=silent
initrd (hd0,0)/boot/initrd-800x600
#ここまで
#
title=gentoo2.4.26
root (hd0,0)
kernel (hd0,0)/boot/kernel-2.4.26-gentoo-r9 root=/dev/ram0 real_root=/dev/hda3 init=/linuxrc ramdisk=8192
initrd (hd0,0)/boot/initrd-2.4.26-gentoo-r9

title=2.4.20
root (hd0,0)
kernel (hd0,0)/boot/kernel-2.4.20-gentoo-r6 root=/dev/hda3
initrd (hd0,0)/boot/initrd-2.4.20-gentoo-r6