9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: rob@plan9.att.com rob@plan9.att.com
Subject: Does Plan 9 use graphics hardware
Date: Tue, 12 Sep 1995 22:50:58 -0400	[thread overview]
Message-ID: <19950913025058.SX7mMmCAUttWG4AH4dw8rjaYZAtOSbknydAYgdHguXA@z> (raw)

>Does Plan 9 use hardware graphics accelerators?  If not, does the design
>allow efficient use of graphics accelerator hardware or does it require
>a dumb frame buffer?

It doesn't support such accelerators, but there are several ways to
consider adding support.  One might hide the interface between the
existing /dev/bitblt etc. files, so all programs can use the accelerator
on that hardware.  One might add new interface files, /dev/graphics
for example, that interested programs could look for to see if the
device is available, falling to the old way if the open fails.
The important point is, if possible and reasonable, to make the
interface available via files so that remote programs can access
the graphical hardware.

-rob






             reply	other threads:[~1995-09-13  2:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-09-13  2:50 rob [this message]
  -- strict thread matches above, loose matches on Subject: below --
1995-09-13  9:55 forsyth
1995-09-12 21:33 jmk

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=19950913025058.SX7mMmCAUttWG4AH4dw8rjaYZAtOSbknydAYgdHguXA@z \
    --to=rob@plan9.att.com \
    /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).