Jump to content
Sign in to follow this  
karl76

Nvidia 100.95 for XP 32bit/64bit

Recommended Posts

Here are the drivers:

32bit incl. modified inf supporting most cards:

http://downloads.guru3d.com/download.php?det=1599

32bit and 64bit with original inf:

http://www.station-drivers.com/page/nvidia%20forceware.htm

They originally support only unreleased mid-end 8 series cards (8600) but with a modified nv4_disp.inf they work nicely on my 8800GTX. While they didn´t remove the fog (which BTW is a Valve bug when a game runs on the Source engine), they did seem to improve the performance hit around that certain type of bush. I didn´t test them long enough to check for the VRAM/memory/LOD/stuttering bug or the high postprocessing bug (introduced in 1.05) but from the 15 minutes that I tested them, I´m actually happy to say that they are an improvement over the good old 97.92s. They also improved Test Drive Unlimited, a game with a streaming engine that properly deletes old textures out of the VRAM. wink_o.gif

My modified nv4_disp.inf to support the 8800 cards:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

; NVIDIA Windows 2000/XP Display INF file

; Copyright (c) NVIDIA Corporation. All rights reserved.

[Version]

Signature = "$Windows NT$"

Provider = %NVIDIA%

ClassGUID = {4D36E968-E325-11CE-BFC1-08002BE10318}

Class = Display

CatalogFile = NV4_DISP.CAT

DriverVer = 03/07/2007, 6.14.11.0095

[DestinationDirs]

DefaultDestDir = 11

nv4.Miniport = 12

nv.Display = 11

nv.CoInstaller = 11

nv.Panel = 11

nv.Help = 18

nv.oldrm = 12

nv.delete.systemfiles = 11

[SourceDisksNames]

1 = %DiskID1%

[SourceDisksFiles]

nv4_mini.sys = 1

nvcod.dll = 1

nvsvc32.exe = 1

nv4_disp.dll = 1

nvoglnt.dll = 1

nvcpl.dll = 1

nvmctray.dll = 1

nvcpl.hlp = 1

nvwddi.dll = 1

nvnt4cpl.dll = 1

nvwcplen.hlp = 1

nvmccs.dll = 1

nvdisps.dll = 1

nvdispsr.dll = 1

nvgames.dll = 1

nvgamesr.dll = 1

nvmccss.dll = 1

nvmccssr.dll = 1

nvmobls.dll = 1

nvmoblsr.dll = 1

nvvitvs.dll = 1

nvvitvsr.dll = 1

nvwss.dll = 1

nvwssr.dll = 1

nvapi.dll = 1

nvucode.bin = 1

[Manufacturer]

%NVIDIA% = NVIDIA.Mfg

[NVIDIA.Mfg]

%NVIDIA_G80.DEV_0190.1% = nv4_NV3x, PCI\VEN_10DE&DEV_0190

%NVIDIA_G80.DEV_0191.1% = nv4_NV3x, PCI\VEN_10DE&DEV_0191

%NVIDIA_G80.DEV_0192.1% = nv4_NV3x, PCI\VEN_10DE&DEV_0192

%NVIDIA_G80.DEV_0193.1% = nv4_NV3x, PCI\VEN_10DE&DEV_0193

%NVIDIA_G80.DEV_0194.1% = nv4_NV3x, PCI\VEN_10DE&DEV_0194

%NVIDIA_G80.DEV_0197.1% = nv4_NV3x, PCI\VEN_10DE&DEV_0197

%NVIDIA_G80.DEV_019D.1% = nv4_WSApps_NV3x, PCI\VEN_10DE&DEV_019D

%NVIDIA_G80.DEV_019E.1% = nv4_WSApps_NV3x, PCI\VEN_10DE&DEV_019E

%NVIDIA_Win2KDualView% = nvDual, DISPLAY\nvWin2kDualView

%NVIDIA_MultiView% = nvDual, DISPLAY\nvMultiView

[ControlFlags]

ExcludeFromSelect = *

[nv4_NV3x]

CopyFiles = nv4.Miniport, nv.Display, nv4.icd, nv.Panel, nv.Help

DelFiles = nv.oldrm, nv.delete.systemfiles

RegisterDLLs = nv.RegisterCPL

[nv4_NV3x.CoInstallers]

CopyFiles = nv.CoInstaller

AddReg = nv_CoInstaller_AddReg

AddReg = nv_CoInstaller_NVAppsXML_AddReg

[nv4_NV3x.SoftwareSettings]

AddReg = nv_SoftwareDeviceSettings

AddReg = nv4_icdSoftwareSettings

AddReg = nv_ControlPanelSettings

AddReg = NV3xLoadService_AddReg

AddReg = Default16BPP_AddReg

DelReg = nv_ClearRegistrySwitches

[nv4_NV3x.Services]

AddService = nv, 0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst

AddService = NVSvc, 0x00000000, nv_NVSVC_Inst

DelService = nvarch

DelService = nvgfx

[nv4_NV3x.GeneralConfigData]

MaximumDeviceMemoryConfiguration = 128

MaximumNumberOfDevices = 4

[nvDual]

CopyFiles = nv4.Miniport, nv.Display, nv4.icd

[nvDual.SoftwareSettings]

AddReg = nv_SoftwareDeviceSettings

[nvDual.Services]

AddService = nv, 0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst

[nvDual.GeneralConfigData]

MaximumDeviceMemoryConfiguration = 80

MaximumNumberOfDevices = 4

[nv4_Generic_Service_Inst]

ServiceType = 1 ; SERVICE_KERNEL_DRIVER

StartType = 1

