|
早知ATI显卡驱动就是AMD显卡驱动,就不用费大劲精简了,可参考红毛樱木的Vcardx86v8.CAB中的inf文件会省不少时间
全系列显卡精简版纯驱动(Windows_6.x_VGA_Drivers_lite_x86&x64)(2016.09.12)
http://bbs.wuyou.net/forum.php?mod=viewthread&tid=372532
总说明:
一、加载显卡驱动,支持经过压缩的后缀为.xx_类型的驱动文件,比如aticfx32.dl_
二、经过修改inf的可用于同型号显卡不同版本的驱动中
三、显卡驱动版本:DriverVer=08/03/2011, 8.861.1.4000
只需要6个文件(可以不要后缀为.CAT的文件),总大小:7.36m
aticfx32.dl_
atidxx32.dl_
atikmdag.sy_
atikmpag.sy_
atiuxpag.dl_
CW124161.inf
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
CW124161.inf的修改,下面列出要删除的内容:
============================================================================================
注意:下面这项不能删
ServiceBinary = %11%\atiesrxx.exe
============================================================================================
[SourceDisksNames.x86]
1 = %DiskId%,,,.\B121912
修改为
[SourceDisksNames.x86]
1 = %DiskId%
经过这步修改,inf文件可以和其它驱动文件放在同一目录
-------------------------------------------------------------------------------------------
[SignatureAttributes]
atiumdva.dll=SignatureAttributes.PETrust
atiumdag.dll=SignatureAttributes.PETrust
-------------------------------------------------------------------------------------------
[r300.Display]
全部删除
-------------------------------------------------------------------------------------------
[Coinstaller_CopyFiles]
coinst.dll,,,0x00004000
[Coinstaller_AddReg]
HKR,,CoInstallers32,%REG_MULTI_SZ%,"coinst.dll,CoInstallerEntry"
-------------------------------------------------------------------------------------------
[TMM.RegisterDlls]
11,,atitmmxx.dll,1
-------------------------------------------------------------------------------------------
[ati2mtag_SoftwareDeviceSettings]
HKR,, OpenGLDriverName, %REG_MULTI_SZ%, atioglxx.dll
[ati2mtag_ProxySettings_DX10_PXAA]
HKR,, OpenGLVendorName, %REG_MULTI_SZ%, atioglxx.dll, atioglxx.dll
-------------------------------------------------------------------------------------------
[R300.ProxyU]
除下面这项之外,其余都删除
atiuxpag.dll,,,0x00004000
[ati2mtag_ProxySettings_DX10]
HKR,, OpenGLDriverName, %REG_MULTI_SZ%, atiglpxx.dll
-------------------------------------------------------------------------------------------
[R300.OD]
ATIODCLI.exe
ATIODE.exe
-------------------------------------------------------------------------------------------
[r300.OGL]
atiogl.xml
-------------------------------------------------------------------------------------------
[r300.Miniport]
ati2erec.dll
[R300_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\drivers\ati2erec.dll"
HKR,, CategoryMessageFile, 0x00020000, "%SystemRoot%\System32\drivers\ati2erec.dll"
[Ati2evxx_EventLog_AddReg]
HKR,, CategoryMessageFile, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\drivers\ati2erec.dll"
HKR,, EventMessageFile, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\drivers\ati2erec.dll"
============================================================================================
|
评分
-
查看全部评分
|