Gentoo Archives: gentoo-user

From: Thomas Kear <thomas.kear@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Framebuffer problems
Date: Sun, 11 Feb 2007 10:20:15
Message-Id: 200702112308.44977.thomas.kear@gmail.com
In Reply to: [gentoo-user] Framebuffer problems by "Jed R. Mallen"
1 > kernel /bzImage-fb1280 root=/dev/hda8 video=vesafb:ywrap,mtrr
2 > vga=0x0317 splash=verbose,theme:Gentoo-Hornet
3 Try 0x31B, it might be happier with 24 bit colour.
4
5 > Then after that brief 80x60(?) display gentoo proceeds to boot with
6 > 1280x1024 reso (and the dmesg info scrolls up while tux sits on top
7 > of it... but sadly without using my splash theme :( ).
8 You can't have a framebuffer splash and tux, it's one or the other. I believe
9 this is documented in some inconvenient place in the kernel configuration.
10
11
12 Relevant parts of my grub.conf:
13 kernel /boot/kernel-2.6.20-gentoo root=/dev/sda2 vga=0x31B
14 splash=verbose,theme:echoes video=vesafb:mtrr,ywrap
15 initrd /boot/initrd-fbsplash
16
17 (I chose the easy method and put my splash images in an initramfs file, but if
18 you've added yours to the kernel that should work fine too)
19
20 --Thomas