ErrorControl = 0 ; SERVICE_ERROR_IGNORE

LoadOrderGroup = Video

ServiceBinary = %12%\nv4_mini.sys

AddReg = nv4_Generic_Service_AddReg

[nv4_EventLog_Inst]

AddReg = nv4_EventLog_AddReg

[nv4_EventLog_AddReg]

HKR,, EventMessageFile, 0x00020000, "%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv4_mini.sys"

HKR,, TypesSupported, 0x00010001, 7

[nv4_Generic_Service_AddReg]

HKR, Video, Service, %REG_SZ%, nv

[nv_NVSVC_Inst]

DisplayName = %NVSVC.name%

Description = %NVSVC.desc%

ServiceType = 16 ; SERVICE_WIN32_OWN_PROCESS

StartType = 2

ErrorControl = 1 ; SERVICE_ERROR_NORMAL

ServiceBinary = %11%\nvsvc32.exe

[nv_CoInstaller_Data]

OriginalInfSourcePath = %01%

[nv_CoInstaller_AddReg]

HKR,, CoInstallers32, %REG_MULTI_SZ%, "nvcodins.dll,NVCoInstaller"

HKR, Uninstall, Uninstaller, %REG_SZ%, "nvudisp.exe"

HKR, Uninstall, Script, %REG_SZ%, "nvdisp.nvu"

HKR, Uninstall, Name, %REG_SZ%, %NVUninstall.desc%

HKR, Uninstall, CopyFiles, %REG_MULTI_SZ%, "default.tvp,keystone.exe,nvappbar.exe,nvcolor.exe,nvdspsch.exe,nview.dll,nvshell.dll,nv

tuicpl.cpl,nvwdmcpl.dll,nvwimg.dll,nwiz.exe,nvmccsrs.dll"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpl.cpl,nvcplui.exe,nvcpluir.dll,nvexpbar.dll"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpl.chm,nvdsp.chm,nv3d.chm,nvmob.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrsar.dll,nvwrsar.dll,nvcpar.hlp,nvwcpar.hlp,nvcplara.chm,nvdspara.chm,nv3dara.chm,nvm

obara.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrscs.dll,nvwrscs.dll,nvcpcs.hlp,nvwcpcs.hlp,nvcplcsy.chm,nvdspcsy.chm,nv3dcsy.chm,nvm

obcsy.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrsda.dll,nvwrsda.dll,nvcpda.hlp,nvwcpda.hlp,nvcpldan.chm,nvdspdan.chm,nv3ddan.chm,nvm

obdan.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrsde.dll,nvwrsde.dll,nvcpde.hlp,nvwcpde.hlp,nvcpldeu.chm,nvdspdeu.chm,nv3ddeu.chm,nvm

obdeu.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrsel.dll,nvwrsel.dll,nvcpel.hlp,nvwcpel.hlp,nvcplell.chm,nvdspell.chm,nv3dell.chm,nvm

obell.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrseng.dll,nvwrseng.dll,nvcpeng.hlp,nvwcpeng.hlp,nvcpleng.chm,nvdspeng.chm,nv3deng.chm

,nvmobeng.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrses.dll,nvwrses.dll,nvcpes.hlp,nvwcpes.hlp,nvcplesn.chm,nvdspesn.chm,nv3desn.chm,nvm

obesn.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrsesm.dll,nvwrsesm.dll,nvcpesm.hlp,nvwcpesm.hlp,nvcplesm.chm,nvdspesm.chm,nv3desm.chm

,nvmobesm.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrsfi.dll,nvwrsfi.dll,nvcpfi.hlp,nvwcpfi.hlp,nvcplfin.chm,nvdspfin.chm,nv3dfin.chm,nvm

obfin.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrsfr.dll,nvwrsfr.dll,nvcpfr.hlp,nvwcpfr.hlp,nvcplfra.chm,nvdspfra.chm,nv3dfra.chm,nvm

obfra.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrshe.dll,nvwrshe.dll,nvcphe.hlp,nvwcphe.hlp,nvcplheb.chm,nvdspheb.chm,nv3dheb.chm,nvm

obheb.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrshu.dll,nvwrshu.dll,nvcphu.hlp,nvwcphu.hlp,nvcplhun.chm,nvdsphun.chm,nv3dhun.chm,nvm

obhun.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrsit.dll,nvwrsit.dll,nvcpit.hlp,nvwcpit.hlp,nvcplita.chm,nvdspita.chm,nv3dita.chm,nvm

obita.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrsja.dll,nvwrsja.dll,nvcpja.hlp,nvwcpja.hlp,nvcpljpn.chm,nvdspjpn.chm,nv3djpn.chm,nvm

objpn.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrsko.dll,nvwrsko.dll,nvcpko.hlp,nvwcpko.hlp,nvcplkor.chm,nvdspkor.chm,nv3dkor.chm,nvm

obkor.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrsnl.dll,nvwrsnl.dll,nvcpnl.hlp,nvwcpnl.hlp,nvcplnld.chm,nvdspnld.chm,nv3dnld.chm,nvm

obnld.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrsno.dll,nvwrsno.dll,nvcpno.hlp,nvwcpno.hlp,nvcplnor.chm,nvdspnor.chm,nv3dnor.chm,nvm

obnor.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrspl.dll,nvwrspl.dll,nvcppl.hlp,nvwcppl.hlp,nvcplplk.chm,nvdspplk.chm,nv3dplk.chm,nvm

obplk.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrspt.dll,nvwrspt.dll,nvcppt.hlp,nvwcppt.hlp,nvcplptg.chm,nvdspptg.chm,nv3dptg.chm,nvm

