home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v5.zip / DDKX86 / SRC / CMD / SVGAINST / ATIM32B.DSP < prev    next >
Text File  |  1995-04-10  |  17KB  |  339 lines

  1. * ATI MACH8/32 *** VERSION FOR 930820
  2. :TITLE
  3. ATIM32 main (DISP2) DSP
  4.  
  5. :KEY
  6. ATIM32B
  7.  
  8. :FILES :MODE=PRIMARY
  9. ATIM32        %BOOTDRIVE%:
  10.  
  11. :FILES :MODE=PRIMARY :MODE=DOS
  12. VAD32.SY_     %BOOTDRIVE%:
  13.  
  14. :CONFIG :MODE=PRIMARY
  15. DEVINFO=SCR,BGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  16. SET VIDEO_DEVICES=VIO_SVGA
  17. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA)
  18. *SET ATI_RES=1024x768x8bpp
  19. DEVICE=%BOOTDRIVE%:\OS2\ATI0.SYS
  20.  
  21. :CONFIG :MODE=PRIMARY :MODE=BIDI
  22. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA,BDBVH)
  23.  
  24. :CONFIG :MODE=PRIMARY :MODE=DOS
  25. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VSVGA.SYS
  26. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VAD32.SYS
  27.  
  28. :DEL_CONFIG_LINE :MODE=PRIMARY
  29.  
  30. *:DELETING VGA LINES FOR PROTECT MODE
  31. DEVINFO=SCR,VGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  32. DEVINFO=SCR,VGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  33.  
  34. *:DELETING ULTRAPM0 STUFF FROM OLD 16BIT install
  35. DEVICE=%BOOTDRIVE%:\ULTRAPM0\VVGA.SYS
  36. DEVICE=%BOOTDRIVE%:\ULTRAPM0\ATI0.SYS
  37. DEVICE=%BOOTDRIVE%:\ULTRAPM1\VVGA.SYS
  38. DEVICE=%BOOTDRIVE%:\ULTRAPM1\ATI0.SYS
  39.  
  40.  
  41. *:DELETING XGA LINES FOR PROTECT MODE
  42. DEVICE=%BOOTDRIVE%:\OS2\XGARING0.SYS
  43. DEVICE=%BOOTDRIVE%:\OS2\BOOT\XGARING0.SYS
  44. DEVICE=%BOOTDRIVE%:\OS2\XGA.SYS
  45. DEVICE=%BOOTDRIVE%:\OS2\BOOT\XGA.SYS
  46. BASEDEV=XGA.SYS
  47. SET VIO_XGA=DEVICE(BVHVGA,BVHXGA)
  48.  
  49. *:DELETING CGA LINES FOR PROTECT MODE
  50. DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  51. DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  52. SET VIO_CGA=DEVICE(BVHCGA)
  53.  
  54. *:DELETING EGA LINES FOR PROTECT MODE
  55. DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  56. DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  57. SET VIO_EGA=DEVICE(BVHEGA)
  58.  
  59. *:DELETING 8514A LINES FOR PROTECT MODE
  60. SET VIO_8514A=DEVICE(BVHVGA,BVH8514A)
  61.  
  62. :DEL_CONFIG_LINE :MODE=PRIMARY :MODE=DOS
  63.  
  64. *:DELETING XGA LINES FOR REAL MODE
  65. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VXGA.SYS
  66.  
  67. *:DELETING CGA LINES FOR REAL MODE
  68. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VCGA.SYS
  69.  
  70. *:DELETING EGA LINES FOR REAL MODE
  71. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VEGA.SYS
  72.  
  73. *:DELETING 8514A LINES FOR PROTECT MODE
  74. SET VIO_8514A=DEVICE(BVHVGA,BVH8514A)
  75.  
  76. *:DELETING VGA LINES FOR REAL MODE
  77. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VVGA.SYS
  78. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VMACH32.SYS
  79. DEVICE=%BOOTDRIVE%:\OS2\MDOS\V8514A.SYS
  80.  
  81. :OS2INI :MODE=PRIMARY
  82. %BOOTDRIVE%:\OS2\INSTALL\REINSTAL.INI
  83. InstallWindow VIOADAPTERSTR 7
  84.  
  85. :OS2INI :MODE=SECONDARY
  86. %BOOTDRIVE%:\OS2\INSTALL\REINSTAL.INI
  87. InstallWindow VIOADAPTER2STR 7
  88.  
  89. :OS2INI :MODE=PRIMARY
  90. OS2.INI
  91. PM_DISPLAYDRIVERS  ATIM32         ATIM32
  92. PM_DISPLAYDRIVERS  CURRENTDRIVER  ATIM32
  93. *LEAVE DEFAULTDRIVER ALONE IN CASE INSTALL FAILS
  94. *PM_DISPLAYDRIVERS  DEFAULTDRIVER  ATIM32
  95. *RESET TO 640x480
  96. *PM_DISPLAYDRIVERS  DEFAULTSYSTEMRESOLUTION 0
  97. PM_Fonts           COURIERI
  98. PM_Fonts           HELVI
  99. PM_Fonts           TIMESI
  100.  
  101.  
  102. :OS2INI :MODE=PRIMARY :MODE=WINDOWS
  103. OS2.INI
  104. PM_DISPLAYDRIVERS RESOLUTION_CHANGED 1
  105. WIN_RES_640x480x256    WIN_RES_SET    WIN_RES_M321
  106. WIN_RES_800x600x256    WIN_RES_SET    WIN_RES_M323
  107. WIN_RES_1024x768x256   WIN_RES_SET    WIN_RES_M325
  108. WIN_RES_1280x1024x256  WIN_RES_SET    WIN_RES_M327
  109. WIN_RES_640x480x65536  WIN_RES_SET    WIN_RES_M322
  110. WIN_RES_800x600x65536  WIN_RES_SET    WIN_RES_M324
  111. WIN_RES_1024x768x65536 WIN_RES_SET    WIN_RES_M326
  112. WIN_RES_640x480x16777216 WIN_RES_SET    WIN_RES_M328
  113. WIN_RES_800x600x16777216 WIN_RES_SET    WIN_RES_M329
  114.  
  115. WIN_RES_M321   01   "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  116. WIN_RES_M321   02   "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  117. WIN_RES_M321   03   "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  118. WIN_RES_M321   04   "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  119. WIN_RES_M321   05   "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  120. WIN_RES_M321   06   "system.ini boot sdisplay.drv smach.drv"
  121. WIN_RES_M321   07   "system.ini boot display.drv mach86.drv"
  122. WIN_RES_M321   08   "system.ini boot fonts.fon vgasys.fon"
  123. WIN_RES_M321   09   "win.ini Mach VAD off"
  124. WIN_RES_M321   10   "win.ini Mach DeviceBitmap off"
  125. WIN_RES_M321   11   "win.ini Mach Polygon on"
  126. WIN_RES_M321   12   "win.ini Mach EngineBlt on"
  127. WIN_RES_M321   13   "win.ini Mach PixelDepth 8"
  128. WIN_RES_M321   14   "win.ini Mach dpi 96"
  129. WIN_RES_M321   15   "win.ini Mach DesktopSize 640x480"
  130. WIN_RES_M321   16   "win.ini Mach ScreenSize 640x480"
  131. WIN_RES_M321   17   "system.ini boot.description sdisplay.drv \"ATI MACH32 256 color driver\""
  132. WIN_RES_M321   18   "system.ini boot.description display.drv \"ATI MACH32 256 color driver\""
  133.  
  134. WIN_RES_M322   01   "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  135. WIN_RES_M322   02   "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  136. WIN_RES_M322   03   "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  137. WIN_RES_M322   04   "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  138. WIN_RES_M322   05   "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  139. WIN_RES_M322   06   "system.ini boot sdisplay.drv smach.drv"
  140. WIN_RES_M322   07   "system.ini boot display.drv mach86.drv"
  141. WIN_RES_M322   08   "system.ini boot fonts.fon vgasys.fon"
  142. WIN_RES_M322   09   "win.ini Mach VAD off"
  143. WIN_RES_M322   10   "win.ini Mach DeviceBitmap off"
  144. WIN_RES_M322   11   "win.ini Mach Polygon on"
  145. WIN_RES_M322   12   "win.ini Mach EngineBlt on"
  146. WIN_RES_M322   13   "win.ini Mach PixelDepth 16"
  147. WIN_RES_M322   14   "win.ini Mach dpi 96"
  148. WIN_RES_M322   15   "win.ini Mach DesktopSize 640x480"
  149. WIN_RES_M322   16   "win.ini Mach ScreenSize 640x480"
  150. WIN_RES_M322   17   "system.ini boot.description sdisplay.drv \"ATI MACH32 65536 color driver\""
  151. WIN_RES_M322   18   "system.ini boot.description display.drv \"ATI MACH32 65536 color driver\""
  152.  
  153. WIN_RES_M323   01   "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  154. WIN_RES_M323   02   "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  155. WIN_RES_M323   03   "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  156. WIN_RES_M323   04   "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  157. WIN_RES_M323   05   "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  158. WIN_RES_M323   06   "system.ini boot sdisplay.drv smach.drv"
  159. WIN_RES_M323   07   "system.ini boot display.drv mach86.drv"
  160. WIN_RES_M323   08   "system.ini boot fonts.fon vgasys.fon"
  161. WIN_RES_M323   09   "win.ini Mach VAD off"
  162. WIN_RES_M323   10   "win.ini Mach DeviceBitmap off"
  163. WIN_RES_M323   11   "win.ini Mach Polygon on"
  164. WIN_RES_M323   12   "win.ini Mach EngineBlt on"
  165. WIN_RES_M323   13   "win.ini Mach PixelDepth 8"
  166. WIN_RES_M323   14   "win.ini Mach dpi 96"
  167. WIN_RES_M323   15   "win.ini Mach DesktopSize 800x600"
  168. WIN_RES_M323   16   "win.ini Mach ScreenSize 800x600"
  169. WIN_RES_M323   17   "system.ini boot.description sdisplay.drv \"ATI MACH32 256 color driver\""
  170. WIN_RES_M323   18   "system.ini boot.description display.drv \"ATI MACH32 256 color driver\""
  171.  
  172. WIN_RES_M324   01   "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  173. WIN_RES_M324   02   "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  174. WIN_RES_M324   03   "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  175. WIN_RES_M324   04   "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  176. WIN_RES_M324   05   "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  177. WIN_RES_M324   06   "system.ini boot sdisplay.drv smach.drv"
  178. WIN_RES_M324   07   "system.ini boot display.drv mach86.drv"
  179. WIN_RES_M324   08   "system.ini boot fonts.fon vgasys.fon"
  180. WIN_RES_M324   09   "win.ini Mach VAD off"
  181. WIN_RES_M324   10   "win.ini Mach DeviceBitmap off"
  182. WIN_RES_M324   11   "win.ini Mach Polygon on"
  183. WIN_RES_M324   12   "win.ini Mach EngineBlt on"
  184. WIN_RES_M324   13   "win.ini Mach PixelDepth 16"
  185. WIN_RES_M321   14   "win.ini Mach dpi 96"
  186. WIN_RES_M324   15   "win.ini Mach DesktopSize 800x600"
  187. WIN_RES_M324   16   "win.ini Mach ScreenSize 800x600"
  188. WIN_RES_M324   17   "system.ini boot.description sdisplay.drv \"ATI MACH32 65536 color driver\""
  189. WIN_RES_M324   18   "system.ini boot.description display.drv \"ATI MACH32 65536 color driver\""
  190.  
  191. WIN_RES_M325   01   "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (8514/a res)\"  sseriff.fon"
  192. WIN_RES_M325   02   "win.ini fonts \"Courier 10,12,15 (8514/a res)\"                courf.fon"
  193. WIN_RES_M325   03   "win.ini fonts \"MS Serif 8,10,12,14,18,24 (8514/a res)\"       seriff.fon"
  194. WIN_RES_M325   04   "win.ini fonts \"Symbol 8,10,12,14,18,24 (8514/a res)\"         symbolf.fon"
  195. WIN_RES_M325   05   "win.ini fonts \"Small Fonts (8514/a res)\"                     smallf.fon"
  196. WIN_RES_M325   06   "system.ini boot sdisplay.drv smach.drv"
  197. WIN_RES_M325   07   "system.ini boot display.drv mach80.drv"
  198. WIN_RES_M325   08   "system.ini boot fonts.fon 8514sys.fon"
  199. WIN_RES_M325   09   "win.ini Mach VAD off"
  200. WIN_RES_M325   10   "win.ini Mach DeviceBitmap off"
  201. WIN_RES_M325   11   "win.ini Mach Polygon on"
  202. WIN_RES_M325   12   "win.ini Mach EngineBlt on"
  203. WIN_RES_M325   13   "win.ini Mach PixelDepth 8"
  204. WIN_RES_M325   14   "win.ini Mach dpi 120"
  205. WIN_RES_M325   15   "win.ini Mach DesktopSize 1024x768"
  206. WIN_RES_M325   16   "win.ini Mach ScreenSize 1024x768"
  207. WIN_RES_M325   17   "system.ini boot.description sdisplay.drv \"ATI MACH32 256 color driver\""
  208. WIN_RES_M325   18   "system.ini boot.description display.drv \"ATI MACH32 256 color driver\""
  209.  
  210. WIN_RES_M326   01   "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (8514/a res)\"  sseriff.fon"
  211. WIN_RES_M326   02   "win.ini fonts \"Courier 10,12,15 (8514/a res)\"                courf.fon"
  212. WIN_RES_M326   03   "win.ini fonts \"MS Serif 8,10,12,14,18,24 (8514/a res)\"       seriff.fon"
  213. WIN_RES_M326   04   "win.ini fonts \"Symbol 8,10,12,14,18,24 (8514/a res)\"         symbolf.fon"
  214. WIN_RES_M326   05   "win.ini fonts \"Small Fonts (8514/a res)\"                     smallf.fon"
  215. WIN_RES_M326   06   "system.ini boot sdisplay.drv smach.drv"
  216. WIN_RES_M326   07   "system.ini boot display.drv mach80.drv"
  217. WIN_RES_M326   08   "system.ini boot fonts.fon 8514sys.fon"
  218. WIN_RES_M326   09   "win.ini Mach VAD off"
  219. WIN_RES_M326   10   "win.ini Mach DeviceBitmap off"
  220. WIN_RES_M326   11   "win.ini Mach Polygon on"
  221. WIN_RES_M326   12   "win.ini Mach EngineBlt on"
  222. WIN_RES_M326   13   "win.ini Mach PixelDepth 16"
  223. WIN_RES_M326   14   "win.ini Mach dpi 120"
  224. WIN_RES_M326   15   "win.ini Mach DesktopSize 1024x768"
  225. WIN_RES_M326   16   "win.ini Mach ScreenSize 1024x768"
  226. WIN_RES_M326   17   "system.ini boot.description sdisplay.drv \"ATI MACH32 65536 color driver\""
  227. WIN_RES_M326   18   "system.ini boot.description display.drv \"ATI MACH32 65536 color driver\""
  228.  
  229. WIN_RES_M327   01   "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (8514/a res)\"  sseriff.fon"
  230. WIN_RES_M327   02   "win.ini fonts \"Courier 10,12,15 (8514/a res)\"                courf.fon"
  231. WIN_RES_M327   03   "win.ini fonts \"MS Serif 8,10,12,14,18,24 (8514/a res)\"       seriff.fon"
  232. WIN_RES_M327   04   "win.ini fonts \"Symbol 8,10,12,14,18,24 (8514/a res)\"         symbolf.fon"
  233. WIN_RES_M327   05   "win.ini fonts \"Small Fonts (8514/a res)\"                     smallf.fon"
  234. WIN_RES_M327   06   "system.ini boot sdisplay.drv smach.drv"
  235. WIN_RES_M327   07   "system.ini boot display.drv mach80.drv"
  236. WIN_RES_M327   08   "system.ini boot fonts.fon 8514sys.fon"
  237. WIN_RES_M327   09   "win.ini Mach VAD off"
  238. WIN_RES_M327   10   "win.ini Mach DeviceBitmap off"
  239. WIN_RES_M327   11   "win.ini Mach Polygon on"
  240. WIN_RES_M327   12   "win.ini Mach EngineBlt on"
  241. WIN_RES_M327   13   "win.ini Mach PixelDepth 8"
  242. WIN_RES_M327   14   "win.ini Mach dpi 120"
  243. WIN_RES_M327   15   "win.ini Mach DesktopSize 1280x1024"
  244. WIN_RES_M327   16   "win.ini Mach ScreenSize 1280x1024"
  245. WIN_RES_M327   17   "system.ini boot.description sdisplay.drv \"ATI MACH32 256 color driver\""
  246. WIN_RES_M327   18   "system.ini boot.description display.drv \"ATI MACH32 256 color driver\""
  247.  
  248. WIN_RES_M328   01   "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  249. WIN_RES_M328   02   "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  250. WIN_RES_M328   03   "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  251. WIN_RES_M328   04   "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  252. WIN_RES_M328   05   "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  253. WIN_RES_M328   06   "system.ini boot sdisplay.drv smach.drv"
  254. WIN_RES_M328   07   "system.ini boot display.drv mach80.drv"
  255. WIN_RES_M328   08   "system.ini boot fonts.fon vgasys.fon"
  256. WIN_RES_M328   09   "win.ini Mach VAD off"
  257. WIN_RES_M328   10   "win.ini Mach DeviceBitmap off"
  258. WIN_RES_M328   11   "win.ini Mach Polygon on"
  259. WIN_RES_M328   12   "win.ini Mach EngineBlt on"
  260. WIN_RES_M328   13   "win.ini Mach PixelDepth 24"
  261. WIN_RES_M328   14   "win.ini Mach dpi 96"
  262. WIN_RES_M328   15   "win.ini Mach DesktopSize 640x480"
  263. WIN_RES_M328   16   "win.ini Mach ScreenSize 640x480"
  264. WIN_RES_M328   17   "system.ini boot.description sdisplay.drv \"ATI MACH32 16 Millon color driver\""
  265. WIN_RES_M328   18   "system.ini boot.description display.drv \"ATI MACH32 16 Millon color driver\""
  266.  
  267. WIN_RES_M329   01   "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  268. WIN_RES_M329   02   "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  269. WIN_RES_M329   03   "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  270. WIN_RES_M329   04   "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  271. WIN_RES_M329   05   "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  272. WIN_RES_M329   06   "system.ini boot sdisplay.drv smach.drv"
  273. WIN_RES_M329   07   "system.ini boot display.drv mach80.drv"
  274. WIN_RES_M329   08   "system.ini boot fonts.fon vgasys.fon"
  275. WIN_RES_M329   09   "win.ini Mach VAD off"
  276. WIN_RES_M329   10   "win.ini Mach DeviceBitmap off"
  277. WIN_RES_M329   11   "win.ini Mach Polygon on"
  278. WIN_RES_M329   12   "win.ini Mach EngineBlt on"
  279. WIN_RES_M329   13   "win.ini Mach PixelDepth 24"
  280. WIN_RES_M329   14   "win.ini Mach dpi 96"
  281. WIN_RES_M329   15   "win.ini Mach DesktopSize 800x600"
  282. WIN_RES_M329   16   "win.ini Mach ScreenSize 800x600"
  283. WIN_RES_M329   17   "system.ini boot.description sdisplay.drv \"ATI MACH32 16 Millon color driver\""
  284. WIN_RES_M329   18   "system.ini boot.description display.drv \"ATI MACH32 16 Millon color driver\""
  285.  
  286. WIN_RES_UNKNOWN  01   "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (8514/a res)\"  sseriff.fon"
  287. WIN_RES_UNKNOWN  02   "win.ini fonts \"Courier 10,12,15 (8514/a res)\"                courf.fon"
  288. WIN_RES_UNKNOWN  03   "win.ini fonts \"MS Serif 8,10,12,14,18,24 (8514/a res)\"       seriff.fon"
  289. WIN_RES_UNKNOWN  04   "win.ini fonts \"Symbol 8,10,12,14,18,24 (8514/a res)\"         symbolf.fon"
  290. WIN_RES_UNKNOWN  05   "win.ini fonts \"Small Fonts \"                     smallf.fon"
  291. WIN_RES_UNKNOWN  06   "system.ini boot sdisplay.drv smach.drv"
  292. WIN_RES_UNKNOWN  07   "system.ini boot display.drv mach86.drv"
  293. WIN_RES_UNKNOWN  08   "system.ini boot fonts.fon vgasys.fon"
  294. WIN_RES_UNKNOWN  09   "win.ini Mach VAD off"
  295. WIN_RES_UNKNOWN  10   "win.ini Mach DeviceBitmap off"
  296. WIN_RES_UNKNOWN  11   "win.ini Mach Polygon on"
  297. WIN_RES_UNKNOWN  12   "win.ini Mach EngineBlt on"
  298. WIN_RES_UNKNOWN  13   "win.ini Mach PixelDepth 8"
  299. WIN_RES_UNKNOWN  14   "win.ini Mach dpi 96"
  300. WIN_RES_UNKNOWN  15   "win.ini Mach DesktopSize 640x480"
  301. WIN_RES_UNKNOWN  16   "win.ini Mach ScreenSize 640x480"
  302. WIN_RES_UNKNOWN  17   "system.ini boot.description sdisplay.drv \"ATI MACH32 256 color driver\""
  303. WIN_RES_UNKNOWN  18   "system.ini boot.description display.drv \"ATI MACH32 256 color driver\""
  304.  
  305. * CAN'T RUN 8514 IN SEAMLESS YET 7/21/92 (SJK)
  306. :WININI :MODE=PRIMARY :MODE=WINDOWS
  307. WIN.INI
  308. fonts "MS Sans Serif 8,10,12,14,18,24 (8514/a res)" sseriff.fon
  309. fonts "Courier 10,12,15 (8514/a res)"               courf.fon
  310. fonts "MS Serif 8,10,12,14,18,24 (8514/a res)"      seriff.fon
  311. fonts "Symbol 8,10,12,14,18,24 (8514/a res)"        symbolf.fon
  312. fonts "Small Fonts (8514/a res)"                    smallf.fon
  313. Desktop IconSpacing 100
  314. Mach   VAD          off
  315. Mach   DeviceBitmap off
  316. Mach   Polygon      on
  317. Mach   EngineBlt    on
  318. Mach   PixelDepth   8
  319. Mach   dpi          96
  320. Mach ColourWeight16 565
  321. Mach   DesktopSize  640x480
  322. Mach   ScreenSize   640x480
  323.  
  324. :WININI :MODE=PRIMARY :MODE=WINDOWS
  325. SYSTEM.INI
  326. boot   WOS2VDMApps
  327. boot   SAVDMApps
  328. boot   MAVDMApps
  329. boot   useos2shield 1
  330. boot   os2shield    winsheld.exe
  331. boot   fonts.fon    8514sys.fon
  332. boot   display.drv  mach86.drv
  333. boot   sdisplay.drv smach.drv
  334. boot.description display.drv  \"ATI MACH32 256 color Driver\"
  335. boot.description sdisplay.drv \"ATI MACH32 256 color Driver\"
  336.  
  337. :APPEND
  338.  
  339.