Gentoo Archives: gentoo-user

From: Valmor de Almeida <val.gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] intelfb usage in grub
Date: Mon, 20 Apr 2009 18:47:36
Message-Id: 49ECC333.8060100@gmail.com
1 Hello,
2
3 I've been trying the following grub.conf boot
4
5 kernel /boot/vmlinuz root=/dev/sda3 video=intelfb,mode=1280x768-32@60
6
7 but no luck (that is I get the 80x25 console). The only working format
8 appears to be
9
10 kernel /boot/vmlinuz root=/dev/sda3 vga=xxx
11
12 where xxx does not accommodate the mode above. In fact nothing will work
13 unless I use vga="something"; and that appears to be sufficient.
14
15 Am I using the incorrect video=... syntax?
16
17 Below follows relevant lines from /var/log/messages
18
19 Thanks,
20
21 --
22 Valmor
23
24
25 Apr 20 14:27:54 dcpl-lpt1 [ 0.000000] Kernel command line:
26 root=/dev/sda3 video=intelfb vga=ask
27 ...
28 Apr 20 14:27:54 dcpl-lpt1 [ 0.169751] intelfb: Framebuffer driver for
29 Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM
30 chipsets
31 Apr 20 14:27:54 dcpl-lpt1 [ 0.169765] intelfb: Version 0.9.5
32 Apr 20 14:27:54 dcpl-lpt1 [ 0.169816] intelfb: 00:02.0: Intel(R)
33 945GM, aperture size 256MB, stolen memory 7932kB
34 Apr 20 14:27:54 dcpl-lpt1 [ 0.173678] intelfb: Non-CRT device is
35 enabled ( LVDS port ). Disabling mode switching.
36 Apr 20 14:27:54 dcpl-lpt1 [ 0.173703] intelfb: Initial video mode is
37 1024x768-32@60.
38 Apr 20 14:27:54 dcpl-lpt1 [ 0.174157] intelfb: Changing the video
39 mode is not supported.
40 Apr 20 14:27:54 dcpl-lpt1 [ 0.183305] Console: switching to colour
41 frame buffer device 128x48

Replies

Subject Author
Re: [gentoo-user] intelfb usage in grub "Sebastian Günther" <samson@××××××××××××××××.de>
Re: [gentoo-user] intelfb usage in grub Peter Humphrey <peter@××××××××××××××.org>
Re: [gentoo-user] intelfb usage in grub Mike Edenfield <kutulu@××××××.org>