obptg.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrsptb.dll,nvwrsptb.dll,nvcpptb.hlp,nvwcpptb.hlp,nvcplptb.chm,nvdspptb.chm,nv3dptb.chm

,nvmobptb.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrsru.dll,nvwrsru.dll,nvcpru.hlp,nvwcpru.hlp,nvcplrus.chm,nvdsprus.chm,nv3drus.chm,nvm

obrus.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrssk.dll,nvwrssk.dll,nvcpsk.hlp,nvwcpsk.hlp,nvcplsky.chm,nvdspsky.chm,nv3dsky.chm,nvm

obsky.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrssl.dll,nvwrssl.dll,nvcpsl.hlp,nvwcpsl.hlp,nvcplslv.chm,nvdspslv.chm,nv3dslv.chm,nvm

obslv.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrssv.dll,nvwrssv.dll,nvcpsv.hlp,nvwcpsv.hlp,nvcplsve.chm,nvdspsve.chm,nv3dsve.chm,nvm

obsve.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpth.hlp,nvwcpth.hlp,nvcpltha.chm,nvdsptha.chm,nv3dtha.chm,nvmobtha.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrstr.dll,nvwrstr.dll,nvcptr.hlp,nvwcptr.hlp,nvcpltrk.chm,nvdsptrk.chm,nv3dtrk.chm,nvm

obtrk.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrszhc.dll,nvwrszhc.dll,nvcpzhc.hlp,nvwcpzhc.hlp,nvcplchs.chm,nvdspchs.chm,nv3dchs.chm

,nvmobchs.chm"

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvrszht.dll,nvwrszht.dll,nvcpzht.hlp,nvwcpzht.hlp,nvcplcht.chm,nvdspcht.chm,nv3dcht.chm

,nvmobcht.chm"

[nv_CoInstaller_NVAppsXML_AddReg]

HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvapps.xml>nvapps.nvb"

[nv.Display]

nv4_disp.dll,nv4_disp.dll,nv4dtmp.dll

nvsvc32.exe

nvapi.dll

nvucode.bin

[nv.CoInstaller]

nvcod.dll

nvcodins.dll,nvcod.dll

[nv4.Miniport]

nv4_mini.sys,nv4_mini.sys,nv4mtmp.sys

[nv4.icd]

nvoglnt.dll,nvoglnt.dll,nvotmp.dll

[nv.Panel]

nvcpl.dll

nvmctray.dll

nvwddi.dll

nvnt4cpl.dll

nvmccs.dll

nvdisps.dll

nvdispsr.dll

nvgames.dll

nvgamesr.dll

nvmccss.dll

nvmccssr.dll

nvmobls.dll

nvmoblsr.dll

nvvitvs.dll

nvvitvsr.dll

nvwss.dll

nvwssr.dll

[nv.Help]

nvcpl.hlp

nvwcplen.hlp

[nv.RegisterCPL]

11,,nvcpl.dll,1

11,,nvdisps.dll,1

11,,nvgames.dll,1

11,,nvmccss.dll,1

11,,nvmobls.dll,1

11,,nvvitvs.dll,1

11,,nvwss.dll,1

[nv.oldrm]

nvarch.sys,,,1

nvgfx.sys,,,1

[nv.delete.systemfiles]

nv4oglnt.dll,,,1

nvopenglnt.dll,,,1

nvinstnt.dll,,,1

nvdmcpl.dll,,,1

nvdesk32.dll,,,1

nvqtwk.dll,,,1

dmcpl.exe,,,1

nviewimg.dll,,,1

nvwsapps.cfg,,,1

nvpmapi.dll,,,1

nvcpl.exe,,,1

[nv_SoftwareDeviceSettings]

HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, nv4_disp

HKR,, VgaCompatible, %REG_DWORD%, 0

HKR,, MultiFunctionSupported, %REG_DWORD%, 1

HKR,, RotateFlag, %REG_DWORD%, 4

HKR,, NV_R&T, %REG_MULTI_SZ%, "R&T0000=*,*,*,*,*,IBM251F.VSC2F0C.VSC3411.VSC3E19.CMO0506,HDLK"

HKR,, NV_R&T, %REG_SZ_APPEND%,"R&T0001=1920,1080,*,30,*,CRTX,OEM,7425,2200,48,56,562,2,5,++I"

HKR,, NV_R&T, %REG_SZ_APPEND%,"R&T0002=1920,1080,*,60,*,BNQ766A,OEM,13850,2080,48,32,1111,3,5,+-"

HKR,, NV_R&T, %REG_SZ_APPEND%,"R&T0003=1920,1200,*,60,*,BNQ766A,OEM,15399,2080,48,32,1235,3,6,+-"

HKR,, NV_R&T, %REG_SZ_APPEND%,"R&T0004=1920,1200,*,60,009D,*,OEM,15399,2080,48,32,1235,3,6,+-"

HKR,, NV_R&T, %REG_SZ_APPEND%,"R&T0005=2561-,1601-,*,*,0190-019E,DFPX.CRTX.TVX,NONE"

HKR,, DevSwitchSuppressMask, %REG_DWORD%, 7

HKLM,"Software\NVIDIA Corporation\Global\NvSvc\OemConfigurations",LoadLimitedSID,%REG_SZ%,"S-1-5-11"

HKR,, "DefaultSettings.XResolution",%REG_DWORD%,800

HKR,, "DefaultSettings.YResolution",%REG_DWORD%,600

