Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dummy console
Date: Mon, 25 Jul 2005 18:48:17
Message-Id: 42E531F0.1080705@asmallpond.org
In Reply to: [gentoo-user] dummy console by Jorge Almeida
1 Jorge Almeida wrote:
2
3 > I upgraded from kernel 2.6.11 (gentoo-sources r4) to 2.6.12 (r6), and
4 > lost my framebuffer console. No console whatsoever, actually, but xdm
5 > starts OK. Checking .config, I see
6 > # Console display driver support
7 > #
8 > CONFIG_VGA_CONSOLE=y
9 > CONFIG_DUMMY_CONSOLE=y
10 > CONFIG_FRAMEBUFFER_CONSOLE=m
11 > # CONFIG_FONTS is not set
12 > CONFIG_FONT_8x8=y
13 > CONFIG_FONT_8x16=y
14 >
15 > I was under the impression that CONFIG_DUMMY_CONSOLE is set only when
16 > CONFIG_VGA_CONSOLE is unset. Wrong? I'm assuming that the dummy console
17 > overrides the vga console...
18 > There is no way to unset the ugly thing. I tried make menuconfig and
19 > make xconfig. I tried commenting out that line.
20 >
21 > The line in grub.conf:
22 > kernel (hd1,2)/boot/linux-2.6.12-gentoo-r6 root=/dev/hdb3
23 > video=vesafb:ywrap,mtrr vga=0x31a pci=usepirqmask
24 >
25
26 My guess is that you just don't have the appropriate framebuffer drivers
27 configured in "Device Drivers->Graphics Support". With the Gentoo
28 sources, I recommend at least CONFIG_FB_VESA=y and
29 CONFIG_FB_VESA_TNG=y. If you do you will need to change your boot
30 options, as VESA_TNG doesn't use the vga= parameter:
31
32 kernel (hd1,2)/boot/linux-2.6.12-gentoo-r6 root=/dev/hdb3
33 video=vesafb:1280x1024-16@60,ywrap,mtrr pci=usepirqmask
34
35 -Richard
36
37 --
38 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] dummy console Jorge Almeida <jalmeida@××××××××××××.pt>