home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 33 VDrivers / 33-VDrivers.zip / neomagic.zip / NEOMAGIC.DSP < prev    next >
Text File  |  2001-04-12  |  15KB  |  300 lines

  1. * NeoMagic NM70_90
  2. * For OS/2 3.0/4.0
  3. :TITLE
  4. NEOMAGIC BASEVID (DISP1) DSP
  5.  
  6. :KEY
  7. NeoMagic
  8.  
  9. :FILES :MODE=PRIMARY :MODE=WINDOWS
  10. WINMAGIC.pak  %WINPATH%\SYSTEM
  11. WINFONT.pak   %WINPATH%\SYSTEM
  12.  
  13. :FILES :MODE=PRIMARY
  14. MAGIC.pak  %BOOTDRIVE%:
  15.  
  16. :CONFIG :MODE=PRIMARY
  17. SET VIDEO_DEVICES=VIO_SVGA
  18. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA)
  19. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VSVGA.SYS
  20. DEVINFO=SCR,VGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  21.  
  22. :CONFIG :MODE=PRIMARY :MODE=BIDI
  23. SET VIO_VGA=DEVICE(BVHVGA)
  24.  
  25. :CONFIG :MODE=PRIMARY :MODE=DOS
  26. *DEVICE=%BOOTDRIVE%:\OS2\MDOS\VVGA.SYS
  27.  
  28. :DEL_CONFIG_LINE :MODE=PRIMARY
  29. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VPRPMI.SYS
  30. SET VIO_%PRI% = DEVICE(BVH%PRI%,BDBVH)
  31. SET VIO_8514A=DEVICE(BVHVGA,BVH8514A,BDBVH)
  32. SET VIO_CGA=DEVICE(BVHCGA,BDBVH)
  33. SET VIO_EGA=DEVICE(BVHEGA,BDBVH)
  34. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA,BDBVH)
  35. SET VIO_VGA=DEVICE(BVHVGA,BDBVH)
  36. SET VIO_VGA=DEVICE(BVHVGA,BVHSVGA,BDBVH)
  37. SET VIO_XGA=DEVICE(BVHVGA,BVHXGA,BDBVH)
  38.  
  39. *:DELETING VGA LINES FOR PROTECT MODE
  40. SET VIO_VGA=DEVICE(BVHVGA)
  41. DEVINFO=SCR,VGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  42. DEVINFO=SCR,VGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  43. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VVGA.SYS
  44.  
  45. *:DELETING SVGA LINES FOR PROTECT MODE
  46. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VSVGA.SYS
  47. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA)
  48.  
  49. *:DELETING XGA LINES FOR PROTECT MODE
  50. DEVICE=%BOOTDRIVE%:\OS2\XGARING0.SYS
  51. DEVICE=%BOOTDRIVE%:\OS2\BOOT\XGARING0.SYS
  52. DEVICE=%BOOTDRIVE%:\OS2\XGA.SYS
  53. DEVICE=%BOOTDRIVE%:\OS2\BOOT\XGA.SYS
  54. BASEDEV=XGA.SYS
  55. SET VIO_XGA=DEVICE(BVHVGA,BVHXGA)
  56.  
  57. *:DELETING BGA LINES FOR PROTECT MODE
  58. *DEVINFO=SCR,BGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  59. *DEVINFO=SCR,BGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  60. SET VIO_8514A=DEVICE(BVHVGA,BVH8514A)
  61.  
  62. *:DELETING CGA LINES FOR PROTECT MODE
  63. *DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  64. *DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  65. SET VIO_CGA=DEVICE(BVHCGA)
  66.  
  67. *:DELETING EGA LINES FOR PROTECT MODE
  68. *DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  69. *DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  70. SET VIO_EGA=DEVICE(BVHEGA)
  71.  
  72. :DEL_CONFIG_LINE :MODE=PRIMARY :MODE=DOS
  73.  
  74. *:DELETING XGA LINES FOR REAL MODE
  75. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VXGA.SYS
  76.  
  77. *:DELETING BGA LINES FOR REAL MODE
  78. DEVICE=%BOOTDRIVE%:\OS2\MDOS\V8514A.SYS
  79.  
  80. *:DELETING CGA LINES FOR REAL MODE
  81. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VCGA.SYS
  82.  
  83. *:DELETING EGA LINES FOR REAL MODE
  84. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VEGA.SYS
  85.  
  86. *:DELETING VGA LINES FOR REAL MODE
  87. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VVGA.SYS
  88.  
  89. :OS2INI :MODE=PRIMARY
  90. %BOOTDRIVE%:\OS2\INSTALL\REINSTAL.INI
  91. InstallWindow VIOADAPTERSTR 4
  92.  
  93. :OS2INI :MODE=PRIMARY
  94. OS2.INI
  95. PM_DISPLAYDRIVERS  MAGIC            MAGIC
  96. PM_DISPLAYDRIVERS  CURRENTDRIVER    MAGIC
  97. PM_DISPLAYDRIVERS  DEFAULTDRIVER    IBMVGA32
  98. PM_Fonts           COURIERI
  99. PM_Fonts           HELVI
  100. PM_Fonts           TIMESI
  101.  
  102.  
  103. :OS2INI :MODE=PRIMARY :MODE=WINDOWS
  104. OS2.INI
  105. PM_DISPLAYDRIVERS RESOLUTION_CHANGED 1
  106.  
  107. WIN_RES_640x480x256         WIN_RES_SET NM_1
  108. WIN_RES_640x480x65536       WIN_RES_SET NM_2
  109. WIN_RES_640x480x16777216    WIN_RES_SET NM_3
  110. WIN_RES_800x600x256         WIN_RES_SET NM_4
  111. WIN_RES_800x600x65536       WIN_RES_SET NM_5
  112. WIN_RES_800x600x16777216    WIN_RES_SET NM_6
  113. WIN_RES_1024x768x256        WIN_RES_SET NM_7
  114. WIN_RES_1024x768x65536      WIN_RES_SET NM_8
  115. WIN_RES_1024x768x16777216   WIN_RES_SET NM_9
  116. WIN_RES_1280x1024x256       WIN_RES_SET NM_10
  117.  
  118. NM_1   1  "system.ini boot display.drv  nmx_f8.drv"
  119. NM_1   2  "system.ini boot fdisplay.drv nmx_f8.drv"
  120. NM_1   3  "system.ini boot sdisplay.drv nmx_s8.drv"
  121. NM_1   4  "system.ini boot.description display.drv  \"NeoMagic v4.28.11 640x480 256 (Sm font)\""
  122. NM_1   5  "system.ini boot.description fdisplay.drv \"NeoMagic v4.28.11 640x480 256 (Sm font)\""
  123. NM_1   6  "system.ini boot.description sdisplay.drv \"NeoMagic v4.28.11 640x480 256 (Sm font)\""
  124. NM_1   7  "system.ini boot.description aspect 96,100,100"
  125. NM_1   8  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  126. NM_1   9  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  127. NM_1  10  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  128. NM_1  11  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  129. NM_1  12  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  130. NM_1  13  "system.ini NeoMagic Resolution 640x480"
  131. NM_1  14  "system.ini NeoMagic dpi 96"
  132. NM_1  15  "progman.ini Settings display.drv nmx_f8.drv"
  133.  
  134. NM_2   1  "system.ini boot display.drv  nmx_f16.drv"
  135. NM_2   2  "system.ini boot fdisplay.drv nmx_f16.drv"
  136. NM_2   3  "system.ini boot sdisplay.drv nmx_s16.drv"
  137. NM_2   4  "system.ini boot.description display.drv  \"NeoMagic v4.28.11 640x480 64k (Sm font)\""
  138. NM_2   5  "system.ini boot.description fdisplay.drv \"NeoMagic v4.28.11 640x480 64k (Sm font)\""
  139. NM_2   6  "system.ini boot.description sdisplay.drv \"NeoMagic v4.28.11 640x480 64k (Sm font)\""
  140. NM_2   7  "system.ini boot.description aspect 96,100,100"
  141. NM_2   8  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  142. NM_2   9  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  143. NM_2  10  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  144. NM_2  11  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  145. NM_2  12  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  146. NM_2  13  "system.ini NeoMagic Resolution 640x480"
  147. NM_2  14  "system.ini NeoMagic dpi 96"
  148. NM_2  15  "progman.ini Settings display.drv nmx_f16.drv"
  149.  
  150. NM_3   1  "system.ini boot display.drv  NMX_F24.drv"
  151. NM_3   2  "system.ini boot fdisplay.drv NMX_F24.drv"
  152. NM_3   3  "system.ini boot sdisplay.drv NMX_F24.drv"
  153. NM_3   4  "system.ini boot.description display.drv  \"NeoMagic v4.28.11 640x480 16M (Sm font)\""
  154. NM_3   5  "system.ini boot.description fdisplay.drv \"NeoMagic v4.28.11 640x480 16M (Sm font)\""
  155. NM_3   6  "system.ini boot.description sdisplay.drv \"NeoMagic v4.28.11 640x480 16M (Sm font)\""
  156. NM_3   7  "system.ini boot.description aspect 96,100,100"
  157. NM_3   8  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  158. NM_3   9  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  159. NM_3  10  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  160. NM_3  11  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  161. NM_3  12  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  162. NM_3  13  "system.ini NeoMagic Resolution 640x480"
  163. NM_3  14  "system.ini NeoMagic dpi 96"
  164. NM_3  15  "progman.ini Settings display.drv NMX_F24.drv"
  165.  
  166. NM_4   1  "system.ini boot display.drv  nmx_f8.drv"
  167. NM_4   2  "system.ini boot fdisplay.drv nmx_f8.drv"
  168. NM_4   3  "system.ini boot sdisplay.drv nmx_s8.drv"
  169. NM_4   4  "system.ini boot.description display.drv  \"NeoMagic v4.28.11 800x600 256 (Sm font)\""
  170. NM_4   5  "system.ini boot.description fdisplay.drv \"NeoMagic v4.28.11 800x600 256 (Sm font)\""
  171. NM_4   6  "system.ini boot.description sdisplay.drv \"NeoMagic v4.28.11 800x600 256 (Sm font)\""
  172. NM_4   7  "system.ini boot.description aspect 96,100,100"
  173. NM_4   8  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  174. NM_4   9  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  175. NM_4  10  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  176. NM_4  11  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  177. NM_4  12  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  178. NM_4  13  "system.ini NeoMagic Resolution 800x600"
  179. NM_4  14  "system.ini NeoMagic dpi 96"
  180. NM_4  15  "progman.ini Settings display.drv nmx_f8.drv"
  181.  
  182. NM_5   1  "system.ini boot display.drv  nmx_f16.drv"
  183. NM_5   2  "system.ini boot fdisplay.drv nmx_f16.drv"
  184. NM_5   3  "system.ini boot sdisplay.drv nmx_s16.drv"
  185. NM_5   4  "system.ini boot.description display.drv  \"NeoMagic v4.28.11 800x600 64k (Sm font)\""
  186. NM_5   5  "system.ini boot.description fdisplay.drv \"NeoMagic v4.28.11 800x600 64k (Sm font)\""
  187. NM_5   6  "system.ini boot.description sdisplay.drv \"NeoMagic v4.28.11 800x600 64k (Sm font)\""
  188. NM_5   7  "system.ini boot.description aspect 96,100,100"
  189. NM_5   8  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  190. NM_5   9  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  191. NM_5  10  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  192. NM_5  11  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  193. NM_5  12  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  194. NM_5  13  "system.ini NeoMagic Resolution 800x600"
  195. NM_5  14  "system.ini NeoMagic dpi 96"
  196. NM_5  15  "progman.ini Settings display.drv nmx_f16.drv"
  197.  
  198. NM_6   1  "system.ini boot display.drv  NMX_F24.drv"
  199. NM_6   2  "system.ini boot fdisplay.drv NMX_F24.drv"
  200. NM_6   3  "system.ini boot sdisplay.drv NMX_F24.drv"
  201. NM_6   4  "system.ini boot.description display.drv  \"NeoMagic v4.28.11 800x600 16M (Sm font)\""
  202. NM_6   5  "system.ini boot.description fdisplay.drv \"NeoMagic v4.28.11 800x600 16M (Sm font)\""
  203. NM_6   6  "system.ini boot.description sdisplay.drv \"NeoMagic v4.28.11 800x600 16M (Sm font)\""
  204. NM_6   7  "system.ini boot.description aspect 96,100,100"
  205. NM_6   8  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  206. NM_6   9  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  207. NM_6  10  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  208. NM_6  11  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  209. NM_6  12  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  210. NM_6  13  "system.ini NeoMagic Resolution 800x600"
  211. NM_6  14  "system.ini NeoMagic dpi 96"
  212. NM_6  15  "progman.ini Settings display.drv NMX_F24.drv"
  213.  
  214. NM_7   1  "system.ini boot display.drv  nmx_f8.drv"
  215. NM_7   2  "system.ini boot fdisplay.drv nmx_f8.drv"
  216. NM_7   3  "system.ini boot sdisplay.drv nmx_s8.drv"
  217. NM_7   4  "system.ini boot.description display.drv  \"NeoMagic v4.28.11 1024x768 256 (Lg font)\""
  218. NM_7   5  "system.ini boot.description fdisplay.drv \"NeoMagic v4.28.11 1024x768 256 (Lg font)\""
  219. NM_7   6  "system.ini boot.description sdisplay.drv \"NeoMagic v4.28.11 1024x768 256 (Lg font)\""
  220. NM_7   7  "system.ini boot.description aspect 100,120,120"
  221. NM_7   8  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (XGA res)\"  sseriff.fon"
  222. NM_7   9  "win.ini fonts \"Courier 10,12,15 (XGA res)\"                courf.fon"
  223. NM_7  10  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (XGA res)\"       seriff.fon"
  224. NM_7  11  "win.ini fonts \"Symbol 8,10,12,14,18,24 (XGA res)\"         symbolf.fon"
  225. NM_7  12  "win.ini fonts \"Small Fonts (XGA res)\"                     smallf.fon"
  226. NM_7  13  "system.ini NeoMagic Resolution 1024x768"
  227. NM_7  14  "system.ini NeoMagic dpi 120"
  228. NM_7  15  "progman.ini Settings display.drv nmx_f8.drv"
  229.  
  230. NM_8   1  "system.ini boot display.drv  nmx_f16.drv"
  231. NM_8   2  "system.ini boot fdisplay.drv nmx_f16.drv"
  232. NM_8   3  "system.ini boot sdisplay.drv nmx_s16.drv"
  233. NM_8   4  "system.ini boot.description display.drv  \"NeoMagic v4.28.11 1024x768 64k (Sm font)\""
  234. NM_8   5  "system.ini boot.description fdisplay.drv \"NeoMagic v4.28.11 1024x768 64k (Sm font)\""
  235. NM_8   6  "system.ini boot.description sdisplay.drv \"NeoMagic v4.28.11 1024x768 64k (Sm font)\""
  236. NM_8   7  "system.ini boot.description aspect 100,120,120"
  237. NM_8   8  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  238. NM_8   9  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  239. NM_8  10  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  240. NM_8  11  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  241. NM_8  12  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  242. NM_8  13  "system.ini NeoMagic Resolution 1024x768"
  243. NM_8  14  "system.ini NeoMagic dpi 120"
  244. NM_8  15  "progman.ini Settings display.drv nmx_f16.drv"
  245.  
  246. NM_9   1  "system.ini boot display.drv  nmx_f24.drv"
  247. NM_9   2  "system.ini boot fdisplay.drv nmx_f24.drv"
  248. NM_9   3  "system.ini boot sdisplay.drv nmx_f24.drv"
  249. NM_9   4  "system.ini boot.description display.drv  \"NeoMagic v4.28.11 1024x768 16M (Sm font)\""
  250. NM_9   5  "system.ini boot.description fdisplay.drv \"NeoMagic v4.28.11 1024x768 16M (Sm font)\""
  251. NM_9   6  "system.ini boot.description sdisplay.drv \"NeoMagic v4.28.11 1024x768 16M (Sm font)\""
  252. NM_9   7  "system.ini boot.description aspect 100,120,120"
  253. NM_9   8  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  254. NM_9   9  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  255. NM_9  10  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  256. NM_9  11  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  257. NM_9  12  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  258. NM_9  13  "system.ini NeoMagic Resolution 1024x768"
  259. NM_9  14  "system.ini NeoMagic dpi 120"
  260. NM_9  15  "progman.ini Settings display.drv nmx_f24.drv"
  261.  
  262. NM_10   1  "system.ini boot display.drv  nmx_f8.drv"
  263. NM_10   2  "system.ini boot fdisplay.drv nmx_f8.drv"
  264. NM_10   3  "system.ini boot sdisplay.drv nmx_s8.drv"
  265. NM_10   4  "system.ini boot.description display.drv  \"NeoMagic v4.28.11 1280x1024 256 (Sm font)\""
  266. NM_10   5  "system.ini boot.description fdisplay.drv \"NeoMagic v4.28.11 1280x1024 256 (Sm font)\""
  267. NM_10   6  "system.ini boot.description sdisplay.drv \"NeoMagic v4.28.11 1280x1024 256 (Sm font)\""
  268. NM_10   7  "system.ini boot.description aspect 100,120,120"
  269. NM_10   8  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  270. NM_10   9  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  271. NM_10  10  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  272. NM_10  11  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  273. NM_10  12  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  274. NM_10  13  "system.ini NeoMagic Resolution 1280x1024"
  275. NM_10  14  "system.ini NeoMagic dpi 120"
  276. NM_10  15  "progman.ini Settings display.drv nmx_f8.drv"
  277.  
  278. :WININI :MODE=PRIMARY :MODE=WINDOWS
  279. SYSTEM.INI
  280. boot  useos2shield 1
  281. boot  386grabber nmx.3gr
  282. 386Enh display nmxvdd.386
  283. 386Enh EGA80WOA.FON EGA80WOA.FON
  284. 386Enh EGA40WOA.FON EGA40WOA.FON
  285. 386Enh CGA80WOA.FON CGA80WOA.FON
  286. 386Enh CGA40WOA.FON CGA40WOA.FON
  287. *drivers VIDS.DRAW UDH.DLL
  288. *drivers VIDC.CVID ICCVID.DRV
  289. *drivers VIDC.YVU9 IYVU9.DLL
  290. *drivers VIDC.IV31 IR32.DLL
  291. *drivers VIDC.IV32 IR32.DLL
  292. *drivers DCI DCINEO
  293. *drivers VPM VPMNEO.DRV
  294. Neomagic PackageVersion 4.28.11
  295. Neomagic OffAddr 0xea600
  296. Neomagic Offsize 0x40000
  297. NeoMagic VRefresh 60
  298. Neomagic Displaymode CRT
  299. 
  300.