HKR,, NV_Modes, %REG_MULTI_SZ%, "{*}S 720x480 720x576=1;720x576=8032;320x200 320x240 400x300 480x360 512x384 640x400=F;SHV 1920x1080x32 1920x1200x32 1920x1440 2048x1536=1F;640x480 800x600 848x480 960x600 1024x768x8,16 1088x612x8,16=1FFF;1600x1024x32 1600x1200x32 1920x1080x8,16 1920x1200x8,16=3F;1280x720x32 1280x768x32 1280x800x32 1280x960x32 1280x1024x32 1360x768x32 1600x900x8,16=3FF;1600x900x32 1600x1024x8,16 1600x1200x8,16=7F;"

HKR,, NV_Modes, %REG_SZ_APPEND%, "1152x864x32 1280x720x8,16 1280x768x8,16 1280x800x8,16 1280x960x8,16 1280x1024x8,16 1360x768x8,16=7FF;1920x1080=C01E;1024x768x32 1088x612x32 1152x864x8,16=FFF;"

[NV3xLoadService_AddReg]

HKLM,"Software\NVIDIA Corporation\Global\NvSvc",BitIndicators,%REG_DWORD%,1

[Default16BPP_AddReg]

HKR,, "DefaultSettings.BitsPerPel",%REG_DWORD%,16

[nv4_icdSoftwareSettings]

HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT",Version, %REG_DWORD%, 00000002

HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT",DriverVersion, %REG_DWORD%, 0x00010000

HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT",Dll, %REG_SZ%, nvoglnt

HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT",Flags, %REG_DWORD%, 00000001

HKR,, "_deko1000.exe:OGL_46574957", %REG_DWORD%, 3

HKR,, "_deko1000hd.exe:OGL_46574957", %REG_DWORD%, 3

HKR,, "_deko3000.exe:OGL_46574957", %REG_DWORD%, 3

HKR,, "_deko3000hd.exe:OGL_46574957", %REG_DWORD%, 3

HKR,, "_inflexion3d.exe:OGL_46574957", %REG_DWORD%, 3

HKR,, "_oni.exe:OGL_ExtensionStringNVArch", %REG_DWORD%, 4

[nv_ControlPanelSettings]

HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516},,,"NVIDIA CPL Extension"

HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516}\InProcServer32,,,"%11%\nvcpl.dll"

HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516}\InProcServer32,ThreadingModel,,Apartment

HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplExposeWin2kDualView,%REG_DWORD%,1

HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\NVIDIA CPL Extension",,,"{FFB699E0-306A-11d3-8BD1-00104B6F7516}"

HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplMPResolveMethod,%REG_DWORD%,3

HKLM,Software\Microsoft\Windows\CurrentVersion\Run,NvCplDaemon,,"RUNDLL32.EXE %11%\NvCpl.dll,NvStartup"

HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,NvCplDaemon,,"RUNDLL32.EXE %11%\NvCpl.dll,NvStartup"

HKLM,Software\NVIDIA Corporation\Global\nView,"InitProfile",,"default.tvp"

HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"nwiz",,"nwiz.exe /install"

HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,NvExportOEMDefaults,,"RUNDLL32.EXE %11%\NVCPL.DLL,ExportOEMDefaults"

HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,NvRegisterMCTray,,"RUNDLL32.EXE %11%\NVMCTRAY.DLL,NvMCRegisterApp %11%\NvCpl.dll"

HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplTvLocaleAutoDetect,%REG_DWORD%,1

HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplAllowForceTVDetection,%REG_DWORD%,1

HKLM,Software\Microsoft\Windows\CurrentVersion\Run,NvMediaCenter,,"RUNDLL32.EXE %11%\NvMcTray.dll,NvTaskbarInit"

HKLM,"Software\NVIDIA Corporation\Global\NVTweak\OemConfigurations",MediaCenterLoadPolicy,%REG_DWORD%,1

HKLM,"Software\NVIDIA Corporation\Global\NVTweak\State",GlobalStartupDefaults,%REG_DWORD%,1

HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplEnableActiveApp,%REG_DWORD%,1

HKLM,Software\"NVIDIA Corporation"\Global\NvSvc,"Nvcmd:1,Register,Persist:1",%REG_SZ%,"nvshell.dll"

HKLM,Software\"NVIDIA Corporation"\Global\NvSvc,"Nvcmd:2,Register,Persist:1",%REG_SZ%,"nvwdmcpl.dll"

HKLM,Software\"NVIDIA Corporation"\Global\NvSvc,"Nvcmd:3,Register,Persist:1",%REG_SZ%,"nvmccs.dll"

HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",ContextUIPolicy, %REG_DWORD%,2

HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",TaskbarUIPolicy, %REG_DWORD%,2

HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",CplGroupUIPolicy,%REG_DWORD%,2

HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,NvRegisterMCTrayNview,,"RUNDLL32.EXE %11%\NVMCTRAY.DLL,NvMCRegisterApp %11%\nView.dll"

HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NoPages,%REG_DWORD%,0x40000000

[nv_ClearRegistrySwitches]

HKLM,"Software\NVIDIA Corporation\NVAPI"

HKLM,"SYSTEM\CurrentControlSet\Services\nv\NVAPI"

HKR,, NVREGSWITCHES

HKR,, NV4_Modes

HKR,, NV5_Modes

HKR,, NV0A_Modes

HKR,, NVVANTA_Modes

HKR,, NV5M64_Modes

HKR,, NV5ULTRA_Modes

HKR,, NV10_Modes

HKR,, NV10DDR_Modes

HKR,, NV10GL_Modes

HKR,, NV11_Modes

HKR,, NV11DDR_Modes

HKR,, NV11GL_Modes

