|
原帖由 berkut 于 2008-2-18 20:55 发表 ![]()
lz是怎么改的啊?具体说说。我按
1、设备管理器->显卡->属性->详细信息->硬件ID,记录下DEV_后面的三个数码,G92 GS 384MB是606。
2、在展开驱动程序的目录里打开nv4_disp.inf,在 [NVIDIA.Mfg] 下面添加:
%NVID ...
看来还是让我出手吧,以8800GTX为例,红色为修改的部分:thumbsup:
[NVIDIA.Mfg]
%NVIDIA_G80.DEV_0191.1% = nv4_NV3x, PCIVEN_10DE&DEV_0191
[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
; Localizable Strings
NVIDIA = "NVIDIA"
NVIDIA_G80.DEV_0191.1 = "NVIDIA GeForce 8800 GTX" |
|