All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Cox <adrian@humboldt.co.uk>
To: Dieu Morales <dieumorales@yahoo.com>
Cc: linuxppc-dev@lists.linuxppc.org
Subject: Re: Asiliantfb (Frame Buffer) Driver
Date: Mon, 21 Jun 2004 09:24:44 +0100	[thread overview]
Message-ID: <1087806284.1547.44.camel@newt> (raw)
In-Reply-To: <20040620204028.58544.qmail@web60402.mail.yahoo.com>


On Sun, 2004-06-20 at 21:40, Dieu Morales wrote:
[snip]
> I have added console=tty0 to the kernel command line
> and have not identified any other configuration items
> needed.  The serial console I/O which I am expecting
> to see on the monitor shows the driver initialized
> without errors.  Am I missing something in terms of
> configuration?  I have also noticed that when using
> vga_con no graphics card is detected in vgacon.c so
> goto no_vga and conswitchp = &dummy_con;
> Would this be related to the problem?

The problem is that vgacon and frame buffer consoles are different
things:

vgacon is a console using the text modes of VGA cards. To stand a chance
of working it requires the boot firmware of your board to execute the
VGA BIOS code on the graphics adapter. It works on PCs and possibly some
non-x86 workstations.

Frame buffer consoles (fbcon) use the graphics modes of the video card,
and chipset specific drivers.  I wrote the original asiliantfb for the
69030 chip. Saito.K & Jeanne replaced the 69030 support with 69000, and
it got into the kernel.

First, try removing vgacon and checking that you have fbcon enabled.
If that fails, try contacting the driver's authors. There's no contact
address for them in the source, though Google finds one other driver by
them with this attribution:
MODULE_AUTHOR("Saito.K & Jeanne <ksaito at interface.co.jp>");

- Adrian Cox
Humboldt Solutions Ltd.


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2004-06-21  8:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-20 20:40 Asiliantfb (Frame Buffer) Driver Dieu Morales
2004-06-21  8:24 ` Adrian Cox [this message]
2004-06-21 21:21   ` Dieu Morales
2004-06-22  7:05     ` Adrian Cox
2004-06-29  2:53       ` Dieu Morales
2004-06-21  8:47 ` Geert Uytterhoeven

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=1087806284.1547.44.camel@newt \
    --to=adrian@humboldt.co.uk \
    --cc=dieumorales@yahoo.com \
    --cc=linuxppc-dev@lists.linuxppc.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.