0% found this document useful (0 votes)
895 views

Spdx9 Config

This document contains configuration settings for a Dx9 PC graphics driver. It sets various options like allowing hardware TnL, 32-bit display modes, and NP2 texture formats. It also lists graphics cards from vendors like 3dfx, ATI, Nvidia, and disables initialization for older or lower-spec cards from those and other vendors like Matrox, Intel, S3, SiS, Trident, and VIA/S3G.

Uploaded by

Jon Bradley
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
895 views

Spdx9 Config

This document contains configuration settings for a Dx9 PC graphics driver. It sets various options like allowing hardware TnL, 32-bit display modes, and NP2 texture formats. It also lists graphics cards from vendors like 3dfx, ATI, Nvidia, and disables initialization for older or lower-spec cards from those and other vendors like Matrox, Intel, S3, SiS, Trident, and VIA/S3G.

Uploaded by

Jon Bradley
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

;

; spDx9_config.txt : configuration for the Dx9 PC spooge driver


;
; allowdevice : allows cards to always fail initialization
allowdevice 1
; allowhwtnl : allows hardware TnL to be used
allowhwtnl 1
; allowtfactor : allows the TFactor to be used as a constant colour
allowtfactor 1
; allowhwcursor : allows the use of the Dx8 cursor system
allowhwcursor 1
; allow32bitdisplay : allows 32bit display modes
allow32bitdisplay 1
; disableslowalpha : when alpha flipping is not available, don't allow dest alph
a
disableslowalpha 1
; allowrgba4np2 : allows D3DFMT_A4R4G4B4 for NP2 textures
allowrgba4np2 1
; isslowcard : used as a hint to automatic configuration to use lower numbers
isslowcard 0

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; 3dfx
;
begin vendor 0x121a
; Disabled cards (below min-spec)
allowdevice 0
end

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; ATI
;
begin vendor 0x1002
allowlookupdudv 0
end

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; nVidia
;
begin vendor 0x10DE
end

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Matrox
;
begin vendor 0x102b
; G550
begin device 0x2527
allowdevice 0
end
; G400/G450
begin device 0x0525
allowdevice 0
end
end

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Intel
;
begin vendor 0x8086
; 810 (and 810e)
begin device 0x7121 0x7123
allowdevice 0
end
; Intel(R) 82810E
begin device 0x7125
allowdevice 0
end
end

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; S3
;
begin vendor 0x5333
; Savage4
begin device 0x8a22
allowdevice 0
end
; ProSavage
begin device 0x8A26
allowdevice 0
end
; ProSavageDDR
begin device 0x8D02
allowdevice 0
end
begin device 0x8D04
allowdevice 0
end
; Savage 2000
begin device 0x9102
allowdevice 0
end
end

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; SiS
;
begin vendor 0x1039
; 315/315e
begin device 0x0325
allowdevice 0
end
; xabre
begin device 0x0330
allowdevice 0
end
; 630/730
begin device 0x6300
allowdevice 0
end
; SIS (M)650, 651
begin device 0x6325
allowdevice 0
end
end

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Trident
;
begin vendor 0x1023
; Blade XP
begin device 0x9910
allowdevice 0
end
; CyberBlade XP
begin device 0x8820
allowdevice 0
end
end

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; PowerVR
;
begin vendor 0x104A
end

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; VIA/S3G
;
begin vendor 0x1106
; UniChrome Graphics, KM400/KN400
begin device 0x7205
allowdevice 0
end
; UniChrome Graphics, KM400/KN400
begin device 0x9910
allowdevice 0
end
end

You might also like