public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@zytor.com>
To: Santiago Garcia Mantinan <manty@manty.net>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: vga text console not working on 2.6.23-rc8
Date: Fri, 28 Sep 2007 15:29:01 -0700	[thread overview]
Message-ID: <46FD802D.2030804@zytor.com> (raw)
In-Reply-To: <20070928200352.GA2312@pul.manty.net>

Santiago Garcia Mantinan wrote:
> Hi!
> 
> I have just compiled a 2.6.23-rc8 using the config from my 2.6.22 as a basis
> and I came out with a not working (almost black) vga text console.
> 
> This is what I'm getting on my logs:
> 
> Console: colour dummy device 80x25
> console [tty0] enabled
> 
> Instead of the old:
> 
> Console: colour VGA+ 80x25
> 
> The options related to the console on my config are these:
> 
> CONFIG_VT=y
> CONFIG_VT_CONSOLE=y
> CONFIG_HW_CONSOLE=y
> CONFIG_SERIAL_8250=y
> CONFIG_SERIAL_8250_CONSOLE=y
> CONFIG_SERIAL_CORE=y
> CONFIG_SERIAL_CORE_CONSOLE=y
> CONFIG_VGA_CONSOLE=y
> CONFIG_VIDEO_SELECT=y
> CONFIG_DUMMY_CONSOLE=y
> 
> The machine is a AMD x64 X2 Athlon with a NForce 4 chipset, vga is a ATI
> radeon and I have also set:
> 
> CONFIG_DRM=m
> CONFIG_DRM_RADEON=m
> 
> I have tried with and without CONFIG_VIDEO_SELECT and
> CONFIG_VIDEO_OUTPUT_CONTROL with the same results. BTW: when X starts the
> display is Ok.
> 
> If you want me to do any tests or need more info just tell me.
> 

Please send me your .config as well as /etc/grub.conf and the output of
/proc/cmdline.

It would also be useful if you could do the following:

- remove __initdata from the boot_params line in
arch/i386/kernel/setup.c or x86_boot_params in arch/x86_64/kernel/setup.c.

- Compile the kernel with CONFIG_DEBUG_INFO=y

- With the new kernel running, do:

gdb vmlinux /proc/kcore
p/x &boot_params [for x86-64, p/x &x86_boot_params]
dump binary memory bootparams.bin <address> <address>+4096

	-hpa

  reply	other threads:[~2007-09-28 22:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-28 20:03 vga text console not working on 2.6.23-rc8 Santiago Garcia Mantinan
2007-09-28 22:29 ` H. Peter Anvin [this message]
2007-09-29 10:05   ` Santiago Garcia Mantinan
2007-09-29  0:41 ` Antonino A. Daplas

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=46FD802D.2030804@zytor.com \
    --to=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manty@manty.net \
    /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