9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Quinn Dunkan <quinn@yak.ugcs.caltech.edu>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] cirrus logic vcard problem
Date: Fri, 20 Jul 2001 12:15:36 -0700	[thread overview]
Message-ID: <20010720191541.6F3D690151@yak.ugcs.caltech.edu> (raw)
In-Reply-To: Your message of "Fri, 20 Jul 2001 14:06:44 CDT." <5DD31A171181D31184A100508B5ED9890123C1DC@MSP0-MSX1.Ingenix.com>


> >you can try adding the
> >identification info in the following section in /lib/vgadb
> >
> >ctlr
> >	0xC0039="CL-GD546x Laguna PCI VGA BIOS Version 1.71D" # ZT5550 SBC
> >	0xC0039="CL-GD546x Laguna PCI VGA BIOS Version 1.61a" # HP Kayak
> >	link=vga
> >	ctlr=clgd546x linear=1
> >	hwgc=clgd546xhwgc
>
>
>
> Hmm I just checked in /lib/vgadb and the lines suggested by jmk to put in
> are contained on lines 180-185. I'm stumped. The only thing I can think of
> is that the bios lines are specific to the respective computers at the end
> of the line.

I think he suggested that you add *your* info to that section, not that you
add that section itself.  Examine the BIOS dump and look for a similar
identifying string.  Find the offset that string starts at, and use `ed' to
add

0x<offset>="<identifying string>"

after the ctlr line of the above section.  Hopefully, the kernel already has a
working video driver for your card, but it needs to know which driver to use
for your card.

man vgadb | p

for more info.


      reply	other threads:[~2001-07-20 19:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-20 19:06 Dean Ash
2001-07-20 19:15 ` Quinn Dunkan [this message]

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=20010720191541.6F3D690151@yak.ugcs.caltech.edu \
    --to=quinn@yak.ugcs.caltech.edu \
    --cc=9fans@cse.psu.edu \
    /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).