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; 2+ 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] 2+ 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; 2+ 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] 2+ messages in thread

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

Thread overview: 2+ 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

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