From: Richard Fish <bigfish@asmallpond.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] dummy console
Date: Mon, 25 Jul 2005 20:39:44 +0200 [thread overview]
Message-ID: <42E531F0.1080705@asmallpond.org> (raw)
In-Reply-To: <Pine.LNX.4.63.0507251216590.13677@weber.math.ist.utl.pt>
Jorge Almeida wrote:
> I upgraded from kernel 2.6.11 (gentoo-sources r4) to 2.6.12 (r6), and
> lost my framebuffer console. No console whatsoever, actually, but xdm
> starts OK. Checking .config, I see
> # Console display driver support
> #
> CONFIG_VGA_CONSOLE=y
> CONFIG_DUMMY_CONSOLE=y
> CONFIG_FRAMEBUFFER_CONSOLE=m
> # CONFIG_FONTS is not set
> CONFIG_FONT_8x8=y
> CONFIG_FONT_8x16=y
>
> I was under the impression that CONFIG_DUMMY_CONSOLE is set only when
> CONFIG_VGA_CONSOLE is unset. Wrong? I'm assuming that the dummy console
> overrides the vga console...
> There is no way to unset the ugly thing. I tried make menuconfig and
> make xconfig. I tried commenting out that line.
>
> The line in grub.conf:
> kernel (hd1,2)/boot/linux-2.6.12-gentoo-r6 root=/dev/hdb3
> video=vesafb:ywrap,mtrr vga=0x31a pci=usepirqmask
>
My guess is that you just don't have the appropriate framebuffer drivers
configured in "Device Drivers->Graphics Support". With the Gentoo
sources, I recommend at least CONFIG_FB_VESA=y and
CONFIG_FB_VESA_TNG=y. If you do you will need to change your boot
options, as VESA_TNG doesn't use the vga= parameter:
kernel (hd1,2)/boot/linux-2.6.12-gentoo-r6 root=/dev/hdb3
video=vesafb:1280x1024-16@60,ywrap,mtrr pci=usepirqmask
-Richard
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2005-07-25 18:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-25 11:29 [gentoo-user] dummy console Jorge Almeida
2005-07-25 18:39 ` Richard Fish [this message]
2005-07-25 21:27 ` Jorge Almeida
2005-07-25 18:40 ` Richard Fish
2005-07-25 21:30 ` Jorge Almeida
2005-07-26 18:55 ` Richard Fish
2005-07-26 22:17 ` Jorge Almeida
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42E531F0.1080705@asmallpond.org \
--to=bigfish@asmallpond.org \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox