如何让T61笔记本上的显卡nvs140m支持CUDA

 

得到了PhysDev论坛的 huawenguang 的帮助,下面就是他给我回复的帖子,按照上面做的,一切搞定

代码:
CUDA on WinXP notebooks
CUDA v1.1 requires an 8-series GPU or newer and an NVIDIA driver at version 169 or newer.

Most notebooks are still shipping with drivers older than 169 and are not officially supported on anything other than what you get from your vendor's support site. Trying a newer driver that's meant for standard non-mobile cards on notebooks just requires a little effort. This shouldn't be too tough for those of you doing software development.

The standard WindowsXP drivers for graphics cards (such as this one 169.21) http://www.nvidia.com/object/winxp_169.21_whql.html specifically do not have support for mobile graphics devices in notebooks, more specifically they will fail to install with a message:
"The NVIDIA Setup program could not locate any drivers that are compatible with your current hardware."

All of the driver installation files will be extracted in location such as C:/NVIDIA/Win2k/169.21/lang
The file nv4_disp.inf can be replaced or updated to include notebook gpus. Here's one that's others seemed to have used succesfully - it is an overly simplified inf example (remove .txt from file name) with only the cuda-capable mobile gpus

Then run the setup.exe program in that same directory.

Now install the CUDA v1.1 toolkit and sdk.

It's important to remember that this is going with an unsupported driver on your notebook - one not approved by your notebook vendor so you may not get access to certain features or special buttons on your notebook. But for now it's the way to get CUDA and to get on a newer driver.
Notebook vendors will be moving to newer driver versions that will pick up the CUDA dll support.

 

下面的是 nv4_disp.inf 的内容,自己生成一个这样的文件吧,第一次在这里写blog,还不会上传附件:

; 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   = 12/05/2007, 6.14.11.6921

