demalion said:
There are some other tools there that could be very interesting, including Himself's suggestion with the 9800 at 9700 P clock speeds (which I realize now is possibly what he meant).
Well comparisons in general with multiple cards, sure, clock normalized would be a bonus.
demalion said:
Finally, I'll repeat my suggestion to see if these registry keys make any difference in performance (more interesting with the 9800 to test now):
[HKEY_LOCAL_MACHINE\SOFTWARE\ATI Technologies\Driver\0000\atidxhal] (the path under Windows 9x...should make it easier to find under XP), the entries "PVSCode" and "TexStages" set to both "0" and "1" for contrast (assuming the entries do anything at all currently), maybe with the Fillrate Tester application.
The entries under XP will have a path under CurrentControlSet/Class/Video/SomeGUID if I recall correctly.
Do you know what these entries are supposed to be about? I have seen them before in regmon logs, no idea what they are for.
If you wanted to [re]install R3DTweak, you could edit tweaker.txt to add them in using the following. Append to the end, doesn't really matter.
HKR,"%twkreg%\DX PVSCode","KeyID",,"%D3D_KEY%"
HKR,"%twkreg%\DX PVSCode","ValueName",,"PVSCode"
HKR,"%twkreg%\DX PVSCode","Category",,"%CAT_DIRECTX%"
HKR,"%twkreg%\DX PVSCode","DisplayName",,"PVSCode"
HKR,"%twkreg%\DX PVSCode","IsStringNumber",,"1"
HKR,"%twkreg%\DX PVSCode","Default",,"0"
HKR,"%twkreg%\DX TexStages","KeyID",,"%D3D_KEY%"
HKR,"%twkreg%\DX TexStages","ValueName",,"TexStages"
HKR,"%twkreg%\DX TexStages","Category",,"%CAT_DIRECTX%"
HKR,"%twkreg%\DX TexStages","DisplayName",,"TexStages"
HKR,"%twkreg%\DX TexStages","IsStringNumber",,"1"
HKR,"%twkreg%\DX TexStages","Default",,"1"
That would automatically sort out the key for you, regardless of OS.