9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] ndb cluelessness & VGA trouble :)
@ 2002-07-10 21:42 jmk
  2002-07-10 23:56 ` [9fans] voodoo 5 5500 works (ish) matt
  0 siblings, 1 reply; 4+ messages in thread
From: jmk @ 2002-07-10 21:42 UTC (permalink / raw)
  To: 9fans

The example I gave in the previous message was for /sys/src/9/pc/vga3dfx.c.
The equivalent in /sys/src/cmd/aux/vga/3dfx.c is

		case 0x0003:		/* Banshee */
			vga->f[1] = 270000000;
			break;
		case 0x0005:		/* Avenger (a.k.a. Voodoo3) */
			vga->f[1] = 300000000;
			break;
		case 0x0009:		/* Voodoo5 */
			vga->f[1] = 350000000;
			break;



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

* Re: [9fans] voodoo 5 5500 works (ish)
  2002-07-10 21:42 [9fans] ndb cluelessness & VGA trouble :) jmk
@ 2002-07-10 23:56 ` matt
  0 siblings, 0 replies; 4+ messages in thread
From: matt @ 2002-07-10 23:56 UTC (permalink / raw)
  To: 9fans

I added the 0x0009 to 3dfx.c in 9/pc and cmd/aux and got a display

no mouse cursor

and it's slightly shimmery but that looks like refresh rate related

I'll persevere tomorrow

M



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

* Re: [9fans] ndb cluelessness & VGA trouble :)
@ 2002-07-10 21:36 jmk
  0 siblings, 0 replies; 4+ messages in thread
From: jmk @ 2002-07-10 21:36 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

I think if you add a new case to both /sys/src/9/pc/vga3dfx.c and
/sys/src/cmd/aux/vga/3dfx.c at the appropriate spot, i.e.

		case 0x0003:		/* Banshee */
		case 0x0005:		/* Avenger (a.k.a. Voodoo3) */
		case 0x0009:		/* Voodoo5 */

it has a good chance of working.

[-- Attachment #2: Type: message/rfc822, Size: 3207 bytes --]

From: "matt" <matt@proweb.co.uk>
To: <9fans@cse.psu.edu>
Subject: [9fans] ndb cluelessness & VGA trouble :)
Date: Wed, 10 Jul 2002 22:00:28 +0100
Message-ID: <000701c22854$d414ebe0$6501a8c0@xpire>

Trying to set a cpu/auth server

I'm behind a NAT box.
My external hostname is pc1-nott2-3-cust35.not.cable.ntl.com
but that is subject to change with DHCP renewals

I'm a bit stuck with choosing a correct authdom. All the examples I've seen
have reversable internet domain names.
Also is this tied to dns domain?
ndb/local below


extra points for getting my ati rage 2C to do erasing. xor highlighting
works in acme but I get one screen of shell and then it overwites like a
teletype
It worked fine yesterday in 3rd Ed.*AND* in the install :(

This is the same problem  Berlin Brown reported on 28 Jun.
http://groups.google.co.uk/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=d1b333
13.0206271852.44c96e9d%40posting.google.com&rnum=2&prev=/groups%3Fq%3Dati%2B
group:comp.os.plan9%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26scoring%3D
d%26selm%3Dd1b33313.0206271852.44c96e9d%2540posting.google.com%26rnum%3D2


He bought a 3dfx card. My voodoo 5 fails the 3dfx test
voodoo 5 vgainfo.txt attached
I added  these to vgadb
vid=0x121A did=0x0009  # voodoo 5500
0xC0056="Voodoo5 5500 BIOS"   # Voodoo5 5500

but on boot get
aux/vga: 3dfx: unknown chip - DID 0009


M
extract from my ndb/local

sys=tiger
    ip=192.168.1.109
    ether=00c0f0404d88

sys=gw
    ip=192.168.1.1
    ether=002078C5EB1A

ipnet=lucid ip=192.168.1.0 ipmask=255.255.255.0
    ipgw=gw
    dns=194.168.4.100
    dns=194.168.8.100
    auth=tiger
    cpu=tiger
    authdom=???
    dnsdomain=???



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

* [9fans] ndb cluelessness & VGA trouble :)
  2002-07-10 14:40 [9fans] 3D reconstruction sw runs on Plan 9! Peter A. Cejchan
@ 2002-07-10 21:00 ` matt
  0 siblings, 0 replies; 4+ messages in thread
From: matt @ 2002-07-10 21:00 UTC (permalink / raw)
  To: 9fans

Trying to set a cpu/auth server

I'm behind a NAT box.
My external hostname is pc1-nott2-3-cust35.not.cable.ntl.com
but that is subject to change with DHCP renewals

I'm a bit stuck with choosing a correct authdom. All the examples I've seen
have reversable internet domain names.
Also is this tied to dns domain?
ndb/local below


extra points for getting my ati rage 2C to do erasing. xor highlighting
works in acme but I get one screen of shell and then it overwites like a
teletype
It worked fine yesterday in 3rd Ed.*AND* in the install :(

This is the same problem  Berlin Brown reported on 28 Jun.
http://groups.google.co.uk/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=d1b333
13.0206271852.44c96e9d%40posting.google.com&rnum=2&prev=/groups%3Fq%3Dati%2B
group:comp.os.plan9%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26scoring%3D
d%26selm%3Dd1b33313.0206271852.44c96e9d%2540posting.google.com%26rnum%3D2


He bought a 3dfx card. My voodoo 5 fails the 3dfx test
voodoo 5 vgainfo.txt attached
I added  these to vgadb
vid=0x121A did=0x0009  # voodoo 5500
0xC0056="Voodoo5 5500 BIOS"   # Voodoo5 5500

but on boot get
aux/vga: 3dfx: unknown chip - DID 0009


M
extract from my ndb/local

sys=tiger
    ip=192.168.1.109
    ether=00c0f0404d88

sys=gw
    ip=192.168.1.1
    ether=002078C5EB1A

ipnet=lucid ip=192.168.1.0 ipmask=255.255.255.0
    ipgw=gw
    dns=194.168.4.100
    dns=194.168.8.100
    auth=tiger
    cpu=tiger
    authdom=???
    dnsdomain=???





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

end of thread, other threads:[~2002-07-10 23:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-10 21:42 [9fans] ndb cluelessness & VGA trouble :) jmk
2002-07-10 23:56 ` [9fans] voodoo 5 5500 works (ish) matt
  -- strict thread matches above, loose matches on Subject: below --
2002-07-10 21:36 [9fans] ndb cluelessness & VGA trouble :) jmk
2002-07-10 14:40 [9fans] 3D reconstruction sw runs on Plan 9! Peter A. Cejchan
2002-07-10 21:00 ` [9fans] ndb cluelessness & VGA trouble :) matt

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