///////////////////////////////////////////////////
//
// MATROX
//
//////////////////////////////////////////////////
Vendor = 0x102b "Matrox"
0x0518 = "Millennium"
0x0519 = "Millennium"
0x051a = "Mystique"
0x051b = "Millennium II"
0x051f = "Millennium II"
0x0d10 = "Mystique"
0x1000 = "G100 PCI"
0x1001 = "G100 AGP"
0x0520 = "G200 PCI"
0x0521 = "G200 AGP"
0x1525 = "Fusion G450"
0x0525 = "G400/450"
0x2007 = "Mistral"
0x2527 = "G550"
UnsupportedCard
break
0x1527 = "Fusion G800"
0x2537 = "Parhelia LX"
0x0527 = "Parhelia 128"
DisableSpecular
if os < Win2K
if driver < 4.13.01.1331
InvalidDriver
endif
endif
if os == Win2K
if driver < 5.13.01.1331
InvalidDriver
endif
endif
if os > Win2K
if driver < 6.13.01.1331
InvalidDriver
endif
endif
break
From the Halo config file. The Fusion G800 is called alltough to the supported cars! If they add a Parhelia, why didn't they remove this old data?
//
// MATROX
//
//////////////////////////////////////////////////
Vendor = 0x102b "Matrox"
0x0518 = "Millennium"
0x0519 = "Millennium"
0x051a = "Mystique"
0x051b = "Millennium II"
0x051f = "Millennium II"
0x0d10 = "Mystique"
0x1000 = "G100 PCI"
0x1001 = "G100 AGP"
0x0520 = "G200 PCI"
0x0521 = "G200 AGP"
0x1525 = "Fusion G450"
0x0525 = "G400/450"
0x2007 = "Mistral"
0x2527 = "G550"
UnsupportedCard
break
0x1527 = "Fusion G800"
0x2537 = "Parhelia LX"
0x0527 = "Parhelia 128"
DisableSpecular
if os < Win2K
if driver < 4.13.01.1331
InvalidDriver
endif
endif
if os == Win2K
if driver < 5.13.01.1331
InvalidDriver
endif
endif
if os > Win2K
if driver < 6.13.01.1331
InvalidDriver
endif
endif
break
From the Halo config file. The Fusion G800 is called alltough to the supported cars! If they add a Parhelia, why didn't they remove this old data?
Comment