linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Dieu Morales <dieumorales@yahoo.com>
To: Adrian Cox <adrian@humboldt.co.uk>
Cc: linuxppc-dev@lists.linuxppc.org
Subject: Re: Asiliantfb (Frame Buffer) Driver
Date: Mon, 21 Jun 2004 14:21:31 -0700 (PDT)	[thread overview]
Message-ID: <20040621212131.61159.qmail@web60405.mail.yahoo.com> (raw)
In-Reply-To: <1087806284.1547.44.camel@newt>


--- Adrian Cox <adrian@humboldt.co.uk> wrote:
> 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.

My firmware does initialize the CT69000 as an
environment option that allows what looks like VGA
mode consisting of a simple black screen with
white text.  As per some suggestions I have removed
vga_con and added fb_con but received different(worse)
results.  Without conswitchp = &fb_con I get an
exception shortly after the asiliant driver has been
initialized. And with conswitchp = &fb_con the system
hangs immediately after ppc.md.setup_arch in setup.c.




Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

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

  reply	other threads:[~2004-06-21 21:21 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
2004-06-21 21:21   ` Dieu Morales [this message]
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=20040621212131.61159.qmail@web60405.mail.yahoo.com \
    --to=dieumorales@yahoo.com \
    --cc=adrian@humboldt.co.uk \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).