Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] intelfb usage in grub
Date: Mon, 20 Apr 2009 19:40:11
Message-Id: 200904202039.05547.peter@humphrey.ukfsn.org
In Reply to: [gentoo-user] intelfb usage in grub by Valmor de Almeida
1 On Monday 20 April 2009 19:47:15 Valmor de Almeida wrote:
2 > I've been trying the following grub.conf boot
3 >
4 > kernel /boot/vmlinuz root=/dev/sda3 video=intelfb,mode=1280x768-32@60
5 > but no luck (that is I get the 80x25 console). The only working format
6 > appears to be
7 >
8 > kernel /boot/vmlinuz root=/dev/sda3 vga=xxx
9 >
10 > where xxx does not accommodate the mode above. In fact nothing will work
11 > unless I use vga="something"; and that appears to be sufficient.
12
13 When that happens to me, it's usually because I haven't compiled the right
14 frame buffer into the kernel (it won't do as a module). I use the vesa
15 frame buffer (not uvesa) with this kernel line:
16
17 kernel /boot/kernel-x86_64-2.6.29-gentoo-r1 root=/dev/md0 vga=0x31A
18 video=vesafb:mtrr:3,ywrap fbcon=scrollback:128k splash=silent
19 memory_corruption_check=1
20
21 I don't use genkernel, nor an initrd or initramfs.
22
23 --
24 Rgds
25 Peter

Replies

Subject Author
Re: [gentoo-user] intelfb usage in grub Valmor de Almeida <val.gentoo@×××××.com>