home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910B.BIN / DRIVER / NO9 / I2W9416P / i2w9416p.exe / Imagine.inf < prev    next >
Windows Setup INFormation  |  1997-04-14  |  12KB  |  292 lines

  1. ;-----------------------------------------------------------------------------
  2. ; IMAGINE.INF file for Number Nine Visual Technology Products.
  3. ; Copyright 1995, 96  Number Nine Visual Technology Corporation
  4. ;-----------------------------------------------------------------------------
  5. ; Revision History:
  6. ;
  7. ; Version 0.13 (Build 440) April 1, 1995
  8. ; Version 0.16 (Build 490) June 16, 1995
  9. ; 1.01.05 DEC 18, 1995     Includes support for Imagine2.
  10. ; 1.01.06 JAN 03, 1996     Updated to include sanity.
  11. ; 1.01.07 FEB 21, 1996     Fix #9 name, remove SWCursor from system.ini, 
  12. ;                          add DDC support to I2 only
  13. ; 1.01.09 AUG 05, 1996     UnFix #9 name(!), change default resolution to 640
  14. ; 1.01.10 OCT 08, 1996     Add Hawkeye registry keys, changed .inf section
  15. ;                          names
  16. ; 1.01.11 OCT 23, 1996     Remove VGA resolutions from mode list
  17. ; 1.01.12 OCT 25, 1996     Added Performance version of the driver
  18. ; 1.01.13 DEC 25, 1996     Added Landscape modes
  19. ; 1.01.14 DEC 30, 1996     Changed HawkeyeRootKey and HawkeyeI2RootKey. Also
  20. ;                          changed [DrvKeys] 'Board Name' for Imagine-Series2P.
  21. ; 1.01.15 JAN 07, 1997     Changed I128-Series2str to "....DirectX)" instead of
  22. ;                          "...DirectX2)
  23. ; 1.01.16 FEB 14, 1997     Added refresh strings to all bit depths (temp
  24. ;                          Hawkeye Fix), Added WHQL driver, removed I1 driver
  25. ; 1.01.17 MAR 17, 1997     Removed Temp Hawkeye Fix, added reg options for
  26. ;                          16:9 and Portrait modes
  27. ; 1.01.18 MAR 27, 1997     Removed Portrait mode support option. Changed
  28. ;                          delreg to delete all options keyes on install.
  29. ;
  30. ;-----------------------------------------------------------------------------
  31.  
  32. ;-----------------------------------------------------------------------------
  33. ; Standard header for all INF files.
  34. ;-----------------------------------------------------------------------------
  35. [version]
  36. Signature              = "$Chicago$"
  37. InfVersion             = 01.01.18
  38. Class                  = Display
  39. Provider               = %NNVTCstr%
  40.  
  41.  
  42. ;-----------------------------------------------------------------------------
  43. ; Manufacturer of the device.
  44. ;-----------------------------------------------------------------------------
  45. [Manufacturer]
  46. %NNVTCstr%             = NumberNine
  47.  
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; PCI Device ID information and relationships.
  51. ;-----------------------------------------------------------------------------
  52. [NumberNine]
  53. %I128-Series2Pstr%     = Imagine-Series2P,PCI\VEN_105D&DEV_2339
  54. %I128-Series2str%      = Imagine-Series2,PCI\VEN_105D&DEV_2339
  55.  
  56.  
  57. ;-----------------------------------------------------------------------------
  58. ; Destination directories for the given file list.
  59. ;-----------------------------------------------------------------------------
  60. [DestinationDirs]
  61. DefaultDestDir         = 11
  62.  
  63.  
  64. ;-----------------------------------------------------------------------------
  65. ; Identifies and names the disks used for installation.
  66. ;-----------------------------------------------------------------------------
  67. [SourceDisksNames]
  68. 1                      = %I128-DiskNamestr%,,
  69.  
  70.  
  71. ;-----------------------------------------------------------------------------
  72. ; Names the source files used during installation and identifies the source
  73. ; disks that contain the files.
  74. ;-----------------------------------------------------------------------------
  75. [SourceDisksFiles]
  76. i2.drv                 = 1
  77. i2.vxd                 = 1
  78. i2dd32.dll             = 1
  79. i2perf.drv             = 1
  80.  
  81.  
  82. ;-----------------------------------------------------------------------------
  83. ; Install section for Imagine Series Cards, by series type.
  84. ;-----------------------------------------------------------------------------
  85. [Imagine-Series2P]
  86. CopyFiles              = CopyFiles.I2P
  87. DelReg                 = DelReg.Common, DelReg.Hawkeye
  88. AddReg                 = CommonKeys, ModeKeys, I2PKeys, HawkEyeKeys, DrvKeys, PerfKeys, MonitorKeys
  89. UpdateInis             = UpdateInis.I128
  90.  
  91. [Imagine-Series2]
  92. CopyFiles              = CopyFiles.I2
  93. DelReg                 = DelReg.Common, DelReg.Hawkeye
  94. AddReg                 = CommonKeys, ModeKeys, I2Keys, HawkEyeKeys, DrvKeys
  95. UpdateInis             = UpdateInis.I128
  96.  
  97.  
  98. ;-----------------------------------------------------------------------------
  99. ; CopyFiles section for Imagine Cards, by series type.
  100. ;-----------------------------------------------------------------------------
  101. [CopyFiles.I2P]
  102. i2perf.drv
  103. i2.drv
  104. i2.vxd
  105. i2dd32.dll
  106.  
  107. [CopyFiles.I2]
  108. i2.drv
  109. i2perf.drv
  110. i2.vxd
  111. i2dd32.dll
  112.  
  113.  
  114. ;-----------------------------------------------------------------------------
  115. ; AddReg section for Imagine Cards, by series type.
  116. ;-----------------------------------------------------------------------------
  117. [I2PKeys]
  118. HKR,DEFAULT,drv,,i2perf.drv
  119. HKR,DEFAULT,minivdd,,i2.vxd
  120. HKR,DEFAULT,RGB16,,565
  121. HKR,DEFAULT,DDC,,1
  122.  
  123. [I2Keys]
  124. HKR,DEFAULT,drv,,i2.drv
  125. HKR,DEFAULT,minivdd,,i2.vxd
  126. HKR,DEFAULT,RGB16,,565
  127. HKR,DEFAULT,DDC,,1
  128.  
  129.  
  130. ;-----------------------------------------------------------------------------
  131. ; Pos Dup section for Imagine-Series 2.
  132. ;-----------------------------------------------------------------------------
  133. [Imagine-Series2P.PosDup]
  134. *PNP0900, *PNP0917
  135.  
  136. [Imagine-Series2.PosDup]
  137. *PNP0900, *PNP0917
  138.  
  139.  
  140. ;-----------------------------------------------------------------------------
  141. ; System INI Update section for Imagine Cards, by series type.
  142. ;-----------------------------------------------------------------------------
  143. [UpdateInis.I128]
  144. system.ini,Display,"SWCursor=0"
  145.  
  146.  
  147. ;-----------------------------------------------------------------------------
  148. ; Common DelReg section.
  149. ; DO NOT CHANGE THE ORDER OF THESE FILES!!!
  150. ;-----------------------------------------------------------------------------
  151. [DelReg.Common]
  152. HKR,,DevLoader
  153. HKR,,Ver
  154. HKR,DEFAULT
  155. HKR,MODES
  156. HKR,CURRENT
  157.  
  158. [DelReg.Hawkeye]
  159. HKLM,DrvKey 
  160.  
  161.  
  162. ;-----------------------------------------------------------------------------
  163. ; Common AddlReg section.
  164. ;-----------------------------------------------------------------------------
  165. [CommonKeys]
  166. HKR,,Ver,,4.0
  167. HKR,,DevLoader,,*vdd
  168. HKR,DEFAULT,Mode,,"8,640,480"
  169. HKR,DEFAULT,RefreshRate,,-1
  170. HKR,DEFAULT,ExtModeSwitch,,0
  171.  
  172.  
  173. ;-----------------------------------------------------------------------------
  174. ; Common Modes AddReg section (all #9 cards can use this list untouched!).
  175. ;-----------------------------------------------------------------------------
  176. [ModeKeys]
  177. HKR,"MODES\8\640,480",  ,,"60,72,75,85"
  178. HKR,"MODES\8\800,600",  ,,"60,72,75,85"
  179. HKR,"MODES\8\1024,768", ,,"60,70,75,85"
  180. HKR,"MODES\8\1152,864", ,,"60,70,75,85"
  181. HKR,"MODES\8\1280,1024",,,"60,75,85"
  182. HKR,"MODES\8\1600,1200",,,"60,75,85"
  183. HKR,"MODES\8\1800,1440",,,"70"
  184. HKR,"MODES\8\1600,1024",,,"76"
  185. HKR,"MODES\8\1920,1060",,,"72"
  186. HKR,"MODES\8\1920,1200",,,"76"
  187. HKR,"MODES\8\1024,1280",,,"72"
  188. HKR,"MODES\8\1200,1600",,,"75"
  189.  
  190. HKR,"MODES\16\640,480"  ,,,"60,72,75,85" 
  191. HKR,"MODES\16\800,600"  ,,,"60,72,75,85"
  192. HKR,"MODES\16\1024,768" ,,,"60,70,75,85"
  193. HKR,"MODES\16\1152,864" ,,,"60,70,75,85"
  194. HKR,"MODES\16\1280,1024",,,"60,75,85"
  195. HKR,"MODES\16\1600,1200",,,"60,75,85"
  196. HKR,"MODES\16\1800,1440",,,"70"
  197. HKR,"MODES\16\1600,1024",,,"76"
  198. HKR,"MODES\16\1920,1060",,,"72"
  199. HKR,"MODES\16\1920,1200",,,"76"
  200. HKR,"MODES\16\1024,1280",,,"72"
  201. HKR,"MODES\16\1200,1600",,,"75"
  202.  
  203. HKR,"MODES\32\640,480"  ,,,"60,72,75,85" 
  204. HKR,"MODES\32\800,600"  ,,,"60,72,75,85"
  205. HKR,"MODES\32\1024,768" ,,,"60,70,75,85"
  206. HKR,"MODES\32\1152,864" ,,,"60,70,75,85"
  207. HKR,"MODES\32\1280,1024",,,"60,75,85"
  208. HKR,"MODES\32\1600,1200",,,"60,75,85"
  209. HKR,"MODES\32\1800,1440",,,"70"
  210. HKR,"MODES\32\1600,1024",,,"76"
  211. HKR,"MODES\32\1920,1060",,,"72"
  212. HKR,"MODES\32\1920,1200",,,"76"
  213. HKR,"MODES\32\1024,1280",,,"72"
  214. HKR,"MODES\32\1200,1600",,,"75"
  215.  
  216.  
  217. ;-----------------------------------------------------------------------------
  218. ; Common Hawkeye AddReg section (all Imagine Hawkeye cards use this list untouched!).
  219. ;-----------------------------------------------------------------------------
  220. [HawkEyeKeys]
  221. HKLM,%OptsKey%"Report Missing Board","Description",0,"Report Missing Board"
  222. HKLM,%OptsKey%"Report Missing Board","Current Setting",0,0
  223. HKLM,%OptsKey%"Report Missing Board","Default Setting",0,0
  224. HKLM,%OptsKey%"Report Missing Board","Data Type",0,"BOOL"
  225.  
  226. HKLM,%OptsKey%"Safe Mode Support","Description",0,"Safe Mode Support"
  227. HKLM,%OptsKey%"Safe Mode Support","Current Setting",0,1
  228. HKLM,%OptsKey%"Safe Mode Support","Default Setting",0,1
  229. HKLM,%OptsKey%"Safe Mode Support","Data Type",0,"BOOL"
  230.  
  231.  
  232. ;-----------------------------------------------------------------------------
  233. ; Hawkeye Driver AddReg section 
  234. ;-----------------------------------------------------------------------------
  235. [DrvKeys]
  236. HKLM,%DrvKey%"Device Bitmaps","Description",0,"Enable Device Bitmap Caching"
  237. HKLM,%DrvKey%"Device Bitmaps","Current Setting",0,1
  238. HKLM,%DrvKey%"Device Bitmaps","Default Setting",0,1
  239. HKLM,%DrvKey%"Device Bitmaps","Restart Windows",0,1
  240. HKLM,%DrvKey%"Device Bitmaps","Data Type",0,"BOOL"
  241.  
  242. HKLM,%DrvKey%"Font Cache","Description",0,"Enable Font Caching"
  243. HKLM,%DrvKey%"Font Cache","Current Setting",0,1
  244. HKLM,%DrvKey%"Font Cache","Default Setting",0,1
  245. HKLM,%DrvKey%"Font Cache","Restart Windows",0,1
  246. HKLM,%DrvKey%"Font Cache","Data Type",0,"BOOL"
  247.  
  248. HKLM,%DrvKey%"Write Transfers","Description",0,"Use Write Transfers on PCI Bus"
  249. HKLM,%DrvKey%"Write Transfers","Current Setting",0,2
  250. HKLM,%DrvKey%"Write Transfers","Default Setting",0,2
  251. HKLM,%DrvKey%"Write Transfers","Restart Windows",0,1
  252. HKLM,%DrvKey%"Write Transfers","Data Type",0,"INT"
  253. HKLM,%DrvKey%"Write Transfers","Internal Option",0,1
  254.  
  255.  
  256. ;-----------------------------------------------------------------------------
  257. ; Hawkeye Performance Driver AddReg section 
  258. ;-----------------------------------------------------------------------------
  259. [PerfKeys]
  260. HKLM,%DrvKey%"Validate Params","Description",0,"Enable Parameter Validation "
  261. HKLM,%DrvKey%"Validate Params","Current Setting",0,0
  262. HKLM,%DrvKey%"Validate Params","Default Setting",0,0
  263. HKLM,%DrvKey%"Validate Params","Restart Windows",0,1
  264. HKLM,%DrvKey%"Validate Params","Data Type",0,"BOOL"
  265.  
  266.  
  267. ;-----------------------------------------------------------------------------
  268. ; Hawkeye Special Monitors AddReg section 
  269. ;-----------------------------------------------------------------------------
  270. [MonitorKeys]
  271. HKLM,%DrvKey%"Enable 16:9","Description",0,"Enable Wide (16:9) Resolutions"
  272. HKLM,%DrvKey%"Enable 16:9","Current Setting",0,0
  273. HKLM,%DrvKey%"Enable 16:9","Default Setting",0,0
  274. HKLM,%DrvKey%"Enable 16:9","Restart Windows",0,1
  275. HKLM,%DrvKey%"Enable 16:9","Data Type",0,"BOOL"
  276.  
  277.  
  278. ;-----------------------------------------------------------------------------
  279. ; Manufacturer Strings section.
  280. ;-----------------------------------------------------------------------------
  281. [Strings]
  282. NNVTCstr               = "Number Nine Visual Technology"
  283. I128-DiskNamestr       = "Imagine(tm) 128 Win95 Drivers Disk"
  284. I128-Series2Pstr       = "Imagine(tm) 128 Series 2 (Optimized - HawkEye, DirectX)"
  285. I128-Series2str        = "Imagine(tm) 128 Series 2 (WHQL - HawkEye, DirectX)"
  286. HawkeyeRootKey         = "SOFTWARE\Number Nine Visual Technology\Hawkeye\Current Settings\"
  287. DrvKey                 = "SOFTWARE\Number Nine Visual Technology\Hawkeye\Imagine-Series2\Options\"
  288. OptsKey                = "SOFTWARE\Number Nine Visual Technology\Hawkeye\Options\"
  289.  
  290.  
  291.  
  292.