9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: jmk@plan9.bell-labs.com jmk@plan9.bell-labs.com
Subject: [9fans] diamond 3D 3400
Date: Wed,  3 Sep 1997 23:30:51 -0400	[thread overview]
Message-ID: <19970904033051.Gw3x2K8s6L2k65BZtaZMuV9lcVXjCJYVtgsiPgDEOck@z> (raw)

The following is better, but the cursor problem has me stumped.
All the register values look correct but it's as if the cursor
were transparent. I suspect that's the case and the cursor image
is being picked up from somewhere else in memory.

03-Sep-97 cmd/aux/vga
=====================
The following change allows the ViRGE/VX cards to work at 640x480x8 and
800x600x8. Unfortunately the hardware cursor refuses to work at 640x480x8,
no idea why.

a% yesterday -d virge.c
diff /n/dump/1997/0903/sys/src/cmd/aux/vga/virge.c virge.c
131c131
< 		if(vga->mode->z == 8)
---
> 		if(vga->mode->x > 800 && vga->mode->z == 8)
a% 

------ forwarded message follows ------

>From cse.psu.edu!owner-9fans Wed Sep  3 00:08:36 EDT 1997
Received: from cse.psu.edu ([130.203.3.50]) by plan9; Wed Sep  3 00:08:36 EDT 1997
Received: from localhost (majordom@localhost) by cse.psu.edu (8.8.6/8.7.3) with SMTP id AAA06578; Wed, 3 Sep 1997 00:08:03 -0400 (EDT)
Received: by claven.cse.psu.edu (bulk_mailer v1.5); Wed, 3 Sep 1997 00:07:58 -0400
Received: (from majordom@localhost) by cse.psu.edu (8.8.6/8.7.3) id AAA06546 for 9fans-outgoing; Wed, 3 Sep 1997 00:07:53 -0400 (EDT)
X-Authentication-Warning: claven.cse.psu.edu: majordom set sender to owner-9fans using -f
Received: from plan9.bell-labs.com (plan9.bell-labs.com [204.178.31.2]) by cse.psu.edu (8.8.6/8.7.3) with SMTP id AAA06542 for <9fans@cse.psu.edu>; Wed, 3 Sep 1997 00:07:50 -0400 (EDT)
From: jmk
Message-Id: <199709030407.AAA06542@cse.psu.edu>
To: cse.psu.edu!9fans
Date: Wed, 3 Sep 1997 00:05:51 -0400
Subject: Re: [9fans] diamond 3D 3400
Sender: cse.psu.edu!owner-9fans
Reply-To: cse.psu.edu!9fans
Precedence: bulk

Charles Forsyth is correct in noting that 640x480x8 doesn't work
properly. If no one else has figured out why then I'll have a look
when some more pressing matters are resolved.

--jim




             reply	other threads:[~1997-09-04  3:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-09-04  3:30 jmk [this message]
  -- strict thread matches above, loose matches on Subject: below --
1997-09-03  4:05 jmk
1997-08-28 21:13 jmk
1997-08-28 19:37 beto
1997-08-28 18:42 forsyth
1997-08-28 17:13 forsyth

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=19970904033051.Gw3x2K8s6L2k65BZtaZMuV9lcVXjCJYVtgsiPgDEOck@z \
    --to=jmk@plan9.bell-labs.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).