9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] Matrox Millenium oddities
@ 2000-06-09 14:15 Russ Cox
  2000-06-09 14:52 ` Roman V. Shaposhnick
  2000-06-09 16:19 ` Brian Wheeler
  0 siblings, 2 replies; 8+ messages in thread
From: Russ Cox @ 2000-06-09 14:15 UTC (permalink / raw)
  To: simona, 9fans

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

Someone else just got a Millennium 2064W
going in 640x480x8 mode by first downloading
a flash BIOS upgrade from Matrox and then
using 0xC001E="IBM COMPATIBLE MATROX/MILLENNIUM VGA/VBE"
in their vgadb.

You might try that.

Russ

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

From: Simon Allaway <simona@fspdc.uchicago.edu>
To: 9fans@cse.psu.edu
Subject: [9fans] Matrox Millenium oddities
Date: Fri, 9 Jun 2000 08:38:31 GMT
Message-ID: <393FEF00.49DB85DC@fspdc.uchicago.edu>

I have a test machine that's using a reasonably old Matrox Millenium
video card. I can see fromvgadb that the MGA chipset is supported, but
using version 2164W. The card I have has 2064W stamped on it.

So, I tried editing vgadb:

ctlr
        0xC002D="MATROX/MILLENNIUM  VGA/VBE BIOS (V2.2 )"       #
Millennium
        0xC002D="MATROX/MISTRAL  VGA/VBE BIOS (V1."             #
Millennium II
        link=vga
        ctlr=mga2064w linear=1
        hwgc=mga2064whwgc

This cause aux/vga to hang.

The result of aux/vga -pv :

