Is that standard between chipset vendors though?  Or is there a common
way to identify which chipset vendor we're dealing with .. ?

I'm curious - not useful - I haven't played with VGA programming since
buffer juggling / Pallette rotating in Mode X about 6 years ago ... we don't
use video in our embedded gear ..

So ... say ... 

  getvendor:
    get byte  ... seg:offset ...
       if Ali .. then jmp ali ..
       if Riva .. then jmp riva ...
       if Intel .. then jmp intel ..
       etc ad nauseum.

  ali:
     copy big chunk of memory ..
     jump to it.

  riva:

  intel:


And if that's the case, then why don't you add it to the Kernel?


  ----- Original Message -----
>From: <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject:  Re: Will linux kernel write graphic codes for vga?
>Date: Mon, 05 Nov 2001 14:58:31 +0800
>
> 
> 
>      Now I am thinking if it is possible that copy vga bios from vga card to
> dram c0000h - c8000h, and then jump into c0003h of dram, I guess this is 
a
> simpler way to light vga than using framebuffer, is it right?
> 
> Regards,
> Collins
> 
> 
> 

--
http://HumanHeuristic.com/
"Bringing people together in a world full of computers"

Reply via email to