HKR,, CRUSH11_Modes

HKR,, NV15_Modes

HKR,, NV15DDR_Modes

HKR,, NV15BR_Modes

HKR,, NV15GL_Modes

HKR,, NV17_Modes

HKR,, NV17GL_Modes

HKR,, NV18_Modes

HKR,, NV18GL_Modes

HKR,, NV1F_Modes

HKR,, NV20_Modes

HKR,, NV20_1_Modes

HKR,, NV20_2_Modes

HKR,, NV20_3_Modes

HKR,, NV25_Modes

HKR,, NV25GL_Modes

HKR,, NV28_Modes

HKR,, NV28GL_Modes

HKR,, NV30_Modes

HKR,, NV30GL_Modes

HKR,, NV4_Modes_Delta

HKR,, NV5_Modes_Delta

HKR,, NV0A_Modes_Delta

HKR,, NVVANTA_Modes_Delta

HKR,, NV5M64_Modes_Delta

HKR,, NV5ULTRA_Modes_Delta

HKR,, NV10_Modes_Delta

HKR,, NV10DDR_Modes_Delta

HKR,, NV10GL_Modes_Delta

HKR,, NV11_Modes_Delta

HKR,, NV11DDR_Modes_Delta

HKR,, NV11M_Modes_Delta

HKR,, NV11GL_Modes_Delta

HKR,, CRUSH11_Modes_Delta

HKR,, NV15_Modes_Delta

HKR,, NV15DDR_Modes_Delta

HKR,, NV15BR_Modes_Delta

HKR,, NV15GL_Modes_Delta

HKR,, NV20_Modes_Delta

HKR,, NV20_1_Modes_Delta

HKR,, NV20_2_Modes_Delta

HKR,, NV20_3_Modes_Delta

HKR,, NV17_Modes_Delta

HKR,, NV17GL_Modes_Delta

HKR,, NV18_Modes_Delta

HKR,, NV18GL_Modes_Delta

HKR,, NV1F_Modes_Delta

HKR,, NV25_Modes_Delta

HKR,, NV25GL_Modes_Delta

HKR,, NV28_Modes_Delta

HKR,, NV28GL_Modes_Delta

HKR,, NV30_Modes_Delta

HKR,, NV30GL_Modes_Delta

HKR,, VPucodeCtrl

HKR,, MB_Enable

HKR,, DCBOverride0

HKR,, DCBOverride1

HKR,, NV_Modes

HKR,, UseCompressedModeFormat

HKR,, FlatPanelMode

HKR,, DMTOVERRIDE

HKR,, DisableExtRefresh

HKR,, Max16x12

HKR,, Disable19x12x32at60

HKR,, Disable16x12x32ge70

HKR,, Disable19x10x32ge70

HKR,, DellSwitch1

HKR,, OglStencil

HKR,, CapabilityOverride

HKR,, OGL_EnableFSAA

HKR,, OGL_DefaultSwapInterval

HKR,, OGL_TexMemorySpaceEnables

HKR,, OGL_TexStagingBufferSize

HKR,, OGL_TexStagingBufferMultSize

HKR,, OGL_DLStagingBufferSizeWords

HKR,, OGL_DlMemorySpaceEnables

HKR,, "4x42.exe:OGL_TexClampBehavior"

HKR,, "alice.exe:OGL_TexClampBehavior"

HKR,, "codmp.exe:OGL_TexClampBehavior"

HKR,, "codsp.exe:OGL_TexClampBehavior"

HKR,, "_deko1000.exe:OGL_46574957"

HKR,, "_deko1000hd.exe:OGL_46574957"

HKR,, "_deko3000.exe:OGL_46574957"

HKR,, "_deko3000hd.exe:OGL_46574957"

HKR,, "diablo ii.exe:OGL_TexClampBehavior"

HKR,, "et.exe:OGL_TexClampBehavior"

HKR,, "idmain.exe:OGL_TexClampBehavior"

HKR,, "_inflexion3d.exe:OGL_46574957"

HKR,, "jamp.exe:OGL_TexClampBehavior"

HKR,, "jasp.exe:OGL_TexClampBehavior"

HKR,, "jk2mp.exe:OGL_TexClampBehavior"

HKR,, "jk2sp.exe:OGL_TexClampBehavior"

HKR,, "moh_breakthrough.exe:OGL_ExtensionStringVersion"

HKR,, "moh_breakthrough.exe:OGL_TexClampBehavior"

HKR,, "moh_breakthrough_demo.exe:OGL_ExtensionStringVersion"

HKR,, "moh_breakthrough_demo.exe:OGL_TexClampBehavior"

HKR,, "moh_spearhead.exe:OGL_ExtensionStringVersion"

HKR,, "moh_spearhead.exe:OGL_TexClampBehavior"

HKR,, "moh_spearhead_demo.exe:OGL_ExtensionStringVersion"

HKR,, "moh_spearhead_demo.exe:OGL_TexClampBehavior"

HKR,, "mohaa.exe:OGL_ExtensionStringVersion"

HKR,, "mohaa.exe:OGL_TexClampBehavior"

HKR,, "oni.exe:OGL_ExtensionStringNVArch"

HKR,, "_oni.exe:OGL_ExtensionStringNVArch"

HKR,, "quake3.exe:OGL_TexClampBehavior"

HKR,, "sof2.exe:OGL_TexClampBehavior"

HKR,, "sof2mp.exe:OGL_TexClampBehavior"

HKR,, "_vcvisual:OGL_ExtensionStringVersion"

HKR,, "wolfmp.exe:OGL_TexClampBehavior"

