Code: Select all
Table For Boot Process When Using vga=ask (Hexadecimal values)
Color Depth / Resolution 640x480 800x600 1024x768 1280x1024 1600x1200
256 (8 Bit) 0301 0303 0305 0307 031C
32768 (15 Bit) 0310 0313 0316 0319 031D
65536 (16 Bit) 0311 0314 0317 031A 031E
16,8M (24 Bit) 0312 0315 0318 031B 031FCode: Select all
Table of VALUES for /etc/lilo.conf or /boot/grub/grub.conf
Color Depth / Resolution 640x480 800x600 1024x768 1280x1024 1600x1200
256 (8 Bit) 769 771 773 775 796
32768 (15 Bit) 784 787 790 793 797
65536 (16 Bit) 785 788 791 794 798
16,8M (24 Bit) 786 789 792 795 799Code: Select all
title=Gentoo Linux
root (hd0,0)
kernel /bzImage root=/dev/hda3 hdc=ide-scsi hdd=ide-scsi vga=0x346 video=vesa:mtrr,ywrap:1600x1200@60Code: Select all
maraniki src # patch -p0 < bootsplash-3.0.7-2.4.20-vanilla.diff
patching file linux/drivers/char/console.c
Reversed (or previously applied) patch detected! Assume -R? [n] y
patching file linux/drivers/char/keyboard.c
patching file linux/drivers/char/n_tty.c
patching file linux/drivers/video/Config.in
Hunk #1 succeeded at 232 (offset 10 lines).
Hunk #3 succeeded at 369 (offset 10 lines).
patching file linux/drivers/video/Makefile
The next patch would create the file linux/drivers/video/fbcon-jpegdec.c,
which already exists! Assume -R? [n] y
patching file linux/drivers/video/fbcon-jpegdec.c
Hunk #1 FAILED at 1.
File linux/drivers/video/fbcon-jpegdec.c is not empty after patch, as expected
1 out of 1 hunk FAILED -- saving rejects to file linux/drivers/video/fbcon-jpegdec.c.rej
patching file linux/drivers/video/fbcon-jpegdec.h
The next patch would create the file linux/drivers/video/fbcon-splash.c,
which already exists! Assume -R? [n] y
patching file linux/drivers/video/fbcon-splash.c
Hunk #1 FAILED at 1.
File linux/drivers/video/fbcon-splash.c is not empty after patch, as expected
1 out of 1 hunk FAILED -- saving rejects to file linux/drivers/video/fbcon-splash.c.rej
The next patch would create the file linux/drivers/video/fbcon-splash.h,
which already exists! Assume -R? [n] y
patching file linux/drivers/video/fbcon-splash.h
Hunk #1 FAILED at 1.
File linux/drivers/video/fbcon-splash.h is not empty after patch, as expected
1 out of 1 hunk FAILED -- saving rejects to file linux/drivers/video/fbcon-splash.h.rej
The next patch would create the file linux/drivers/video/fbcon-splash16.c,
which already exists! Assume -R? [n] y
patching file linux/drivers/video/fbcon-splash16.c
Hunk #1 FAILED at 1.
File linux/drivers/video/fbcon-splash16.c is not empty after patch, as expected
1 out of 1 hunk FAILED -- saving rejects to file linux/drivers/video/fbcon-splash16.c.rej
patching file linux/drivers/video/fbcon.c
Hunk #4 FAILED at 522.
Hunk #5 succeeded at 578 (offset 20 lines).
Hunk #6 FAILED at 727.
Hunk #7 succeeded at 803 with fuzz 2 (offset 12 lines).
Hunk #8 succeeded at 1404 (offset 20 lines).
Hunk #9 succeeded at 1459 (offset 12 lines).
Hunk #10 succeeded at 1586 (offset 20 lines).
Hunk #11 succeeded at 1595 (offset 12 lines).
Hunk #12 FAILED at 1658.
Hunk #13 succeeded at 1735 (offset 47 lines).
Hunk #14 succeeded at 1893 (offset 12 lines).
Hunk #15 succeeded at 2363 with fuzz 1 (offset 47 lines).
Hunk #16 FAILED at 2627.
4 out of 16 hunks FAILED -- saving rejects to file linux/drivers/video/fbcon.c.rej
patching file linux/include/video/fbcon.h
Hunk #1 succeeded at 100 with fuzz 2 (offset 58 lines).
Hunk #2 FAILED at 182.
1 out of 2 hunks FAILED -- saving rejects to file linux/include/video/fbcon.h.rej
patching file linux/kernel/panic.c
Hunk #2 succeeded at 102 with fuzz 2.
Code: Select all
mv /usr/src/linux/.config ~/gentoo-sources.config
emerge -C gentoo-sources
emerge --prune gentoo-sources
rm -rf /usr/src/linux-2.4.20-gentoo*
emerge gentoo-sources
mv ~/gentoo-sources.config /usr/src/linux/
cd /usr/src/linux
make oldconfig
make menuconfigTry the "bootsplash at 1600x1200 config" bug report. It isn't officially in the gentoo bootsplash package yet.Loial wrote:I have just emerged it and patched kernel and rebuild it, so far so good. I was about to copy the initrd to /boot when I noticed there isn't a 1600x1200 initrd. How does one obtain one?
In /etc/init.d/bootsplash change the line:ReiNi23 wrote:I must be overlooking something, but can't find out wat... All my TTY's exept voor TTY0 have silent plashes, but I just want them to be normal TTY's with a normal splash...
Anybody got a clue where to fix that?
Thanx in advance!
