home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / ialmnt5.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  22KB  |  399 lines

  1.  ■
  2. ;=============================================================================
  3. ;
  4. ; Copyright (c) Intel Corporation (2006).
  5. ;
  6. ; INTEL MAKES NO WARRANTY OF ANY KIND REGARDING THE CODE.  THIS CODE IS
  7. ; LICENSED ON AN "AS IS" BASIS AND INTEL WILL NOT PROVIDE ANY SUPPORT,
  8. ; ASSISTANCE, INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL DOES NOT
  9. ; PROVIDE ANY UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY
  10. ; DISCLAIMS ANY WARRANTY OF MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR ANY
  11. ; PARTICULAR PURPOSE, OR ANY OTHER WARRANTY.  Intel disclaims all liability,
  12. ; including liability for infringement of any proprietary rights, relating to
  13. ; use of the code. No license, express or implied, by estoppel or otherwise,
  14. ; to any intellectual property rights is granted herein.
  15. ;
  16. ;=============================================================================
  17. ; Installation inf for the Intel Corporation graphics adapter.
  18. [Version]
  19. Signature="$WINDOWS NT$"
  20. Provider=%Intel%
  21. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  22. Class=Display
  23. DriverVer=08/02/2006,6.14.10.4657
  24. [DestinationDirs]
  25. DefaultDestDir   = 11
  26. ialm.Miniport  = 12  ; drivers
  27. ialm.Display   = 11  ; system32
  28. Copp.Copy   = 11  ; system32
  29. [SignatureAttributes]
  30. ialmrnt5.dll=SignatureAttributes.PETrust
  31. ialmdnt5.dll=SignatureAttributes.PETrust
  32. ialmdev5.dll=SignatureAttributes.PETrust
  33. ialmdd5.dll=SignatureAttributes.PETrust
  34. [SignatureAttributes.PETrust]
  35. PETrust=true
  36. ;
  37. ; Driver information
  38. ;
  39. [Manufacturer]
  40. %Intel%   = Intel.Mfg,NTx86...1
  41. [Intel.Mfg.NTx86...1]
  42. %iMGM%  = i852GM,  PCI\VEN_8086&DEV_3582
  43. %iSDG%     = i865G, PCI\VEN_8086&DEV_2572
  44. %iGDGD0% = i915G0, PCI\VEN_8086&DEV_2582
  45. %iGDGD1% = i915G1, PCI\VEN_8086&DEV_2782
  46. %iALVD0% = i915GM0, PCI\VEN_8086&DEV_2592
  47. %iALVD1% = i915GM1, PCI\VEN_8086&DEV_2792
  48. ;
  49. ; General installation section
  50. ;
  51. [i852GM]
  52. FeatureScore=FD
  53. CopyFiles=ialm.Miniport, ialm.Display, Copp.Copy
  54. AddReg =    Rotation.AddReg, Sprite.AddReg 
  55. DelReg =    Rotation.DelReg 
  56. [i915G0]
  57. FeatureScore=FD
  58. CopyFiles=ialm.Miniport, ialm.Display, Copp.Copy
  59. AddReg =    Rotation.AddReg, Sprite.AddReg 
  60. DelReg =    Rotation.DelReg 
  61. [i915G1]
  62. FeatureScore=FD
  63. CopyFiles=ialm.Miniport, ialm.Display, Copp.Copy
  64. AddReg =    Rotation.AddReg, Sprite.AddReg 
  65. DelReg =    Rotation.DelReg 
  66. [i865G]
  67. FeatureScore=FD
  68. CopyFiles=ialm.Miniport, ialm.Display, Copp.Copy
  69. AddReg =    Rotation.AddReg 
  70. DelReg =    Rotation.DelReg 
  71. [i915GM0]
  72. FeatureScore=FD
  73. CopyFiles=ialm.Miniport, ialm.Display, Copp.Copy 
  74. AddReg =    Rotation.AddReg 
  75. DelReg =    Rotation.DelReg 
  76. [i915GM1]
  77. FeatureScore=FD
  78. CopyFiles=ialm.Miniport, ialm.Display, Copp.Copy 
  79. AddReg =    Rotation.AddReg 
  80. DelReg =    Rotation.DelReg 
  81. [Rotation.AddReg]
  82. [Rotation.DelReg]
  83. HKLM, System\CurrentControlSet\Services\ialm\Device0, Display1_EnableRotation
  84. ;
  85. ; File sections
  86. ;
  87. [ialm.Miniport]
  88. ialmnt5.sys
  89. [ialm.Display]
  90. ialmrnt5.dll
  91. ialmdnt5.dll
  92. ialmdev5.dll
  93. ialmdd5.dll
  94. [Copp.Copy]
  95. igxpxa32.cpa
  96. igxpxa32.vp
  97. igxpxk32.vp
  98. igxpxs32.vp
  99. ;
  100. ; Service Installation
  101. ;
  102. [i852GM.Services]
  103. AddService = ialm, 0x00000002, ialm_Service_Inst, ialm_EventLog_Inst
  104. [i915G0.Services]
  105. AddService = ialm, 0x00000002, ialm_Service_Inst, ialm_EventLog_Inst
  106. [i915G1.Services]
  107. AddService = ialm, 0x00000002, ialm_Service_Inst, ialm_EventLog_Inst
  108. [i865G.Services]
  109. AddService = ialm, 0x00000002, ialm_Service_Inst, ialm_EventLog_Inst
  110. [i915GM0.Services]
  111. AddService = ialm, 0x00000002, ialm_Service_Inst, ialm_EventLog_Inst
  112. [i915GM1.Services]
  113. AddService = ialm, 0x00000002, ialm_Service_Inst, ialm_EventLog_Inst
  114. [ialm_Service_Inst]
  115. ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
  116. StartType      = 3               ; SERVICE_DEMAND_START
  117. ErrorControl   = 0                ; SERVICE_ERROR_IGNORE
  118. LoadOrderGroup = Video
  119. ServiceBinary  = %12%\ialmnt5.sys
  120. [ialm_EventLog_Inst]
  121. AddReg = ialm_EventLog_AddReg
  122. [ialm_EventLog_AddReg]
  123. HKR,,EventMessageFile,0x00020000,"%SystemRoot%"\System32\IoLogMsg.dll;%SystemRoot%"\System32\drivers\ialmnt5.sys"
  124. HKR,,TypesSupported,0x00010001,7
  125. ;
  126. ; Software Installation
  127. ;
  128. [i852GM.SoftwareSettings]
  129. AddReg = i852GM_SoftwareDeviceSettings
  130. AddReg = Rotation_AddSwSettings
  131. DelReg = Rotation_DelSwSettings
  132. AddReg = PERF_AddSwSettings
  133. DelReg = PERF_DelSwSettings
  134. [i915G0.SoftwareSettings]
  135. AddReg = i915G_SoftwareDeviceSettings
  136. AddReg = Rotation_AddSwSettings
  137. DelReg = Rotation_DelSwSettings
  138. AddReg = SDVO_AddDeviceSettings
  139. AddReg = HotPlug_AddSwSettings
  140. DelReg = HotPlug_DelSwSettings
  141. AddReg = PERF_AddSwSettings
  142. DelReg = PERF_DelSwSettings
  143. [i915G1.SoftwareSettings]
  144. AddReg = i915G_SoftwareDeviceSettings
  145. AddReg = Rotation_AddSwSettings
  146. DelReg = Rotation_DelSwSettings
  147. AddReg = SDVO_AddDeviceSettings
  148. AddReg = HotPlug_AddSwSettings
  149. DelReg = HotPlug_DelSwSettings
  150. AddReg = PERF_AddSwSettings
  151. DelReg = PERF_DelSwSettings
  152. [i915GM0.SoftwareSettings]
  153. AddReg = i915GM_SoftwareDeviceSettings
  154. AddReg = Rotation_AddSwSettings
  155. DelReg = Rotation_DelSwSettings
  156. AddReg = PwrCons_AddSwSettings
  157. DelReg = PwrCons_DelSwSettings
  158. AddReg = SDVO_AddDeviceSettings
  159. AddReg = IntTvOut_AddSwSettings
  160. DelReg = IntTvOut_DelSwSettings
  161. AddReg = General_AddSwSettings
  162. DelReg = General_DelSwSettings
  163. AddReg = HotPlug_AddSwSettings
  164. DelReg = HotPlug_DelSwSettings
  165. AddReg = PERF_AddSwSettings
  166. DelReg = PERF_DelSwSettings
  167. [i915GM1.SoftwareSettings]
  168. AddReg = i915GM_SoftwareDeviceSettings
  169. AddReg = Rotation_AddSwSettings
  170. DelReg = Rotation_DelSwSettings
  171. AddReg = PwrCons_AddSwSettings
  172. DelReg = PwrCons_DelSwSettings
  173. AddReg = SDVO_AddDeviceSettings
  174. AddReg = IntTvOut_AddSwSettings
  175. DelReg = IntTvOut_DelSwSettings
  176. AddReg = General_AddSwSettings
  177. DelReg = General_DelSwSettings
  178. AddReg = HotPlug_AddSwSettings
  179. DelReg = HotPlug_DelSwSettings
  180. AddReg = PERF_AddSwSettings
  181. DelReg = PERF_DelSwSettings
  182. [i865G.SoftwareSettings]
  183. AddReg = i865G_SoftwareDeviceSettings
  184. AddReg = Rotation_AddSwSettings
  185. DelReg = Rotation_DelSwSettings
  186. AddReg = PERF_AddSwSettings
  187. DelReg = PERF_DelSwSettings
  188. [PwrCons_AddSwSettings]
  189. HKR,, FeatureTestControl,%REG_DWORD%, 0  
  190. [PwrCons_DelSwSettings]
  191. HKR,FeatureTestControl
  192. [SDVO_AddDeviceSettings]
  193. HKR,, SDVOFeatureControl,%REG_DWORD%, 0 ; SDVO Feature Control
  194. [PERF_AddSwSettings]
  195. HKR,, LogResumeTime,%REG_DWORD%, 0 ; Enables or Disables Resume analysis,  0 - disable 1 - enable
  196. HKR,, MaxRuns,%REG_DWORD%, 9 ; The maximum number of runs after which old resumeTime values over-written.
  197. [PERF_DelSwSettings]
  198. HKR,LogResumeTime ; Enables or Disables Resume analysis
  199. HKR,MaxRuns ; The maximum number of runs after which old resumeTime values over-written.
  200. [IntTvOut_AddSwSettings]
  201. HKR,, Display1_DisableIntTvOut,%REG_DWORD%, 0  ; 1 - Disable and 0 - Enable
  202. [IntTvOut_DelSwSettings]
  203. HKR,Display1_DisableIntTvOut
  204. [General_AddSwSettings]
  205. HKR,, Display1_EnableNoPruneFlag,%REG_DWORD%, 1  ; 1 - Enable and 0 - Disable
  206. [General_DelSwSettings]
  207. HKR,Display1_EnableNoPruneFlag
  208. [HotPlug_AddSwSettings]
  209. HKR,, Display1_DVIHotPlugWAFlag,%REG_DWORD%, 0  ; 1 - Enable and 0 - Disable
  210. [HotPlug_DelSwSettings]
  211. HKR,, Display1_DVIHotPlugWAFlag
  212. [Rotation_AddSwSettings]
  213. HKR,, Display1_RotationCaps,%REG_DWORD%, 0  ; Portrait, Inverted LandScape, Inverted Portrait
  214. HKR,, Display2_RotationCaps,%REG_DWORD%, 0  ; Portrait, Inverted LandScape, Inverted Portrait
  215. HKR,, Display1_RotationPolicy,%REG_DWORD%, 0  ; default policy
  216. HKR,, Display2_RotationPolicy,%REG_DWORD%, 0  ; default policy
  217. HKR,, Display1_RotationConfig,%REG_DWORD%, 0  ; default configuration
  218. HKR,, Display2_RotationConfig,%REG_DWORD%, 0  ; default configuration
  219. [Rotation_DelSwSettings]
  220. HKR,Display1_RotationCaps
  221. HKR,Display2_RotationCaps
  222. HKR,Display1_RotationPolicy
  223. HKR,Display2_RotationPolicy
  224. [i852GM_SoftwareDeviceSettings]
  225. HKR,, CapabilityOverride, %REG_DWORD%, 0x8
  226. HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, ialmrnt5
  227. HKR,, VgaCompatible,                 %REG_DWORD%,    0
  228. ;Enable Multifunction support
  229. HKR,,MultifunctionSupported, %REG_DWORD%, 1
  230. HKR,,NativeResolution, %REG_DWORD%, 1
  231. HKR,,NativeBPP, %REG_DWORD%, 1
  232. HKR,,ConfigID, %REG_DWORD%, 0
  233. [i915G_SoftwareDeviceSettings]
  234. HKR,, CapabilityOverride, %REG_DWORD%, 0x8
  235. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, ialmrnt5
  236. HKR,, VgaCompatible,                 %REG_DWORD%,    0
  237. ;Enable Multifunction support
  238. HKR,,MultifunctionSupported, %REG_DWORD%, 1
  239. HKR,,NativeResolution, %REG_DWORD%, 1
  240. HKR,,NativeBPP, %REG_DWORD%, 1
  241. HKR,,ConfigID, %REG_DWORD%, 0
  242. [i865G_SoftwareDeviceSettings]
  243. HKR,, CapabilityOverride, %REG_DWORD%, 0x8
  244. HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, ialmrnt5
  245. HKR,, VgaCompatible,                 %REG_DWORD%,    0
  246. ;Disable Multifunction support
  247. HKR,,MultifunctionSupported, %REG_DWORD%, 1
  248. HKR,,NativeResolution, %REG_DWORD%, 1
  249. HKR,,NativeBPP, %REG_DWORD%, 1
  250. HKR,,ConfigID, %REG_DWORD%, 0
  251. [i915GM_SoftwareDeviceSettings]
  252. HKR,, CapabilityOverride, %REG_DWORD%, 0x8
  253. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, ialmrnt5
  254. HKR,, VgaCompatible,                 %REG_DWORD%,    0
  255. ;Enable Multifunction support
  256. HKR,,MultifunctionSupported, %REG_DWORD%, 1
  257. HKR,,NativeResolution, %REG_DWORD%, 1
  258. HKR,,NativeBPP, %REG_DWORD%, 1
  259. HKR,,ConfigID, %REG_DWORD%, 0
  260. [i852GM.GeneralConfigData]
  261. MaximumNumberOfDevices = 2
  262. MaximumDeviceMemoryConfiguration = 128
  263. [i915G0.GeneralConfigData]
  264. MaximumNumberOfDevices = 2
  265. MaximumDeviceMemoryConfiguration = 256
  266. [i915G1.GeneralConfigData]
  267. MaximumNumberOfDevices = 2
  268. MaximumDeviceMemoryConfiguration = 256
  269. [i865G.GeneralConfigData]
  270. MaximumNumberOfDevices = 1
  271. MaximumDeviceMemoryConfiguration = 128
  272. [i915GM0.GeneralConfigData]
  273. MaximumNumberOfDevices = 2
  274. MaximumDeviceMemoryConfiguration = 256
  275. [i915GM1.GeneralConfigData]
  276. MaximumNumberOfDevices = 2
  277. MaximumDeviceMemoryConfiguration = 256
  278. [Sprite.AddReg]
  279. HKLM,"Software\INTEL\Display","Sprite",%REG_DWORD%,0x1
  280. ;
  281. ; Source file information
  282. ;
  283. [SourceDisksNames]
  284. 3426 = windows cd
  285. [SourceDisksFiles]
  286. ialmnt5.sys  = 3426
  287. ialmrnt5.dll = 3426
  288. ialmdnt5.dll = 3426
  289. ialmdev5.dll = 3426
  290. ialmdd5.dll   = 3426
  291. igxpxa32.cpa = 3426
  292. igxpxa32.vp  = 3426
  293. igxpxk32.vp  = 3426
  294. igxpxs32.vp  = 3426
  295. [Strings]
  296. ;
  297. ; Customizable Strings
  298. ;
  299. ;
  300. ; Non-Localizable Strings
  301. ;
  302. REG_SZ         = 0x00000000
  303. REG_MULTI_SZ   = 0x00010000
  304. REG_DWORD      = 0x00010001
  305. SERVICEROOT    = "System\CurrentControlSet\Services"
  306. ;
  307. ; Localizable Strings
  308. ;
  309. DiskId        = "Intel(R) Graphics Media Accelerator Driver"
  310. Intel           = "Intel Corporation"
  311. iMGM        = "Intel(R) 82852/82855 GM/GME Graphics Controller (Microsoft Corporation - XDDM)"
  312. iSDG          = "Intel(R) 82865G Graphics Controller (Microsoft Corporation - XDDM)"
  313. iGDGD0    = "Intel(R) 82915G/GV/910GL Express Chipset Family (Microsoft Corporation - XDDM)"
  314. iGDGD1    = "Intel(R) 82915G/GV/910GL Express Chipset Family (Microsoft Corporation - XDDM)"
  315. iALVD0      = "Mobile Intel(R) 915GM/GMS/910GML Express Chipset Family (Microsoft Corporation - XDDM)"
  316. iALVD1      = "Mobile Intel(R) 915GM/GMS/910GML Express Chipset Family (Microsoft Corporation - XDDM)"