home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / driver / no9 / i295307 / imagine.inf < prev    next >
Windows Setup INFormation  |  1996-11-07  |  9KB  |  232 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. ;
  18. ;-----------------------------------------------------------------------------
  19.  
  20. ;-----------------------------------------------------------------------------
  21. ; Standard header for all INF files.
  22. ;-----------------------------------------------------------------------------
  23. [version]
  24. Signature              = "$Chicago$"
  25. InfVersion             = 01.01.11
  26. Class                  = Display
  27. Provider               = %NNVTCstr%
  28.  
  29.  
  30. ;-----------------------------------------------------------------------------
  31. ; Manufacturer of the device.
  32. ;-----------------------------------------------------------------------------
  33. [Manufacturer]
  34. %NNVTCstr%             = NumberNine
  35.  
  36.  
  37. ;-----------------------------------------------------------------------------
  38. ; PCI Device ID information and relationships.
  39. ;-----------------------------------------------------------------------------
  40. [NumberNine]
  41. %I128str%              = Imagine-128,PCI\VEN_105D&DEV_2309
  42. %I128-Series2str%      = Imagine-Series2,PCI\VEN_105D&DEV_2339
  43.  
  44.  
  45. ;-----------------------------------------------------------------------------
  46. ; Destination directories for the given file list.
  47. ;-----------------------------------------------------------------------------
  48. [DestinationDirs]
  49. DefaultDestDir         = 11
  50.  
  51.  
  52. ;-----------------------------------------------------------------------------
  53. ; Identifies and names the disks used for installation.
  54. ;-----------------------------------------------------------------------------
  55. [SourceDisksNames]
  56. 1                      = %I128-DiskNamestr%,,
  57.  
  58.  
  59. ;-----------------------------------------------------------------------------
  60. ; Names the source files used during installation and identifies the source
  61. ; disks that contain the files.
  62. ;-----------------------------------------------------------------------------
  63. [SourceDisksFiles]
  64. I128.drv               = 1
  65. I128.vxd               = 1
  66. I128DD32.dll           = 1
  67. I2.drv                 = 1
  68. I2.vxd                 = 1
  69. I2DD32.dll             = 1
  70.  
  71.  
  72. ;-----------------------------------------------------------------------------
  73. ; Install section for Imagine Series Cards, by series type.
  74. ;-----------------------------------------------------------------------------
  75. [Imagine-128]
  76. CopyFiles              = CopyFiles.I1
  77. DelReg                 = DelReg.Common
  78. AddReg                 = CommonKeys, ModeKeys, I1Keys
  79. UpdateInis             = UpdateInis.I128
  80.  
  81. [Imagine-Series2]
  82. CopyFiles              = CopyFiles.I2
  83. DelReg                 = DelReg.Common, DelReg.Hawkeye
  84. AddReg                 = CommonKeys, ModeKeys, I2Keys, HawkEyeKeys, DrvKeys
  85. UpdateInis             = UpdateInis.I128
  86.  
  87.  
  88. ;-----------------------------------------------------------------------------
  89. ; CopyFiles section for Imagine Cards, by series type.
  90. ;-----------------------------------------------------------------------------
  91. [CopyFiles.I1]
  92. i128.drv
  93. i128.vxd
  94. i128dd32.dll
  95.  
  96. [CopyFiles.I2]
  97. i2.drv
  98. i2.vxd
  99. i2dd32.dll
  100.  
  101.  
  102. ;-----------------------------------------------------------------------------
  103. ; AddReg section for Imagine Cards, by series type.
  104. ;-----------------------------------------------------------------------------
  105. [I1Keys]
  106. HKR,DEFAULT,drv,,i128.drv
  107. HKR,DEFAULT,minivdd,,i128.vxd
  108.  
  109. [I2Keys]
  110. HKR,DEFAULT,drv,,i2.drv
  111. HKR,DEFAULT,minivdd,,i2.vxd
  112. HKR,DEFAULT,RGB16,,555
  113. HKR,DEFAULT,DDC,,1
  114.  
  115.  
  116. ;-----------------------------------------------------------------------------
  117. ; Pos Dup section for Imagine-Series 2.
  118. ;-----------------------------------------------------------------------------
  119. [Imagine-Series2.PosDup]
  120. *PNP0900, *PNP0917
  121.  
  122.  
  123. ;-----------------------------------------------------------------------------
  124. ; System INI Update section for Imagine Cards, by series type.
  125. ;-----------------------------------------------------------------------------
  126. [UpdateInis.I128]
  127. system.ini,Display,"SWCursor=0"
  128.  
  129.  
  130. ;-----------------------------------------------------------------------------
  131. ; Common DelReg section.
  132. ; DO NOT CHANGE THE ORDER OF THESE FILES!!!
  133. ;-----------------------------------------------------------------------------
  134. [DelReg.Common]
  135. HKR,,DevLoader
  136. HKR,,Ver
  137. HKR,DEFAULT
  138. HKR,MODES
  139. HKR,CURRENT
  140.  
  141. [DelReg.HawkEye]
  142. HKLM,HawkeyeRootKey
  143.  
  144.  
  145. ;-----------------------------------------------------------------------------
  146. ; Common AddlReg section.
  147. ;-----------------------------------------------------------------------------
  148. [CommonKeys]
  149. HKR,,Ver,,4.0
  150. HKR,,DevLoader,,*vdd
  151. HKR,DEFAULT,Mode,,"8,640,480"
  152. HKR,DEFAULT,RefreshRate,,-1
  153. HKR,DEFAULT,ExtModeSwitch,,0
  154.  
  155.  
  156. ;-----------------------------------------------------------------------------
  157. ; Common Modes AddReg section (all #9 cards can use this list untouched!).
  158. ;-----------------------------------------------------------------------------
  159. [ModeKeys]
  160. HKR,"MODES\32\640,480"
  161. HKR,"MODES\32\800,600"
  162. HKR,"MODES\32\1024,768"
  163. HKR,"MODES\32\1152,864"
  164. HKR,"MODES\32\1280,1024"
  165. HKR,"MODES\32\1600,1200"
  166. HKR,"MODES\16\640,480"
  167. HKR,"MODES\16\800,600"
  168. HKR,"MODES\16\1024,768"
  169. HKR,"MODES\16\1152,864"
  170. HKR,"MODES\16\1280,1024"
  171. HKR,"MODES\16\1600,1200"
  172. HKR,"MODES\8\640,480"
  173. HKR,"MODES\8\800,600"
  174. HKR,"MODES\8\1024,768"
  175. HKR,"MODES\8\1152,864"
  176. HKR,"MODES\8\1280,1024"
  177. HKR,"MODES\8\1600,1200"
  178.  
  179.  
  180. ;-----------------------------------------------------------------------------
  181. ; Common Hawkeye AddReg section (all Imagine Hawkeye cards use this list untouched!).
  182. ;-----------------------------------------------------------------------------
  183. [HawkEyeKeys]
  184. HKLM,%OptsKey%"Report Missing Board","Description",,"Report Missing Board"
  185. HKLM,%OptsKey%"Report Missing Board","Current Setting",0,0
  186. HKLM,%OptsKey%"Report Missing Board","Default Setting",0,0
  187. HKLM,%OptsKey%"Report Missing Board","Data Type",,"BOOL"
  188.  
  189. HKLM,%OptsKey%"Safe Mode Support","Description",,"Safe Mode Support"
  190. HKLM,%OptsKey%"Safe Mode Support","Current Setting",0,1
  191. HKLM,%OptsKey%"Safe Mode Support","Default Setting",0,1
  192. HKLM,%OptsKey%"Safe Mode Support","Data Type",,"BOOL"
  193.  
  194.  
  195. ;-----------------------------------------------------------------------------
  196. ; Hawkeye Driver AddReg section 
  197. ;-----------------------------------------------------------------------------
  198. [DrvKeys]
  199. HKLM,%DrvKey%"Device Bitmaps","Description",,"Enable Device Bitmap Caching"
  200. HKLM,%DrvKey%"Device Bitmaps","Current Setting",0,1
  201. HKLM,%DrvKey%"Device Bitmaps","Default Setting",0,1
  202. HKLM,%DrvKey%"Device Bitmaps","Restart Windows",0,1
  203. HKLM,%DrvKey%"Device Bitmaps","Data Type",,"BOOL"
  204.  
  205. HKLM,%DrvKey%"Font Cache","Description",,"Enable Font Caching"
  206. HKLM,%DrvKey%"Font Cache","Current Setting",0,1
  207. HKLM,%DrvKey%"Font Cache","Default Setting",0,1
  208. HKLM,%DrvKey%"Font Cache","Restart Windows",0,1
  209. HKLM,%DrvKey%"Font Cache","Data Type",,"BOOL"
  210.  
  211. HKLM,%DrvKey%"Write Transfers","Description",,"Use Write Transfers on PCI Bus"
  212. HKLM,%DrvKey%"Write Transfers","Current Setting",0,2
  213. HKLM,%DrvKey%"Write Transfers","Default Setting",0,2
  214. HKLM,%DrvKey%"Write Transfers","Restart Windows",0,1
  215. HKLM,%DrvKey%"Write Transfers","Data Type",,"INT"
  216. HKLM,%DrvKey%"Write Transfers","Internal Option",0,1
  217.  
  218.  
  219. ;-----------------------------------------------------------------------------
  220. ; Manufacturer Strings section.
  221. ;-----------------------------------------------------------------------------
  222. [Strings]
  223. NNVTCstr               = "Number Nine Visual Technology"
  224. I128-DiskNamestr       = "Imagine(tm) 128 Win95 Drivers Disk"
  225. I128str                = "Imagine(tm) 128 (HawkEye, DirectX 1)"
  226. I128-Series2str        = "Imagine(tm) 128 Series 2 (HawkEye, DirectX 2)"
  227. HawkeyeRootKey         = "SOFTWARE\Number Nine Visual Technology\Hawkeye\"
  228. DrvKey                 = "SOFTWARE\Number Nine Visual Technology\Hawkeye\Imagine-Series2\Options\"
  229. OptsKey                = "SOFTWARE\Number Nine Visual Technology\Hawkeye\Options\"
  230.  
  231.  
  232.