[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
nvgames.dll  = 1
nvmccss.dll  = 1
nvmobls.dll  = 1
nvvitvs.dll  = 1
nvwss.dll    = 1
nvapi.dll    = 1
nvcuda.dll   = 1


[Manufacturer]
%NVIDIA% = NVIDIA.Mfg

[NVIDIA.Mfg]
%NVIDIA_BR02.DEV_00F1.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_00F1
%NVIDIA_BR02.DEV_00F2.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_00F2
%NVIDIA_BR02.DEV_00F3.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_00F3
%NVIDIA_BR02.DEV_00F4.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_00F4
%NVIDIA_BR02.DEV_00F5.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_00F5
%NVIDIA_BR02.DEV_00F6.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_00F6
%NVIDIA_BR02.DEV_00F8.1% = nv4_WSApps_NV3x_DOEB,     PCI/VEN_10DE&DEV_00F8
%NVIDIA_BR02.DEV_00F9.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_00F9
%NVIDIA_BR02.DEV_00FA.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_00FA
%NVIDIA_BR02.DEV_00FB.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_00FB
%NVIDIA_BR02.DEV_00FC.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_00FC
%NVIDIA_BR02.DEV_00FD.1% = nv4_WSApps_NV3x_DualView, PCI/VEN_10DE&DEV_00FD
%NVIDIA_BR02.DEV_00FE.1% = nv4_WSApps_NV3x,          PCI/VEN_10DE&DEV_00FE
%NVIDIA_BR02.DEV_02E0.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_02E0
%NVIDIA_BR02.DEV_02E1.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_02E1
%NVIDIA_BR02.DEV_02E2.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_02E2
%NVIDIA_BR02.DEV_02E3.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_02E3
%NVIDIA_BR02.DEV_02E4.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_02E4
%NVIDIA_C51.DEV_0240.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0240
%NVIDIA_C51.DEV_0241.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0241
%NVIDIA_C51.DEV_0242.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0242
%NVIDIA_C51.DEV_0245.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0245
%NVIDIA_C61.DEV_03D0.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_03D0
%NVIDIA_C61.DEV_03D1.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_03D1
%NVIDIA_C61.DEV_03D2.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_03D2
%NVIDIA_C61.DEV_03D5.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_03D5
%NVIDIA_C68.DEV_053A.1%  = nv4_C68,                  PCI/VEN_10DE&DEV_053A
%NVIDIA_C68.DEV_053B.1%  = nv4_C68,                  PCI/VEN_10DE&DEV_053B
%NVIDIA_C68.DEV_053E.1%  = nv4_C68,                  PCI/VEN_10DE&DEV_053E
%NVIDIA_G70.DEV_0090.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0090
%NVIDIA_G70.DEV_0091.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0091
%NVIDIA_G70.DEV_0092.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0092
%NVIDIA_G70.DEV_0093.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0093
%NVIDIA_G70.DEV_0095.1%  = nv4_NV3x,                PCI/VEN_10DE&DEV_0095
%NVIDIA_G70.DEV_009D.1%  = nv4_WSApps_NV3x_DOEB,     PCI/VEN_10DE&DEV_009D
%NVIDIA_G71.DEV_0290.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0290
%NVIDIA_G71.DEV_0291.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0291
%NVIDIA_G71.DEV_0292.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0292
%NVIDIA_G71.DEV_0293.1%  = nv4_MB_NV3x,              PCI/VEN_10DE&DEV_0293
%NVIDIA_G71.DEV_0294.1%  = nv4_MB_NV3x,              PCI/VEN_10DE&DEV_0294
%NVIDIA_G71.DEV_0295.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0295
%NVIDIA_G71.DEV_029C.1%  = nv4_WSApps_NV3x_DOEB,     PCI/VEN_10DE&DEV_029C
%NVIDIA_G71.DEV_029D.1%  = nv4_WSApps_NV3x_DOEB,     PCI/VEN_10DE&DEV_029D
%NVIDIA_G71.DEV_029E.1%  = nv4_WSApps_NV3x,          PCI/VEN_10DE&DEV_029E
%NVIDIA_G71.DEV_029F.1%  = nv4_WSApps_NV3x_DOEB,     PCI/VEN_10DE&DEV_029F
%NVIDIA_G72.DEV_01D0.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_01D0
%NVIDIA_G72.DEV_01D1.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_01D1
%NVIDIA_G72.DEV_01D3.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_01D3
%NVIDIA_G72.DEV_01DD.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_01DD
%NVIDIA_G72.DEV_01DE.1%  = nv4_WSApps_NV3x,          PCI/VEN_10DE&DEV_01DE
%NVIDIA_G72.DEV_01DF.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_01DF
%NVIDIA_G73.DEV_0390.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0390
%NVIDIA_G73.DEV_0391.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0391
%NVIDIA_G73.DEV_0392.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0392
%NVIDIA_G73.DEV_0393.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0393
%NVIDIA_G73.DEV_0394.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0394
%NVIDIA_G73.DEV_0395.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0395
%NVIDIA_G73.DEV_039E.1%  = nv4_WSApps_NV3x,          PCI/VEN_10DE&DEV_039E
%NVIDIA_G80.DEV_0191.1%  = nv4_NV3x,                PCI/VEN_10DE&DEV_0191
%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_DOEB,     PCI/VEN_10DE&DEV_019D
%NVIDIA_G80.DEV_019E.1%  = nv4_WSApps_NV3x_DOEB,     PCI/VEN_10DE&DEV_019E
%NVIDIA_G84.DEV_0400.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0400
%NVIDIA_G84.DEV_0401.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0401
%NVIDIA_G84.DEV_0402.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0402
%NVIDIA_G84.DEV_0403.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0403
%NVIDIA_G84.DEV_0404.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0404
%NVIDIA_G84.DEV_040A.1%  = nv4_WSApps_NV3x,          PCI/VEN_10DE&DEV_040A
%NVIDIA_G84.DEV_040E.1%  = nv4_WSApps_NV3x_DualView, PCI/VEN_10DE&DEV_040E
%NVIDIA_G84.DEV_040F.1%  = nv4_WSApps_NV3x_DualView, PCI/VEN_10DE&DEV_040F
%NVIDIA_G86.DEV_0420.1%  = nv_G86_1,                 PCI/VEN_10DE&DEV_0420
%NVIDIA_G86.DEV_0421.1%  = nv_G86_1,                 PCI/VEN_10DE&DEV_0421
%NVIDIA_G86.DEV_0422.1%  = nv_G86_1,                 PCI/VEN_10DE&DEV_0422
%NVIDIA_G86.DEV_0423.1%  = nv_G86_1,                 PCI/VEN_10DE&DEV_0423
%NVIDIA_G86.DEV_0424.1%  = nv_G86_1,                 PCI/VEN_10DE&DEV_0424
%NVIDIA_G86.DEV_042F.1%  = nv_G86_0,                 PCI/VEN_10DE&DEV_042F
%NVIDIA_G92.DEV_0600.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0600
%NVIDIA_G92.DEV_0611.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_0611
%NVIDIA_G98.DEV_06E2.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_06E2
%NVIDIA_G98.DEV_06E4.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_06E4
%NVIDIA_NV30.DEV_0301.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0301
%NVIDIA_NV30.DEV_0302.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0302
%NVIDIA_NV30.DEV_0308.1% = nv4_WSApps_NV3x_DOEB,     PCI/VEN_10DE&DEV_0308
%NVIDIA_NV30.DEV_0309.1% = nv4_WSApps_NV3x_DOEB,     PCI/VEN_10DE&DEV_0309
%NVIDIA_NV31.DEV_0311.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0311
%NVIDIA_NV31.DEV_0312.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0312
%NVIDIA_NV31.DEV_0314.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0314
%NVIDIA_NV34.DEV_0321.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0321
%NVIDIA_NV34.DEV_0322.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0322
%NVIDIA_NV34.DEV_0323.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0323
%NVIDIA_NV34.DEV_0326.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0326
%NVIDIA_NV34.DEV_0327.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0327
%NVIDIA_NV34.DEV_032A.1% = nv4_WSApps_NV3x_DualView, PCI/VEN_10DE&DEV_032A
%NVIDIA_NV34.DEV_032B.1% = nv4_WSApps_NV3x_DOEB,     PCI/VEN_10DE&DEV_032B
%NVIDIA_NV35.DEV_0330.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0330
%NVIDIA_NV35.DEV_0331.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0331
%NVIDIA_NV35.DEV_0332.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0332
%NVIDIA_NV35.DEV_0333.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0333
%NVIDIA_NV35.DEV_0334.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0334
%NVIDIA_NV35.DEV_0338.1% = nv4_WSApps_NV3x_DOEB,     PCI/VEN_10DE&DEV_0338
%NVIDIA_NV35.DEV_033F.1% = nv4_WSApps_NV3x,          PCI/VEN_10DE&DEV_033F
%NVIDIA_NV36.DEV_0341.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0341
%NVIDIA_NV36.DEV_0342.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0342
%NVIDIA_NV36.DEV_0343.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0343
%NVIDIA_NV36.DEV_0344.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0344
%NVIDIA_NV36.DEV_034E.1% = nv4_WSApps_NV3x_DOEB,     PCI/VEN_10DE&DEV_034E
%NVIDIA_NV40.DEV_0040.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0040
%NVIDIA_NV40.DEV_0041.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0041
%NVIDIA_NV40.DEV_0042.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0042
%NVIDIA_NV40.DEV_0043.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0043
%NVIDIA_NV40.DEV_0044.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0044
%NVIDIA_NV40.DEV_0045.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0045
%NVIDIA_NV40.DEV_0047.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0047
%NVIDIA_NV40.DEV_0048.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0048
%NVIDIA_NV40.DEV_004E.1% = nv4_WSApps_NV3x_DOEB,     PCI/VEN_10DE&DEV_004E
%NVIDIA_NV41.DEV_00C0.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_00C0
%NVIDIA_NV41.DEV_00C1.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_00C1
%NVIDIA_NV41.DEV_00C2.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_00C2
%NVIDIA_NV41.DEV_00C3.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_00C3
%NVIDIA_NV41.DEV_00CD.1% = nv4_WSApps_NV3x_DOEB,     PCI/VEN_10DE&DEV_00CD
%NVIDIA_NV41.DEV_00CE.1% = nv4_WSApps_NV3x,          PCI/VEN_10DE&DEV_00CE
%NVIDIA_NV43.DEV_0140.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0140
%NVIDIA_NV43.DEV_0141.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0141
%NVIDIA_NV43.DEV_0142.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0142
%NVIDIA_NV43.DEV_0143.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0143
%NVIDIA_NV43.DEV_0145.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0145
%NVIDIA_NV43.DEV_0147.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0147
%NVIDIA_NV43.DEV_014A.1% = nv4_WSApps_NV3x_DualView, PCI/VEN_10DE&DEV_014A
%NVIDIA_NV43.DEV_014C.1% = nv4_WSApps_NV3x,          PCI/VEN_10DE&DEV_014C
%NVIDIA_NV43.DEV_014D.1% = nv4_WSApps_NV3x,          PCI/VEN_10DE&DEV_014D
%NVIDIA_NV43.DEV_014E.1% = nv4_WSApps_NV3x,          PCI/VEN_10DE&DEV_014E
%NVIDIA_NV43.DEV_014F.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_014F
%NVIDIA_NV44.DEV_0160.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0160
%NVIDIA_NV44.DEV_0161.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0161
%NVIDIA_NV44.DEV_0162.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0162
%NVIDIA_NV44.DEV_0163.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0163
%NVIDIA_NV44.DEV_0165.1% = nv4_WSApps_NV3x_DualView, PCI/VEN_10DE&DEV_0165
%NVIDIA_NV44.DEV_0169.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0169
%NVIDIA_NV44.DEV_016A.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_016A
%NVIDIA_NV44.DEV_0221.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0221
%NVIDIA_NV44.DEV_0222.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0222
%NVIDIA_NV45.DEV_0046.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0046
%NVIDIA_NV48.DEV_0211.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0211
%NVIDIA_NV48.DEV_0212.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0212
%NVIDIA_NV48.DEV_0215.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0215
%NVIDIA_NV48.DEV_0218.1% = nv4_NV3x,                 PCI/VEN_10DE&DEV_0218
%NVIDIA_C73.DEV_07E0.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_07E0
%NVIDIA_C73.DEV_07E1.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_07E1
%NVIDIA_C73.DEV_07E2.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_07E2
%NVIDIA_C73.DEV_07E3.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_07E3
%NVIDIA_C73.DEV_07E5.1%  = nv4_NV3x,                 PCI/VEN_10DE&DEV_07E5
%NVIDIA_Win2KDualView%   = nvDual,                   DISPLAY/nvWin2kDualView
%NVIDIA_MultiView%       = nvDual,                   DISPLAY/nvMultiView

[ControlFlags]
ExcludeFromSelect = *

[nv4_C68]
CopyFiles    = nv4.Miniport, nv.Display, nv4.icd, nv.Panel, nv.Help
DelFiles     = nv.oldrm, nv.delete.systemfiles
RegisterDLLs = nv.RegisterCPL

[nv4_C68.CoInstallers]
CopyFiles = nv.CoInstaller
AddReg    = nv_CoInstaller_AddReg
AddReg    = nv_CoInstaller_NVAppsXML_AddReg

[nv4_C68.SoftwareSettings]
AddReg = nv_SoftwareDeviceSettings_C68
AddReg = nv4_icdSoftwareSettings
AddReg = nv_ControlPanelSettings
AddReg = NV3xLoadService_AddReg
AddReg = Default16BPP_AddReg
DelReg = nv_ClearRegistrySwitches

[nv4_C68.Services]
AddService = nv,    0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst
AddService = NVSvc, 0x00000000, nv_NVSVC_Inst
DelService = nvarch
DelService = nvgfx

[nv4_C68.GeneralConfigData]
MaximumDeviceMemoryConfiguration = 128
MaximumNumberOfDevices           = 4

[nv_G86_1]
CopyFiles    = nv4.Miniport, nv.Display, nv4.icd, nv.Panel, nv.Help
DelFiles     = nv.oldrm, nv.delete.systemfiles
RegisterDLLs = nv.RegisterCPL

[nv_G86_1.CoInstallers]
CopyFiles = nv.CoInstaller
AddReg    = nv_CoInstaller_AddReg
AddReg    = nv_CoInstaller_NVAppsXML_AddReg

[nv_G86_1.SoftwareSettings]
AddReg = nv_SoftwareDeviceSettings
AddReg = nv4_icdSoftwareSettings
AddReg = nv_ControlPanelSettings
AddReg = NV3xLoadService_AddReg
AddReg = Default16BPP_AddReg
AddReg = VideoControl2To20000_AddReg
DelReg = nv_ClearRegistrySwitches

[nv_G86_1.Services]
AddService = nv,    0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst
AddService = NVSvc, 0x00000000, nv_NVSVC_Inst
DelService = nvarch
DelService = nvgfx

[nv_G86_1.GeneralConfigData]
MaximumDeviceMemoryConfiguration = 128
MaximumNumberOfDevices           = 4

[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

[nv_G86_0]
CopyFiles    = nv4.Miniport, nv.Display, nv4.icd, nv.Panel, nv.Help
DelFiles     = nv.oldrm, nv.delete.systemfiles
RegisterDLLs = nv.RegisterCPL

[nv_G86_0.CoInstallers]
CopyFiles = nv.CoInstaller
AddReg    = nv_CoInstaller_AddReg
AddReg    = nv_CoInstaller_NVWSAppsXML_AddReg, nv_CoInstaller_nView_Quadro_AddReg

[nv_G86_0.SoftwareSettings]
AddReg = nv_SoftwareDeviceSettings
AddReg = nv4_icdSoftwareSettings
AddReg = nv_ControlPanelSettings
AddReg = NV3xLoadService_AddReg
AddReg = nv_WSApps_AddReg
AddReg = Default32BPP_AddReg
AddReg = VideoControl2To20000_AddReg
DelReg = nv_ClearRegistrySwitches

[nv_G86_0.Services]
AddService = nv,    0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst
AddService = NVSvc, 0x00000000, nv_NVSVC_Inst
DelService = nvarch
DelService = nvgfx

[nv_G86_0.GeneralConfigData]
MaximumDeviceMemoryConfiguration = 128
MaximumNumberOfDevices           = 4

[nv4_WSApps_NV3x]
CopyFiles    = nv4.Miniport, nv.Display, nv4.icd, nv.Panel, nv.Help
DelFiles     = nv.oldrm, nv.delete.systemfiles
RegisterDLLs = nv.RegisterCPL

[nv4_WSApps_NV3x.CoInstallers]
CopyFiles = nv.CoInstaller
AddReg    = nv_CoInstaller_AddReg
AddReg    = nv_CoInstaller_NVWSAppsXML_AddReg, nv_CoInstaller_nView_Quadro_AddReg

[nv4_WSApps_NV3x.SoftwareSettings]
AddReg = nv_SoftwareDeviceSettings
AddReg = nv4_icdSoftwareSettings
AddReg = nv_ControlPanelSettings
AddReg = NV3xLoadService_AddReg
AddReg = nv_WSApps_AddReg
AddReg = Default32BPP_AddReg
DelReg = nv_ClearRegistrySwitches

[nv4_WSApps_NV3x.Services]
AddService = nv,    0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst
AddService = NVSvc, 0x00000000, nv_NVSVC_Inst
DelService = nvarch
DelService = nvgfx

[nv4_WSApps_NV3x.GeneralConfigData]
MaximumDeviceMemoryConfiguration = 128
MaximumNumberOfDevices           = 4

[nv4_WSApps_NV3x_DualView]
CopyFiles    = nv4.Miniport, nv.Display, nv4.icd, nv.Panel, nv.Help
DelFiles     = nv.oldrm, nv.delete.systemfiles
RegisterDLLs = nv.RegisterCPL

[nv4_WSApps_NV3x_DualView.CoInstallers]
CopyFiles = nv.CoInstaller
AddReg    = nv_CoInstaller_AddReg
AddReg    = nv_CoInstaller_NVWSAppsXML_AddReg, nv_CoInstaller_nView_Quadro_AddReg, nv_CoInstaller_NVEPCLNT_AddReg

[nv4_WSApps_NV3x_DualView.SoftwareSettings]
AddReg = nv_SoftwareDeviceSettings
AddReg = nv4_icdSoftwareSettings
AddReg = nv_ControlPanelSettings
AddReg = nv_WSApps_AddReg
AddReg = nvDualView_AddReg
AddReg = TestAnalogLoadAlways_AddReg
AddReg = Default32BPP_AddReg
AddReg = NVEPCLNT_AddReg
DelReg = nv_ClearRegistrySwitches

[nv4_WSApps_NV3x_DualView.Services]
AddService = nv,    0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst
AddService = NVSvc, 0x00000000, nv_NVSVC_Inst
DelService = nvarch
DelService = nvgfx

[nv4_WSApps_NV3x_DualView.GeneralConfigData]
MaximumDeviceMemoryConfiguration = 160
MaximumNumberOfDevices           = 10

[nv4_WSApps_NV3x_DOEB]
CopyFiles    = nv4.Miniport, nv.Display, nv4.icd, nv.Panel, nv.Help
DelFiles     = nv.oldrm, nv.delete.systemfiles
RegisterDLLs = nv.RegisterCPL

[nv4_WSApps_NV3x_DOEB.CoInstallers]
CopyFiles = nv.CoInstaller
AddReg    = nv_CoInstaller_AddReg
AddReg    = nv_CoInstaller_NVWSAppsXML_AddReg, nv_CoInstaller_nView_Quadro_AddReg

[nv4_WSApps_NV3x_DOEB.SoftwareSettings]
AddReg = nv_SoftwareDeviceSettings
AddReg = nv4_icdSoftwareSettings
AddReg = nv_ControlPanelSettings
AddReg = NV3xLoadService_AddReg
AddReg = nv_WSApps_AddReg
AddReg = Default32BPP_AddReg
AddReg = DOEB_AddReg
DelReg = nv_ClearRegistrySwitches

[nv4_WSApps_NV3x_DOEB.Services]
AddService = nv,    0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst
AddService = NVSvc, 0x00000000, nv_NVSVC_Inst
DelService = nvarch
DelService = nvgfx

[nv4_WSApps_NV3x_DOEB.GeneralConfigData]
MaximumDeviceMemoryConfiguration = 128
MaximumNumberOfDevices           = 4

[nv4_MB_NV3x]
CopyFiles    = nv4.Miniport, nv.Display, nv4.icd, nv.Panel, nv.Help
DelFiles     = nv.oldrm, nv.delete.systemfiles
RegisterDLLs = nv.RegisterCPL

[nv4_MB_NV3x.CoInstallers]
CopyFiles = nv.CoInstaller
AddReg    = nv_CoInstaller_AddReg
AddReg    = nv_CoInstaller_NVAppsXML_AddReg

[nv4_MB_NV3x.SoftwareSettings]
AddReg = nv_SoftwareDeviceSettings
AddReg = nv4_icdSoftwareSettings
AddReg = nv_ControlPanelSettings
AddReg = NV3xLoadService_AddReg
AddReg = Default16BPP_AddReg
AddReg = MB_AddReg
DelReg = nv_ClearRegistrySwitches

[nv4_MB_NV3x.Services]
AddService = nv,    0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst
AddService = NVSvc, 0x00000000, nv_NVSVC_Inst
DelService = nvarch
DelService = nvgfx

[nv4_MB_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,nvtuicpl.cpl,nvwdmcpl.dll,nvwimg.dll,nwiz.exe,nvmccsrs.dll"
HKR, Uninstall, CopyFiles,   %REG_SZ_APPEND%, "nvcpl.cpl,nvcplui.exe,nvexpbar.dll"
HKR, Uninstall, CopyFiles,   %REG_SZ_APPEND%, "nvcpl.chm,nvdsp.chm,nv3d.chm,nvmob.chm"

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

[nv_CoInstaller_NVWSAppsXML_AddReg]
HKR, Uninstall, CopyFiles,   %REG_SZ_APPEND%, "nvapps.xml,nvwsapps.xml>nvwsapps.nvb"

[nv_CoInstaller_nView_Quadro_AddReg]
HKR, Uninstall, CopyFiles,   %REG_SZ_APPEND%, "advanced.tvp,cad.tvp,dcc.tvp,finance.tvp"

[nv_CoInstaller_NVEPCLNT_AddReg]
HKR, Uninstall, CopyFiles,   %REG_SZ_APPEND%, "nvepclnt.exe"

[nv.Display]
nv4_disp.dll,nv4_disp.dll,nv4dtmp.dll
nvsvc32.exe
nvapi.dll
nvcuda.dll

[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
nvgames.dll
nvmccss.dll
nvmobls.dll
nvvitvs.dll
nvwss.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=*,*,*,*,*,CYV0003.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;SHV 1920x1080x32 1920x1200x32 1920x1440 2048x1536=1F;640x480 800x600 848x480 960x600 1024x768x8,16=1FFF;1600x1200x32 1920x1080x8,16 1920x1200x8,16=3F;1280x720x32 1280x768x32 1280x800x32 1280x960x32 1280x1024x32 1360x768x32=3FF;1600x1200x8,16=7F;1280x720x8,16 1280x768x8,16 1280x800x8,16 1280x960x8,16 1280x1024x8,16 1360x768x8,16=7FF;1920x1080=C01E;1024x768x32 1152x864=FFF;{40-302,311-327,330-344,390-7E5}SHV 1680x1050=1;1440x900=FFF;"
HKR,, NV_Modes, %REG_SZ_APPEND%, "{308-309,32A-32B,34E}SH 960x1200=803D;SHV 1600x1024x32=3F;1600x900x32=7F;1088x612x32=FFF;"

[nv_SoftwareDeviceSettings_C68]
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=*,*,*,*,*,CYV0003.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,, NV_R&T,                      %REG_SZ_APPEND%,"R&T0006=800,600,*,85,*,CRTX,GTF"
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;SHV 1920x1080x32 1920x1200x32 1920x1440 2048x1536=1F;640x480 800x600 848x480 960x600 1024x768x8,16=1FFF;1600x1024x32 1600x1200x32 1920x1080x8,16 1920x1200x8,16=3F;1280x720x32 1280x768x32 1280x800x32 1280x960x32 1280x1024x32 1360x768x32=3FF;1600x900x32 1600x1200x8,16=7F;1280x720x8,16 1280x768x8,16 1280x800x8,16 1280x960x8,16 1280x1024x8,16 1360x768x8,16=7FF;1920x1080=C01E;1024x768x32 1088x612x32 1152x864=FFF;"

[nv_WSApps_AddReg]
HKR,,"NvCplConfiguration", %REG_DWORD%, 0x100000
HKR,, ProfileDefault,      %REG_SZ%,    "3D App - Default Global Settings"

[NV3xLoadService_AddReg]
HKLM,"Software/NVIDIA Corporation/Global/NvSvc",BitIndicators,%REG_DWORD%,1

[nvDualView_AddReg]
HKR,, NvCplTwinViewInDualView, %REG_DWORD%, 1
HKR,, EnableWin2kDualview, %REG_DWORD%, 1
HKR,, ForceNHeads, %REG_DWORD%, 2
HKR,, DualviewLockDevices, %REG_BINARY%,01,00,01,00,02,00,02,00
HKR,, NT4MultiDevEnable, %REG_DWORD%, 0
HKCR,CLSID/{6D0E6651-1CD8-11d6-92C4-0003479E4848},,,"NVIDIA NT4 Multimon Control Panel Extension"
HKCR,CLSID/{6D0E6651-1CD8-11d6-92C4-0003479E4848}/InProcServer32,,,"nvnt4cpl.dll"
HKCR,CLSID/{6D0E6651-1CD8-11d6-92C4-0003479E4848}/InProcServer32,ThreadingModel,,Apartment
HKLM,"SOFTWARE/Microsoft/Windows/CurrentVersion/Controls Folder/Display/shellex/PropertySheetHandlers/NVIDIA NT4 Multimon CPL",,,"{6D0E6651-1CD8-11d6-92C4-0003479E4848}"
HKLM,"SOFTWARE/Microsoft/Windows/CurrentVersion/Shell Extensions/Approved",{6D0E6651-1CD8-11d6-92C4-0003479E4848},,"NVIDIA NT4 Multimon Control Panel Extension"
HKLM,"Software/NVIDIA Corporation/Global/Display",CplEnableW2k,%REG_DWORD%, 1

[TestAnalogLoadAlways_AddReg]
HKR,, TestAnalogLoadAlways, %REG_DWORD%, 1

[Default16BPP_AddReg]
HKR,, "DefaultSettings.BitsPerPel",%REG_DWORD%,16

[Default32BPP_AddReg]
HKR,, "DefaultSettings.BitsPerPel",%REG_DWORD%,32

[DOEB_AddReg]
HKR,, EdgeBlendingData, %REG_BINARY%, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
HKLM,"Software/NVIDIA Corporation/Global/NVTweak",NvCplEnableDesktopOverlapPage,%REG_DWORD%,1

[MB_AddReg]
HKR,,MB_Enable, %REG_BINARY%, 01,00,00,00

[NVEPCLNT_AddReg]
HKLM,"Software/NVIDIA Corporation/Global/nView",nvepclnt, %REG_DWORD%, 1

[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

[VideoControl2To20000_AddReg]
HKR,, VideoControl2, %REG_DWORD%, 0x20000

[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
HKR,, VideoControl2

[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_BR02.DEV_00F1.1 = "NVIDIA GeForce 6600 GT"
NVIDIA_BR02.DEV_00F2.1 = "NVIDIA GeForce 6600"
NVIDIA_BR02.DEV_00F3.1 = "NVIDIA GeForce 6200"
NVIDIA_BR02.DEV_00F4.1 = "NVIDIA GeForce 6600 LE"
NVIDIA_BR02.DEV_00F5.1 = "NVIDIA GeForce 7800 GS"
NVIDIA_BR02.DEV_00F6.1 = "NVIDIA GeForce 6800 GS/XT"
NVIDIA_BR02.DEV_00F8.1 = "NVIDIA Quadro FX 3400/4400"
NVIDIA_BR02.DEV_00F9.1 = "NVIDIA GeForce 6800 Series GPU"
NVIDIA_BR02.DEV_00FA.1 = "NVIDIA GeForce PCX 5750"
NVIDIA_BR02.DEV_00FB.1 = "NVIDIA GeForce PCX 5900"
NVIDIA_BR02.DEV_00FC.1 = "NVIDIA GeForce PCX 5300"
NVIDIA_BR02.DEV_00FD.1 = "NVIDIA Quadro PCI-E Series"
NVIDIA_BR02.DEV_00FE.1 = "NVIDIA Quadro FX 1300"
NVIDIA_BR02.DEV_02E0.1 = "NVIDIA GeForce 7600 GT"
NVIDIA_BR02.DEV_02E1.1 = "NVIDIA GeForce 7600 GS"
NVIDIA_BR02.DEV_02E2.1 = "NVIDIA GeForce 7300 GT"
NVIDIA_BR02.DEV_02E3.1 = "NVIDIA GeForce 7900 GS"
NVIDIA_BR02.DEV_02E4.1 = "NVIDIA GeForce 7950 GT"
NVIDIA_C51.DEV_0240.1  = "NVIDIA GeForce 6150"
NVIDIA_C51.DEV_0241.1  = "NVIDIA GeForce 6150 LE"
NVIDIA_C51.DEV_0242.1  = "NVIDIA GeForce 6100"
NVIDIA_C51.DEV_0245.1  = "NVIDIA Quadro NVS 210S / NVIDIA GeForce 6150LE"
NVIDIA_C61.DEV_03D0.1  = "NVIDIA GeForce 6150SE nForce 430"
NVIDIA_C61.DEV_03D1.1  = "NVIDIA GeForce 6100 nForce 405"
NVIDIA_C61.DEV_03D2.1  = "NVIDIA GeForce 6100 nForce 400"
NVIDIA_C61.DEV_03D5.1  = "NVIDIA GeForce 6100 nForce 420"
NVIDIA_C68.DEV_053A.1  = "NVIDIA GeForce 7050 PV / NVIDIA nForce 630a"
NVIDIA_C68.DEV_053B.1  = "NVIDIA GeForce 7050 PV / NVIDIA nForce 630a "
NVIDIA_C68.DEV_053E.1  = "NVIDIA GeForce 7025 / NVIDIA nForce 630a"
NVIDIA_C73.DEV_07E0.1  = "NVIDIA GeForce 7150 / NVIDIA nForce 630i"
NVIDIA_C73.DEV_07E1.1  = "NVIDIA GeForce 7100 / NVIDIA nForce 630i"
NVIDIA_C73.DEV_07E2.1  = "NVIDIA GeForce 7050 / NVIDIA nForce 630i"
NVIDIA_C73.DEV_07E3.1  = "NVIDIA GeForce 7050 / NVIDIA nForce 610i"
NVIDIA_C73.DEV_07E5.1  = "NVIDIA GeForce 7100 / NVIDIA nForce 620i"
NVIDIA_G70.DEV_0090.1  = "NVIDIA GeForce 7800 GTX"
NVIDIA_G70.DEV_0091.1  = "NVIDIA GeForce 7800 GTX "
NVIDIA_G70.DEV_0092.1  = "NVIDIA GeForce 7800 GT"
NVIDIA_G70.DEV_0093.1  = "NVIDIA GeForce 7800 GS "
NVIDIA_G70.DEV_0095.1  = "NVIDIA GeForce 7800 SLI"
NVIDIA_G70.DEV_009D.1  = "NVIDIA Quadro FX 4500"
NVIDIA_G71.DEV_0290.1  = "NVIDIA GeForce 7900 GTX"
NVIDIA_G71.DEV_0291.1  = "NVIDIA GeForce 7900 GT/GTO"
NVIDIA_G71.DEV_0292.1  = "NVIDIA GeForce 7900 GS "
NVIDIA_G71.DEV_0293.1  = "NVIDIA GeForce 7950 GX2"
NVIDIA_G71.DEV_0294.1  = "NVIDIA GeForce 7950 GX2 "
NVIDIA_G71.DEV_0295.1  = "NVIDIA GeForce 7950 GT "
NVIDIA_G71.DEV_029C.1  = "NVIDIA Quadro FX 5500"
NVIDIA_G71.DEV_029D.1  = "NVIDIA Quadro FX 3500"
NVIDIA_G71.DEV_029E.1  = "NVIDIA Quadro FX 1500"
NVIDIA_G71.DEV_029F.1  = "NVIDIA Quadro FX 4500 X2"
NVIDIA_G72.DEV_01D0.1  = "NVIDIA GeForce 7350 LE"
NVIDIA_G72.DEV_01D1.1  = "NVIDIA GeForce 7300 LE"
NVIDIA_G72.DEV_01D3.1  = "NVIDIA GeForce 7300 SE/7200 GS"
NVIDIA_G72.DEV_01DD.1  = "NVIDIA GeForce 7500 LE"
NVIDIA_G72.DEV_01DE.1  = "NVIDIA Quadro FX 350"
NVIDIA_G72.DEV_01DF.1  = "NVIDIA GeForce 7300 GS"
NVIDIA_G73.DEV_0390.1  = "NVIDIA GeForce 7650 GS"
NVIDIA_G73.DEV_0391.1  = "NVIDIA GeForce 7600 GT "
NVIDIA_G73.DEV_0392.1  = "NVIDIA GeForce 7600 GS "
NVIDIA_G73.DEV_0393.1  = "NVIDIA GeForce 7300 GT "
NVIDIA_G73.DEV_0394.1  = "NVIDIA GeForce 7600 LE"
NVIDIA_G73.DEV_0395.1  = "NVIDIA GeForce 7300 GT  "
NVIDIA_G73.DEV_039E.1  = "NVIDIA Quadro FX 560"
NVIDIA_G80.DEV_0191.1  = "NVIDIA GeForce 8800 GTX"
NVIDIA_G80.DEV_0193.1  = "NVIDIA GeForce 8800 GTS"
NVIDIA_G80.DEV_0194.1  = "NVIDIA GeForce 8800 Ultra"
NVIDIA_G80.DEV_0197.1  = "NVIDIA Tesla C870"
NVIDIA_G80.DEV_019D.1  = "NVIDIA Quadro FX 5600"
NVIDIA_G80.DEV_019E.1  = "NVIDIA Quadro FX 4600"
NVIDIA_G84.DEV_0400.1  = "NVIDIA GeForce 8600 GTS"
NVIDIA_G84.DEV_0401.1  = "NVIDIA GeForce 8600 GT"
NVIDIA_G84.DEV_0402.1  = "NVIDIA GeForce 8600 GT "
NVIDIA_G84.DEV_0403.1  = "NVIDIA GeForce 8600GS"
NVIDIA_G84.DEV_0404.1  = "NVIDIA GeForce 8400 GS"
NVIDIA_G84.DEV_040A.1  = "NVIDIA Quadro FX 370"
NVIDIA_G84.DEV_040E.1  = "NVIDIA Quadro FX 570"
NVIDIA_G84.DEV_040F.1  = "NVIDIA Quadro FX 1700"
NVIDIA_G86.DEV_0420.1  = "NVIDIA GeForce 8400 SE"
NVIDIA_G86.DEV_0421.1  = "NVIDIA GeForce 8500 GT"
NVIDIA_G86.DEV_0422.1  = "NVIDIA GeForce 8400 GS "
NVIDIA_G86.DEV_0423.1  = "NVIDIA GeForce 8300 GS"
NVIDIA_G86.DEV_0424.1  = "NVIDIA GeForce 8400 GS  "
NVIDIA_G86.DEV_042F.1  = "NVIDIA Quadro NVS 290"
NVIDIA_G92.DEV_0600.1  = "NVIDIA GeForce 8800 GTS 512"
NVIDIA_G92.DEV_0611.1  = "NVIDIA GeForce 8800 GT"
NVIDIA_G98.DEV_06E2.1  = "NVIDIA GeForce 8400"
NVIDIA_G98.DEV_06E4.1  = "NVIDIA GeForce 8400 GS   "
NVIDIA_NV30.DEV_0301.1 = "NVIDIA GeForce FX 5800 Ultra"
NVIDIA_NV30.DEV_0302.1 = "NVIDIA GeForce FX 5800"
NVIDIA_NV30.DEV_0308.1 = "NVIDIA Quadro FX 2000"
NVIDIA_NV30.DEV_0309.1 = "NVIDIA Quadro FX 1000"
NVIDIA_NV31.DEV_0311.1 = "NVIDIA GeForce FX 5600 Ultra"
NVIDIA_NV31.DEV_0312.1 = "NVIDIA GeForce FX 5600"
NVIDIA_NV31.DEV_0314.1 = "NVIDIA GeForce FX 5600XT"
NVIDIA_NV34.DEV_0321.1 = "NVIDIA GeForce FX 5200 Ultra"
NVIDIA_NV34.DEV_0322.1 = "NVIDIA GeForce FX 5200"
NVIDIA_NV34.DEV_0323.1 = "NVIDIA GeForce FX 5200LE"
NVIDIA_NV34.DEV_0326.1 = "NVIDIA GeForce FX 5500"
NVIDIA_NV34.DEV_0327.1 = "NVIDIA GeForce FX 5100"
NVIDIA_NV34.DEV_032A.1 = "NVIDIA Quadro NVS 55/280 PCI"
NVIDIA_NV34.DEV_032B.1 = "NVIDIA Quadro FX 500/FX 600"
NVIDIA_NV35.DEV_0330.1 = "NVIDIA GeForce FX 5900 Ultra"
NVIDIA_NV35.DEV_0331.1 = "NVIDIA GeForce FX 5900"
NVIDIA_NV35.DEV_0332.1 = "NVIDIA GeForce FX 5900XT"
NVIDIA_NV35.DEV_0333.1 = "NVIDIA GeForce FX 5950 Ultra"
NVIDIA_NV35.DEV_0334.1 = "NVIDIA GeForce FX 5900ZT"
NVIDIA_NV35.DEV_0338.1 = "NVIDIA Quadro FX 3000"
NVIDIA_NV35.DEV_033F.1 = "NVIDIA Quadro FX 700"
NVIDIA_NV36.DEV_0341.1 = "NVIDIA GeForce FX 5700 Ultra"
NVIDIA_NV36.DEV_0342.1 = "NVIDIA GeForce FX 5700"
NVIDIA_NV36.DEV_0343.1 = "NVIDIA GeForce FX 5700LE"
NVIDIA_NV36.DEV_0344.1 = "NVIDIA GeForce FX 5700VE"
NVIDIA_NV36.DEV_034E.1 = "NVIDIA Quadro FX 1100"
NVIDIA_NV40.DEV_0040.1 = "NVIDIA GeForce 6800 Ultra"
NVIDIA_NV40.DEV_0041.1 = "NVIDIA GeForce 6800"
NVIDIA_NV40.DEV_0042.1 = "NVIDIA GeForce 6800 LE"
NVIDIA_NV40.DEV_0043.1 = "NVIDIA GeForce 6800 XE"
NVIDIA_NV40.DEV_0044.1 = "NVIDIA GeForce 6800 XT"
NVIDIA_NV40.DEV_0045.1 = "NVIDIA GeForce 6800 GT"
NVIDIA_NV40.DEV_0047.1 = "NVIDIA GeForce 6800 GS"
NVIDIA_NV40.DEV_0048.1 = "NVIDIA GeForce 6800 XT "
NVIDIA_NV40.DEV_004E.1 = "NVIDIA Quadro FX 4000"
NVIDIA_NV41.DEV_00C0.1 = "NVIDIA GeForce 6800 GS "
NVIDIA_NV41.DEV_00C1.1 = "NVIDIA GeForce 6800 "
NVIDIA_NV41.DEV_00C2.1 = "NVIDIA GeForce 6800 LE "
NVIDIA_NV41.DEV_00C3.1 = "NVIDIA GeForce 6800 XT  "
NVIDIA_NV41.DEV_00CD.1 = "NVIDIA Quadro FX 3450/4000 SDI"
NVIDIA_NV41.DEV_00CE.1 = "NVIDIA Quadro FX 1400"
NVIDIA_NV43.DEV_0140.1 = "NVIDIA GeForce 6600 GT "
NVIDIA_NV43.DEV_0141.1 = "NVIDIA GeForce 6600 "
NVIDIA_NV43.DEV_0142.1 = "NVIDIA GeForce 6600 LE "
NVIDIA_NV43.DEV_0143.1 = "NVIDIA GeForce 6600 VE"
NVIDIA_NV43.DEV_0145.1 = "NVIDIA GeForce 6610 XL"
NVIDIA_NV43.DEV_0147.1 = "NVIDIA GeForce 6700 XL"
NVIDIA_NV43.DEV_014A.1 = "NVIDIA Quadro NVS 440"
NVIDIA_NV43.DEV_014C.1 = "NVIDIA Quadro FX 540M"
NVIDIA_NV43.DEV_014D.1 = "NVIDIA Quadro FX 550"
NVIDIA_NV43.DEV_014E.1 = "NVIDIA Quadro FX 540"
NVIDIA_NV43.DEV_014F.1 = "NVIDIA GeForce 6200 "
NVIDIA_NV44.DEV_0160.1 = "NVIDIA GeForce 6500"
NVIDIA_NV44.DEV_0161.1 = "NVIDIA GeForce 6200 TurboCache(TM)"
NVIDIA_NV44.DEV_0162.1 = "NVIDIA GeForce 6200SE TurboCache(TM)"
NVIDIA_NV44.DEV_0163.1 = "NVIDIA GeForce 6200 LE"
NVIDIA_NV44.DEV_0165.1 = "NVIDIA Quadro NVS 285"
NVIDIA_NV44.DEV_0169.1 = "NVIDIA GeForce 6250"
NVIDIA_NV44.DEV_016A.1 = "NVIDIA GeForce 7100 GS"
NVIDIA_NV44.DEV_0221.1 = "NVIDIA GeForce 6200  "
NVIDIA_NV44.DEV_0222.1 = "NVIDIA GeForce 6200 A-LE"
NVIDIA_NV45.DEV_0046.1 = "NVIDIA GeForce 6800 GT "
NVIDIA_NV48.DEV_0211.1 = "NVIDIA GeForce 6800  "
NVIDIA_NV48.DEV_0212.1 = "NVIDIA GeForce 6800 LE  "
NVIDIA_NV48.DEV_0215.1 = "NVIDIA GeForce 6800 GT  "
NVIDIA_NV48.DEV_0218.1 = "NVIDIA GeForce 6800 XT   "
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"

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值