HKR,, "wolfsp.exe:OGL_TexClampBehavior"

HKR,, "x29.exe:OGL_ExtensionStringVersion"

HKR,, "_x29.exe:OGL_ExtensionStringVersion"

HKR,, TwinViewInfo

HKR,, PrevTwinViewInfo

HKR,, SaveSettings

HKR,, NvCplConfiguration

HKR,, EnableWin2KDualview

HKR,, NV_R&T

HKR,, EdgeBlendingData

HKR,, NT4MultiDevEnable

HKR,, D3D_60461791

HKR,, DisableVersionCheck

HKR,, DrvOptions

HKR,, ProfileDefault

HKR,, DevSwitchSuppressMask

HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT"

HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA"

HKLM,"Software\NVIDIA Corporation\RIVA TNT\OpenGL"

HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\SERVICES\NV4\DEVICE0"

HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\SERVICES\NV"

HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\NVIDIA NT4 Multimon CPL"

HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Device\shellex\PropertySheetHandlers\NVIDIA CPL Extension"

HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{6D0E6651-1CD8-11d6-92C4-0003479E4848}

HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{FFB699E0-306A-11d3-8BD1-00104B6F7516}

HKLM,Software\Microsoft\Windows\CurrentVersion\Run,NvCplCleanup

HKCU,Software\Microsoft\Windows\CurrentVersion\Run,NvMediaCenter

HKLM,Software\Microsoft\Windows\CurrentVersion\Run,NvMediaCenter

HKCU,"Software\NVIDIA Corporation\Global\Display"

HKLM,"Software\NVIDIA Corporation\Global\Display"

HKCU,"Software\NVIDIA Corporation\Global\NVTweak"

HKLM,"Software\NVIDIA Corporation\Global\NVTweak"

HKCU,"Software\NVIDIA Corporation\Global\NVSvc"

HKLM,"Software\NVIDIA Corporation\Global\NVSvc"

HKCU,"Software\NVIDIA Corporation\Global\NvCplApi"

HKLM,"Software\NVIDIA Corporation\Global\NvCplApi"

HKCU,"Software\NVIDIA Corporation\Global\OpenGL"

HKLM,"Software\NVIDIA Corporation\Global\OpenGL"

HKR,, NvCplDisplayTvLocaleVisited

HKR,, NvCplEnableHardwarePage

HKR,, NvCplTwinViewInDualView

HKR,, NvCplTvLocaleAutoDetect

HKR,, NvCplEnablenForcePage

HKLM, Software\Microsoft\Windows\CurrentVersion\Run,NVDeployClient

HKR,, OverlayMode2

HKR,, OverlayMode3

HKR,, OverlayMode4

HKR,, OverlayColorControlEnable

HKR,, OverlayBrightness

HKR,, OverlayContrast

HKR,, OverlayHue

HKR,, OverlaySaturation

HKR,, OverlayGamma

HKR,, OverlayMaxGamma

HKR,, OverlaySharpness

HKR,, OverlayDVC

HKR,, VMBrightness

HKR,, VMContrast

HKR,, VMHue

HKR,, VMSaturation

HKR,, VMGamma

HKR,, VMMaxGamma

HKR,, VMSharpness

HKR,, VMDVC

HKR,, GvoInstalled

HKLM, SYSTEM\CurrentControlSet\Services\nv\Performance,Library

HKLM, SYSTEM\CurrentControlSet\Services\nv\Performance,Open

HKLM, SYSTEM\CurrentControlSet\Services\nv\Performance,Collect

HKLM, SYSTEM\CurrentControlSet\Services\nv\Performance,Close

HKR,, D3DOGL_74095214

[Strings]

; Non-Localizable Strings

REG_SZ = 0x00000000

REG_MULTI_SZ = 0x00010000

REG_EXPAND_SZ = 0x00020000

REG_BINARY = 0x00000001

REG_DWORD = 0x00010001

REG_SZ_APPEND = 0x00010008

; Localizable Strings

NVIDIA = "NVIDIA"

NVIDIA_G80.DEV_0190.1 = "NVIDIA GeForce 8800"

NVIDIA_G80.DEV_0191.1 = "NVIDIA GeForce 8800 GTX"

NVIDIA_G80.DEV_0192.1 = "NVIDIA GeForce 8800 "

NVIDIA_G80.DEV_0193.1 = "NVIDIA GeForce 8800 GTS"

NVIDIA_G80.DEV_0194.1 = "NVIDIA GeForce 8800 "

NVIDIA_G80.DEV_0197.1 = "NVIDIA GeForce 8800 "

NVIDIA_G80.DEV_019D.1 = "NVIDIA Quadro FX 5600"

NVIDIA_G80.DEV_019E.1 = "NVIDIA Quadro FX 4600"

NVIDIA_Win2KDualView = "NVIDIA Dualview"

NVIDIA_MultiView = "NVIDIA Multiview"

DiskID1 = "NVIDIA Windows 2000/XP Driver Library Installation Disk 1"

NVSVC.name = "NVIDIA Display Driver Service"

NVSVC.desc = "Provides system and desktop level support to the NVIDIA display driver"

NVUninstall.desc = "NVIDIA Display Driver"

I uninstalled the old drivers and installed these thru the Device Manager after a reboot. Please report back your experience. IMO, much better drivers than the 100.87 from last week. Thanks again to the guys at nvnews.net where I originally found them.

Share this post


Link to post
Share on other sites

Thanks for reporting.

But I wait for an official release, don't think those drivers will fix any arma releated stuff or bring better performance.

MfG Lee wink_o.gif

Share this post