aux/vga: controller not in /lib/vgadb
0xC0000 55 AA 40 EB 7B 22 72 03 C0 04 00 19 2E 3E 3A 19
U.@.{"r......>:.
0xC0010 44 19 FF FF 00 00 00 00 60 00 00 00 00 20 49 42  D.......`....
IB
0xC0020 4D 20 43 4F 4D 50 41 54 49 42 4C 45 20 4D 41 54  M COMPATIBLE
MAT
0xC0030 52 4F 58 2F 4D 49 4C 4C 45 4E 4E 49 55 4D 20 20  ROX/MILLENNIUM
0xC0040 56 47 41 2F 56 42 45 20 42 49 4F 53 20 28 56 32  VGA/VBE BIOS
(V2
0xC0050 2E 32 20 29 00 87 DB 87 DB 87 DB 87 DB 87 DB 90  .2
)............
0xC0060 50 43 49 52 2B 10 19 05 00 00 18 00 00 00 00 03
PCIR+...........
0xC0070 40 00 00 00 00 80 00 00 38 33 38 2D 31 32 00 FF
@.......838-12..
0xC0080 E8 0D 61 8B D8 E8 9E 61 74 22 8C C8 3D 00 C0 74
...a....at"..=..t
0xC0090 1B B0 04 2E A2 02 00 33 C0 33 F6 B9 FF 07 2E 02
........3.3......
0xC00A0 04 46 E2 FA F6 D8 2E 88 04 33 C0 CB 55 33 C0 8E
..F.......3..U3..
0xC00B0 D8 8E C0 E8 6D 63 E8 2D 67 53 B0 40 E8 2B 00 5B
.....mc.-gS.@.+.[
0xC00C0 E8 B1 67 FC BA D4 03 E8 17 33 B8 00 A0 8E C0 BF
...g......3......
0xC00D0 00 20 B9 00 C0 33 C0 F3 AA 8E C0 E8 09 33 B8 03  .
....3.......3..
0xC00E0 00 CD 10 E8 4C 02 5D 33 C0 CB FA C7 06 08 01 65
.....L.]3.......e
0xC00F0 F0 C7 06 0A 01 00 F0 C7 06 40 00 60 19 8C 0E 42
..........@.`...B

Have I missed something obvious?

Thanks in advance.

Simon

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: [9fans] Matrox Millenium oddities
@ 2000-06-09 16:42 Russ Cox
  2000-06-12 10:08 ` Douglas A. Gwyn
  0 siblings, 1 reply; 8+ messages in thread
From: Russ Cox @ 2000-06-09 16:42 UTC (permalink / raw)
  To: bdwheele, 9fans

That's a good point.  Currently, if you
edit vgadb to get yourself booted,
you'll have to copy it over from the
floppy yourself once you're installed.

After booting the installation and
rio fails, put the floppy back and type
	a:
	disk/kfscmd allow
	cp /n/a:/vgadb /lib/vgadb
	disk/kfscmd disallow
	disk/kfscmd halt
and then reboot the system.

Rebooting isn't strictly necessary
(you run run the rest of /rc/bin/termrc
by hand) but it's the surest way to test that
it will work the next time.

We'll try to have the install program do
that automatically sometime soon.

Russ



^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: [9fans] Matrox Millenium oddities
@ 2000-06-09 15:09 Russ Cox
  0 siblings, 0 replies; 8+ messages in thread
From: Russ Cox @ 2000-06-09 15:09 UTC (permalink / raw)
  To: 9fans

  And what about Millennium G400 ? Any chances ?

Not without some work, unfortunately.
I tried to bring up a Millennium G200 a
couple days ago with no luck.

Russ


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [9fans] Matrox Millenium oddities
@ 2000-06-09  8:38 Simon Allaway
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Allaway @ 2000-06-09  8:38 UTC (permalink / raw)
  To: 9fans

I have a test machine that's using a reasonably old Matrox Millenium
video card. I can see fromvgadb that the MGA chipset is supported, but
using version 2164W. The card I have has 2064W stamped on it.

So, I tried editing vgadb:

ctlr
        0xC002D="MATROX/MILLENNIUM  VGA/VBE BIOS (V2.2 )"       #
Millennium
        0xC002D="MATROX/MISTRAL  VGA/VBE BIOS (V1."             #
Millennium II
        link=vga
        ctlr=mga2064w linear=1
        hwgc=mga2064whwgc

This cause aux/vga to hang.

The result of aux/vga -pv :

aux/vga: controller not in /lib/vgadb
0xC0000 55 AA 40 EB 7B 22 72 03 C0 04 00 19 2E 3E 3A 19
U.@.{"r......>:.
0xC0010 44 19 FF FF 00 00 00 00 60 00 00 00 00 20 49 42  D.......`....
IB
0xC0020 4D 20 43 4F 4D 50 41 54 49 42 4C 45 20 4D 41 54  M COMPATIBLE
MAT
0xC0030 52 4F 58 2F 4D 49 4C 4C 45 4E 4E 49 55 4D 20 20  ROX/MILLENNIUM
0xC0040 56 47 41 2F 56 42 45 20 42 49 4F 53 20 28 56 32  VGA/VBE BIOS
(V2
0xC0050 2E 32 20 29 00 87 DB 87 DB 87 DB 87 DB 87 DB 90  .2
)............
0xC0060 50 43 49 52 2B 10 19 05 00 00 18 00 00 00 00 03
PCIR+...........
0xC0070 40 00 00 00 00 80 00 00 38 33 38 2D 31 32 00 FF
@.......838-12..
0xC0080 E8 0D 61 8B D8 E8 9E 61 74 22 8C C8 3D 00 C0 74
...a....at"..=..t
0xC0090 1B B0 04 2E A2 02 00 33 C0 33 F6 B9 FF 07 2E 02
........3.3......
0xC00A0 04 46 E2 FA F6 D8 2E 88 04 33 C0 CB 55 33 C0 8E
..F.......3..U3..
0xC00B0 D8 8E C0 E8 6D 63 E8 2D 67 53 B0 40 E8 2B 00 5B
.....mc.-gS.@.+.[
0xC00C0 E8 B1 67 FC BA D4 03 E8 17 33 B8 00 A0 8E C0 BF
...g......3......
0xC00D0 00 20 B9 00 C0 33 C0 F3 AA 8E C0 E8 09 33 B8 03  .
....3.......3..
0xC00E0 00 CD 10 E8 4C 02 5D 33 C0 CB FA C7 06 08 01 65
.....L.]3.......e
0xC00F0 F0 C7 06 0A 01 00 F0 C7 06 40 00 60 19 8C 0E 42
..........@.`...B

Have I missed something obvious?

Thanks in advance.

Simon


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

end of thread, other threads:[~2000-06-12 10:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-09 14:15 [9fans] Matrox Millenium oddities Russ Cox
2000-06-09 14:52 ` Roman V. Shaposhnick
2000-06-09 16:19 ` Brian Wheeler
2000-06-12  9:57   ` Sim IJskes
  -- strict thread matches above, loose matches on Subject: below --
2000-06-09 16:42 Russ Cox
2000-06-12 10:08 ` Douglas A. Gwyn
2000-06-09 15:09 Russ Cox
2000-06-09  8:38 Simon Allaway

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