9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] VGA and laptops
@ 2000-09-26 20:48 nigel
  2000-09-26 20:50 ` [9fans] that plan 9 creature/icon thing Boyd Roberts
  0 siblings, 1 reply; 2+ messages in thread
From: nigel @ 2000-09-26 20:48 UTC (permalink / raw)
  To: 9fans

> I do have a question though, wasn't VESA compliance supposed to do away with
> these problems

It does, if you feel like you can put your trust in someone's BIOS.... Making a call
into the BIOS is hairy in that you have no way to make it adhere to the particular
set of rules which your operating system makes on drivers, e.g. time spent with
interrupts off, how long spent spinning waiting for VBE etc..

As a result, one can imagine using it as a means to get the right screen mode at
the start, but you would never think of making calls to it for accelerated drawing.
So you can get a frame buffer and then bit bash, which I accept is a whole lot
better than nothing.

However, if you want an accelerated driver, then there are typically interrelationships
between the screen mode, and the blitter, so VESA is not much help. Putting it
another way, to be able to accelerate a chipset, you would probably need
to understand every setting that VESA makes; if so, then why use it?

VNH's native Inferno uses VESA calls to initialise the screen mode.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [9fans] that plan 9 creature/icon thing
  2000-09-26 20:48 [9fans] VGA and laptops nigel
@ 2000-09-26 20:50 ` Boyd Roberts
  0 siblings, 0 replies; 2+ messages in thread
From: Boyd Roberts @ 2000-09-26 20:50 UTC (permalink / raw)
  To: 9fans

is it a rabbit, as in?

    that rabbit's dynamite...





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-09-26 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-26 20:48 [9fans] VGA and laptops nigel
2000-09-26 20:50 ` [9fans] that plan 9 creature/icon thing Boyd Roberts

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).