Link to post
Share on other sites
Thanks for reporting.

But I wait for an official release, don't think those drivers will fix any arma releated stuff or bring better performance.

MfG Lee wink_o.gif

You might have a very long wait then. wink_o.gif

I don't think nvidia isn't releasing anymore drivers for XP because they have made a deal with M$. More buyers for Vista when XP isn't supported.

When was the last time XP users got driver update ? I think it was sometime in fall. November 2 exactly. Very long time without update so far.

World is a cruel place.

Share this post


Link to post
Share on other sites
I don't believe that there will be no more XP drivers for my GF8800GTS.

MfG Lee smile_o.gif

Damn you and your 8800. smile_o.gif

I gotta live with crappy 7600GT atleast a year, because i promised to my wife i don't buy anything related to computers during that time. biggrin_o.gif

Share this post


Link to post
Share on other sites

What are you lot on about? of course nvidia will release new XP drivers. They supported Win98 for years after XP...it's hardly in their interest to piss off the customer base is it?

Anyway these seem like good drivers, with small increases in shader perfomance. They seem generally fast and stable, but remember to add the modded inf and do a manual install. If you overclock ATI tool is great.

Share this post


Link to post
Share on other sites
I don't believe that there will be no more XP drivers for my GF8800GTS.

MfG Lee smile_o.gif

Damn you and your 8800. smile_o.gif

I gotta live with crappy 7600GT atleast a year, because i promised to my wife i don't buy anything related to computers during that time.  biggrin_o.gif

HEY! Don't say that. Those of us who have bought the "greatest" gfx card on the market are suffering right now. ArmA doesnt run great on the 8800's. We've put alot of money into this and end up like suckers. All we want is our beloved game to run smooth.

Share this post


Link to post
Share on other sites
What are you lot on about? of course nvidia will release new XP drivers. They supported Win98 for years after XP...it's hardly in their interest to piss off the customer base is it?

Yeah right. We'll see... ...

This isn't win98 we're talking about anymore. A hell lot of years have passed and industry in every country are now after the same thing. More money with less work.

How else can you explain that no drivers aren't released after november. Usually driver updates come every month. huh.gif

Share this post


Link to post
Share on other sites

There's no 'real' Dx10 game out for Vista yet. You really believe Nvidia will stop making drivers for XP, hitting 99% of their customers on the head?

What are those million$$$ you get from MS in a dodgy deal worth when you're loosing a great deal of customers?

icon_rolleyes.gif

Vista is wayyy overhyped when it comes to gaming. Even IF there's a slowdown on XP driver development atm imo it's more related to the fact Nvidia has problems getting their SLI stuff to run on Vista. The development itself won't just stop, it's more like they will slowly shift from XP to Vista the more ppl are gaming on Vista i believe.

I mean, that would be reasonable.

Share this post


Link to post
Share on other sites
What are you lot on about? of course nvidia will release new XP drivers.  They supported Win98 for years after XP...it's hardly in their interest to piss off the customer base is it?

Yeah right. We'll see... ...

This isn't win98 we're talking about anymore. A hell lot of years have passed and industry in every country are now after the same thing. More money with less work.

How else can you explain that no drivers aren't released after november. Usually driver updates come every month. huh.gif

The explanation is simple, they're having a hard time getting their drivers to work well under Vista.  More effort has gone into providing a working set for that OS.

The fact that two 100 series drivers have come out from third parties, prove nvidia are still writing drivers for XP.

XP will have a larger user base than Vista for a long time and drivers will be released to cover new products and resolve issues.

If you think differantly, you have a very limited grasp of business practice.

Share this post


Link to post
Share on other sites

They will have to have really great performing Vista drivers for me to make the upgrade. Till then they had better fuxoring support us XP users.

Share this post


Link to post
Share on other sites

