• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

7089 registry tweaks

paun

Member
Just installed 7089 drivers using rage 3d driver installation guide.Everything went smooth,but under registry keys I have driver,atidxhal,DALand VXD.But there is no OPENGL key now!Want to install taz recommended settings,but dont know what to do with missing OPENGL key.Taz if you read this give me a post when you can.You also mentioned deleting the atidxhal key.could you give me a little refresh on what needs to be done again. thanks paun---------
 
Use these for stability:
REGEDIT4

[HKEY_LOCAL_MACHINE\Software\ATI Technologies\Driver\0001\atidxhal]
"EnableWaitUntilIdxTriList2"="1"
"TableFogEnable"="1"
"WFogEnable"="0"
"ZFogEnable"="1"
"DisableHierarchicalZ"="0"
"DisableHyperZ"="0"
"FastZClearEnabled"="1"
"Vsync"="0"
"AntiAlias"="0"
"ZFormats"="15"
"ExportCompressedTex"="1"
"DitherAlpha"="1"
"ExportWBuffer"="0"

These are for speed:
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\ATI Technologies\Driver\0001\atidxhal]
"ColorFill"="1"
"TableFogEnable"="1"
"ExportCompressedTex"="1"
"WFogEnable"="1"
"ZFogEnable"="1"
"ExportWBuffer"="1"
"FastZClearEnabled"="1"
"DisableHyperZ"="0"
"DisableHierarchicalZ"="0"
"ExportBumpMappedTex"="1"
"Vsync"="0"
"AntiAlias"="0"
"ZFormats"="15"
"DitherAlpha"="0"
"TCL"="1"
"TclEnableVertexBlend2Optimize"="1"
"TclEnableVertexBlendUseProjMat"="1"
"TclEnableBackFaceCulling"="1"
"EnableUntransformedInLocalMem"="1"
"EnableWaitUntilIdxTriList2"="1"
"AntiAliasRatio"="384"
You can experiment with these HyperZ OGL Settings:
REGEDIT4

[HKEY_LOCAL_MACHINE\Software\ATI Technologies\Driver\0001\OpenGL\Private]
"enableFastZMaskClear "=dword:00000001
"enableZCompression "=dword:00000001
"ZCompForAllConfigs "=dword:00000001
"enableHierarchicalZ"=dword:00000001

 
Back
Top