@karl76: is that the complete .inf? So I could copy/paste as it is into an empty file with the name "nv4_disp.inf" and that`s it?

My system is not stable at all and currently I try everything to improve it - not very analytical, but since I do not have telling logfiles about the crashes it is the only way.

PS: Forget it! Downloaded and recognized that the .inf is already included ready to use.

Share this post


Link to post
Share on other sites

Yes it is the full .inf so you could just copy and paste it or use that guru3D download link which comes already with a modded inf. I posted the inf in here just in case somebody already downloaded from that other mirror and didn´t want to download it again. smile_o.gif Hope this driver helped you a little with your problems!

Share this post


Link to post
Share on other sites

I gave up, I will beat it with hardware since both the OS and ArmA not generating any usefull logs to analyze. I ordered: 2 different 768MB 8800 GTX + 1x 7950er to see if it is really a problem with G80 + related driver and my 680i chipset. Next would be that I switch to intel chipset if all cards crashing. If this does not help and (YES) ArmA is still the only game that causes those crashes (OFP dont and C&C3 don't) I would say ArmA is the problem.

Current test rig:

1 x 768MB Gainward GeForce 8800GTX DDR3 PCIe

1 x Intel Core 2 Duo (Conroe) E6700 2660MHz S775 4MB Box

2 x Kit 2x1024MB Corsair DDR2 800MHz PC2-6400 CL4

1 x Asus STRIKER EXTREME S775 NF680I-SL

1 x 320GB Seagate ST3320620NS Barracuda 7200 16MB Cache

1 x ATX Big Thermaltake Mozart TX VE1000SWA mit Fenster silber(o

1 x Thermaltake Toughpower 850 Watt

1 x Logitech G15 Keyboard

btw the G15 driver itself crashed several times hence it is deinstalled until system is stable.

UPDATE 23.03.2007

Tried again the 100.95beta for XP 32.bit with the pimped *.inf to run with 8800er cards.

I succeed to play 4 minutes ArmA before a freeze! wow! my new record!

Installed OFP:R with my favorite mods and guess what? Played several hours.

Tried 3DMark2006 with standard test set - passed!

May I point onto ArmA? Will try at weekend all sucking brand new game demos I can grab. Will report the outcome.

EDIT 27.03.2007

Tested now with EVGA 8800 GTX 768 MB VRAM, results are the same, waiting for the 7950er...

AND! OFP crashes too, !

Share this post


Link to post
Share on other sites

I&C, that is really strange. You are using XP and not Vista, right? I didn´t have one BSOD with these drivers, which is quite rare for beta drivers and they are in my opinion, the best XP drivers right now. I do have an Intel motherboard (965) and only a single 8800GTX but I find it extremely odd why they would cause BSODs for you bot not for me. I hope you find the cause for your problem. Thank you for your feedback!!

Share this post


Link to post
Share on other sites
I gave up, I will beat it with hardware since both the OS and ArmA not generating any usefull logs to analyze. I ordered: 2 different 768MB 8800 GTX + 1x 7950er to see if it is really a problem with G80 + related driver and my 680i chipset. Next would be that I switch to intel chipset if all cards crashing. If this does not help and (YES) ArmA is still the only game that causes those crashes (OFP dont and C&C3 don't) I would say ArmA is the problem.

Current test rig:

1 x 768MB Gainward GeForce 8800GTX DDR3 PCIe

1 x Intel Core 2 Duo (Conroe) E6700 2660MHz S775 4MB Box

2 x Kit 2x1024MB Corsair DDR2 800MHz PC2-6400 CL4

1 x Asus STRIKER EXTREME S775 NF680I-SL

1 x 320GB Seagate ST3320620NS Barracuda 7200 16MB Cache

1 x ATX Big Thermaltake Mozart TX VE1000SWA mit Fenster silber(o

1 x Thermaltake Toughpower 850 Watt

1 x Logitech G15 Keyboard

btw the G15 driver itself crashed several times hence it is deinstalled until system is stable.

They should pay you rofl.gif

Share this post


Link to post
Share on other sites

@ Karl76:

I do currently the last tests on GPUs, then I change the mainboard.

As you see many others having 8800er and your MB having my problem, any new findings pointing on something?

Share this post


Link to post
Share on other sites

@INNOCENT&CLUELESS

i had a similar problem like you're having, my rig was as follow:

Duo 6700E, MSI GTX8800, EVGA SLI 680i, 4 x 1Gb Apacer 800Mhz

i could'nt even install windows, so i changed to 4 x 1Gb Apacer 667Mhz and xp was installed.

but the game had ctd's like you mentioned them and as "some", not all, games worked fine over hours i thought it was ArmA but with bf2 i had the same ctd's.

i decided then to change the ram's to the one you're having and the problem was gonne (2 x 1Gb paired Corsair 800Mhz CL4 or 5, the worse one)

so i would first try with other rams like kingston etc. propably just 2 Gb as Xp supports only 2.8 and ArmA 2.0. Check with Asus which RAM's are really tested and approved for your board.

if that doesn't help i think you should exchange your motherboard, prolly another model.

keep in mind that ArmA works on other similar systems, so i'm pretty sure it's some hardware incompatibility (heavy word lol) and as you're using latest technology you might find such problems you're having. for me corsair was the solution, for you it might be kingston and as it works for some minutes and crashes as you described, it can't be the gpu, rather the mainboard and changing to my evga sli 680i will work excellent with your ram (i guess)

i hope i could help a bit... good luck... cya online wink_o.gif

Share this post


Link to post
Share on other sites

The RAM I bought on purpose - it is on the green list for tested RAM for this particular MB. Hence I consider only that the RAM might be faulty. Nevertheless I entered the stage where I would perform any voodoo just to get it running :-)

Share this post


Link to post
Share on other sites

Hi INNOCENT&CLUELESS

What sound card have you got?

Kind Regards walker

Share this post


Link to post
Share on other sites

Yo walker

I do not have a separate sound card, I use the onboard card or the USB headset. I tried also without the headset to check if this might cause some trouble.

Share this post


Link to post
Share on other sites

Hi INNOCENT&CLUELESS

I think your onboard sound card may be the cause of all your problems.

Check and see if it is an AC97.

Kind Regards walker

Share this post


Link to post
Share on other sites
Hi INNOCENT&CLUELESS

I think your onboard sound card may be the cause of all your problems.

Check and see if it is an AC97.

Kind Regards walker

8800 GTX runs fine if you DONT max terrain or textures and PP, everything else can be maxed. If there is a bug its with terrain/textures.

WOW can still hang for me, BF2 occasional hangs. The 8800 drivers are not as stable as my old 7 series ones.

But I get 2x the perfomance and when i hang 99% I can CTRL ALT DEL and restart the app.

I garee that AC97 should be avoided at all costs, a cheap XIFi card improves performance in most games.

Share this post


Link to post
Share on other sites

I kicked out once more the RAM and just left one 1GB modul and I played 45 Minutes without any problem.

All RAMTEST Tools said everything is fine and fast before with the 4 GB installed.

Could it be that Windows XP SP2 and/or ArmA is to stupid to utilize/address the RAM properly???

Or is it more feasible that tools may not find faulty RAM?

But it is true : sometimes "less is more"

EDIT:

Got some hints from Killswitch:

http://hardforum.com/showthread.php?t=1164334

seems I fight with a known problem.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×