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

  1. :TITLE
  2. CL54X main (DISP3) DSP
  3.  
  4. :KEY
  5. CL54XB
  6.  
  7. :FILES :MODE=PRIMARY
  8. CIRRUS.DL_   %BOOTDRIVE%:
  9.  
  10. :CONFIG :MODE=PRIMARY
  11. DEVINFO=SCR,VGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  12. SET VIDEO_DEVICES=VIO_SVGA
  13. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA)
  14.  
  15. :CONFIG :MODE=PRIMARY :MODE=BIDI
  16. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA,BDBVH)
  17.  
  18. :CONFIG :MODE=PRIMARY :MODE=DOS
  19. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VSVGA.SYS
  20.  
  21. :CONFIG :MODE=DUAL :MODE=DOS
  22. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VSVGA.SYS
  23.  
  24. :DEL_CONFIG_LINE :MODE=PRIMARY
  25. SET VIO_%PRI% = DEVICE(BVH%PRI%,BDBVH)
  26. SET VIO_8514A=DEVICE(BVHVGA,BVH8514A,BDBVH)
  27. SET VIO_CGA=DEVICE(BVHCGA,BDBVH)
  28. SET VIO_EGA=DEVICE(BVHEGA,BDBVH)
  29. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA,BDBVH)
  30. SET VIO_VGA=DEVICE(BVHVGA,BDBVH)
  31. SET VIO_VGA=DEVICE(BVHVGA,BVHSVGA,BDBVH)
  32. SET VIO_XGA=DEVICE(BVHVGA,BVHXGA,BDBVH)
  33.  
  34. *:DELETING XGA LINES FOR PROTECT MODE
  35. DEVICE=%BOOTDRIVE%:\OS2\XGARING0.SYS
  36. DEVICE=%BOOTDRIVE%:\OS2\XGA.SYS
  37. DEVICE=%BOOTDRIVE%:\OS2\BOOT\XGARING0.SYS
  38. DEVICE=%BOOTDRIVE%:\OS2\BOOT\XGA.SYS
  39. BASEDEV=XGA.SYS
  40. SET VIO_XGA=DEVICE(BVHVGA,BVHXGA)
  41.  
  42. *:DELETING BGA LINES FOR PROTECT MODE
  43. DEVINFO=SCR,BGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  44. DEVINFO=SCR,BGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  45. SET VIO_8514A=DEVICE(BVHVGA,BVH8514A)
  46.  
  47. *:DELETING CGA LINES FOR PROTECT MODE
  48. DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  49. DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  50. SET VIO_CGA=DEVICE(BVHCGA)
  51.  
  52. *:DELETING EGA LINES FOR PROTECT MODE
  53. DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  54. DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  55. SET VIO_EGA=DEVICE(BVHEGA)
  56.  
  57. *:DELETING VGA LINES FOR PROTECT MODE
  58. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VVGA.SYS
  59. SET VIO_VGA=DEVICE(BVHVGA)
  60.  
  61. :DEL_CONFIG_LINE :MODE=PRIMARY :MODE=DOS
  62.  
  63. *:DELETING XGA LINES FOR REAL MODE
  64. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VXGA.SYS
  65.  
  66. *:DELETING BGA LINES FOR REAL MODE
  67. DEVICE=%BOOTDRIVE%:\OS2\MDOS\V8514A.SYS
  68.  
  69. *:DELETING CGA LINES FOR REAL MODE
  70. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VCGA.SYS
  71.  
  72. *:DELETING EGA LINES FOR REAL MODE
  73. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VEGA.SYS
  74.  
  75. *:DELETING VGA LINES FOR REAL MODE
  76. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VVGA.SYS
  77.  
  78. :OS2INI :MODE=PRIMARY
  79. %BOOTDRIVE%:\OS2\INSTALL\REINSTAL.INI
  80. InstallWindow VIOADAPTERSTR 7
  81.  
  82. :OS2INI :MODE=SECONDARY
  83. %BOOTDRIVE%:\OS2\INSTALL\REINSTAL.INI
  84. InstallWindow VIOADAPTER2STR 7
  85.  
  86. :OS2INI :MODE=PRIMARY
  87. OS2.INI
  88. PM_DISPLAYDRIVERS  CIRRUS         CIRRUS
  89. PM_DISPLAYDRIVERS  CURRENTDRIVER  CIRRUS
  90. PM_DISPLAYDRIVERS  DEFAULTDRIVER  CIRRUS
  91. PM_Fonts           COURIERI
  92. PM_Fonts           HELVI
  93. PM_Fonts           TIMESI
  94.  
  95. * note graphics engine makes update to system.ini and win.ini based on
  96. * the entries below for each resolution selected in the system folder
  97. * PM_DISPLAYDRIVERS RESOLUTION_CHANGED 1 triggers graphics engine to
  98. * makes its updates during reboot.
  99.  
  100. :OS2INI :MODE=PRIMARY :MODE=WINDOWS
  101. OS2.INI
  102. PM_DISPLAYDRIVERS RESOLUTION_CHANGED 1
  103. WIN_RES_640x480x256        WIN_RES_SET    WIN_RES_WD_0
  104. WIN_RES_800x600x256        WIN_RES_SET    WIN_RES_WD_1
  105. WIN_RES_1024x768x256       WIN_RES_SET    WIN_RES_WD_2
  106. WIN_RES_1280x1024x256      WIN_RES_SET    WIN_RES_WD_3
  107.  
  108. WIN_RES_640x480x65536      WIN_RES_SET    WIN_RES_WD_4
  109. WIN_RES_800x600x65536      WIN_RES_SET    WIN_RES_WD_5
  110. WIN_RES_1024x768x65536     WIN_RES_SET    WIN_RES_WD_6
  111. * added next res per S. Yee
  112. WIN_RES_1280x1024x65536    WIN_RES_SET    WIN_RES_WD_7
  113.  
  114. WIN_RES_640x480x16777216   WIN_RES_SET    WIN_RES_WD_8
  115. WIN_RES_800x600x16777216   WIN_RES_SET    WIN_RES_WD_9
  116. * added next res per S. Yee
  117. WIN_RES_1024x768x16777216  WIN_RES_SET    WIN_RES_WD_10
  118.  
  119. WIN_RES_WD_0   1  "system.ini 256s1280.drv WidthxHeight  640x480"
  120. WIN_RES_WD_0   2  "system.ini boot display.drv 256_1280.drv"
  121. WIN_RES_WD_0   3  "system.ini boot sdisplay.drv 256s1280.drv"
  122. WIN_RES_WD_0   4  "system.ini boot.description display.drv \"Cirrus 54xx Accelerated 640x480x256 \""
  123. WIN_RES_WD_0   5  "system.ini boot.description sdisplay.drv \"Cirrus 54xx Accelerated 640x480x256 \""
  124. WIN_RES_WD_0   6  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  125. WIN_RES_WD_0   7  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  126. WIN_RES_WD_0   8  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  127. WIN_RES_WD_0   9  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  128. WIN_RES_WD_0  10  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  129. WIN_RES_WD_0  11  "system.ini clvga videomode 0x5f"
  130. WIN_RES_WD_0  12  "system.ini clvga logo 0"
  131. WIN_RES_WD_0  13  "system.ini boot fonts.fon vgasys.fon"
  132.  
  133. WIN_RES_WD_1   1  "system.ini 256s1280.drv  WidthxHeight  800x600"
  134. WIN_RES_WD_1   2  "system.ini boot display.drv 256_1280.drv"
  135. WIN_RES_WD_1   3  "system.ini boot sdisplay.drv 256s1280.drv"
  136. WIN_RES_WD_1   4  "system.ini boot.description display.drv \"Cirrus 54xx Accelerated 800x600x256 \""
  137. WIN_RES_WD_1   5  "system.ini boot.description sdisplay.drv \"Cirrus 54xx Accelerated 800x600x256 \""
  138. WIN_RES_WD_1   6  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  139. WIN_RES_WD_1   7  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  140. WIN_RES_WD_1   8  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  141. WIN_RES_WD_1   9  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  142. WIN_RES_WD_1  10  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  143. WIN_RES_WD_1  11  "system.ini clvga videomode 0x5c"
  144. WIN_RES_WD_1  12  "system.ini clvga logo 0"
  145. WIN_RES_WD_1  13  "system.ini boot fonts.fon vgasys.fon"
  146.  
  147. WIN_RES_WD_2   1  "system.ini 256s1280.drv WidthxHeight  1024x768"
  148. WIN_RES_WD_2   2  "system.ini boot display.drv 256_1280.drv"
  149. WIN_RES_WD_2   3  "system.ini boot sdisplay.drv 256s1280.drv"
  150. WIN_RES_WD_2   4  "system.ini boot.description display.drv \"Cirrus 54xx Accelerated 1024x768x256 \""
  151. WIN_RES_WD_2   5  "system.ini boot.description sdisplay.drv \"Cirrus 54xx Accelerated 1024x768x256 \""
  152. WIN_RES_WD_2   6  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (XGA res)\"  sseriff.fon"
  153. WIN_RES_WD_2   7  "win.ini fonts \"Courier 10,12,15 (XGA res)\"                courf.fon"
  154. WIN_RES_WD_2   8  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (XGA res)\"       seriff.fon"
  155. WIN_RES_WD_2   9  "win.ini fonts \"Symbol 8,10,12,14,18,24 (XGA res)\"         symbolf.fon"
  156. WIN_RES_WD_2  10  "win.ini fonts \"Small Fonts (XGA res)\"                     smallf.fon"
  157. WIN_RES_WD_2  11  "system.ini clvga videomode 0x60"
  158. WIN_RES_WD_2  12  "system.ini clvga logo 0"
  159. WIN_RES_WD_2  13  "system.ini boot fonts.fon xgasys.fon"
  160.  
  161. WIN_RES_WD_3   1  "system.ini 256s1280.drv WidthxHeight  1280x1024"
  162. WIN_RES_WD_3   2  "system.ini boot display.drv 256_1280.drv"
  163. WIN_RES_WD_3   3  "system.ini boot sdisplay.drv 256s1280.drv"
  164. WIN_RES_WD_3   4  "system.ini boot.description display.drv \"Cirrus 54xx Accelerated 1280x1024x256 \""
  165. WIN_RES_WD_3   5  "system.ini boot.description sdisplay.drv \"Cirrus 54xx Accelerated 1280x1024x256 \""
  166. WIN_RES_WD_3   6  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (XGA res)\"  sseriff.fon"
  167. WIN_RES_WD_3   7  "win.ini fonts \"Courier 10,12,15 (XGA res)\"                courf.fon"
  168. WIN_RES_WD_3   8  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (XGA res)\"       seriff.fon"
  169. WIN_RES_WD_3   9  "win.ini fonts \"Symbol 8,10,12,14,18,24 (XGA res)\"         symbolf.fon"
  170. WIN_RES_WD_3  10  "win.ini fonts \"Small Fonts (XGA res)\"                     smallf.fon"
  171. WIN_RES_WD_3  11  "system.ini clvga videomode 0x6d"
  172. WIN_RES_WD_3  12  "system.ini clvga logo 0"
  173. WIN_RES_WD_3  13  "system.ini boot fonts.fon xgasys.fon"
  174.  
  175. WIN_RES_WD_4   1  "system.ini 64ks1024.drv  WidthxHeight  640x480"
  176. WIN_RES_WD_4   2  "system.ini boot display.drv 64k_1024.drv"
  177. WIN_RES_WD_4   3  "system.ini boot sdisplay.drv 64ks1024.drv"
  178. WIN_RES_WD_4   4  "system.ini boot.description display.drv \"Cirrus 54xx Accelerated 640x480x65536 \""
  179. WIN_RES_WD_4   5  "system.ini boot.description sdisplay.drv \"Cirrus 54xx Accelerated 640x480x65536 \""
  180. WIN_RES_WD_4   6  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  181. WIN_RES_WD_4   7  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  182. WIN_RES_WD_4   8  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  183. WIN_RES_WD_4   9  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  184. WIN_RES_WD_4  10  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  185. WIN_RES_WD_4  11  "system.ini clvga videomode 0x64"
  186. WIN_RES_WD_4  12  "system.ini clvga logo 0"
  187. WIN_RES_WD_4  13  "system.ini boot fonts.fon vgasys.fon"
  188.  
  189. WIN_RES_WD_5   1  "system.ini 64ks1024.drv  WidthxHeight  800x600"
  190. WIN_RES_WD_5   2  "system.ini boot display.drv 64k_1024.drv"
  191. WIN_RES_WD_5   3  "system.ini boot sdisplay.drv 64ks1024.drv"
  192. WIN_RES_WD_5   4  "system.ini boot.description display.drv \"Cirrus 54xx Accelerated 800x600x65536 \""
  193. WIN_RES_WD_5   5  "system.ini boot.description sdisplay.drv \"Cirrus 54xx Accelerated 800x600x65536 \""
  194. WIN_RES_WD_5   6  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  195. WIN_RES_WD_5   7  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  196. WIN_RES_WD_5   8  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  197. WIN_RES_WD_5   9  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  198. WIN_RES_WD_5  10  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  199. WIN_RES_WD_5  11  "system.ini clvga videomode 0x65"
  200. WIN_RES_WD_5  12  "system.ini clvga logo 0"
  201. WIN_RES_WD_5  13  "system.ini boot fonts.fon vgasys.fon"
  202.  
  203. WIN_RES_WD_6   1  "system.ini 64ks1024.drv  WidthxHeight  1024x768"
  204. WIN_RES_WD_6   2  "system.ini boot display.drv 64k_1024.drv"
  205. WIN_RES_WD_6   3  "system.ini boot sdisplay.drv 64ks1024.drv"
  206. WIN_RES_WD_6   4  "system.ini boot.description display.drv \"Cirrus 54xx Accelerated 1024x768x65536 \""
  207. WIN_RES_WD_6   5  "system.ini boot.description sdisplay.drv \"Cirrus 54xx Accelerated 1024x768x65536 \""
  208. WIN_RES_WD_6   6  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (XGA res)\"  sseriff.fon"
  209. WIN_RES_WD_6   7  "win.ini fonts \"Courier 10,12,15 (XGA res)\"                courf.fon"
  210. WIN_RES_WD_6   8  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (XGA res)\"       seriff.fon"
  211. WIN_RES_WD_6   9  "win.ini fonts \"Symbol 8,10,12,14,18,24 (XGA res)\"         symbolf.fon"
  212. WIN_RES_WD_6  10  "win.ini fonts \"Small Fonts (XGA res)\"                     smallf.fon"
  213. WIN_RES_WD_6  11  "system.ini clvga videomode 0x74"
  214. WIN_RES_WD_6  12  "system.ini clvga logo 0"
  215. WIN_RES_WD_6  13  "system.ini boot fonts.fon xgasys.fon"
  216.  
  217. WIN_RES_WD_7   1  "system.ini 64ks1024.drv  WidthxHeight  1280x1024"
  218. WIN_RES_WD_7   2  "system.ini boot display.drv 64k_1024.drv"
  219. WIN_RES_WD_7   3  "system.ini boot sdisplay.drv 64ks1024.drv"
  220. WIN_RES_WD_7   4  "system.ini boot.description display.drv \"Cirrus 54xx Accelerated 1280x1024x65536 \""
  221. WIN_RES_WD_7   5  "system.ini boot.description sdisplay.drv \"Cirrus 54xx Accelerated 1280x1024x65536 \""
  222. WIN_RES_WD_7   6  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (XGA res)\"  sseriff.fon"
  223. WIN_RES_WD_7   7  "win.ini fonts \"Courier 10,12,15 (XGA res)\"                courf.fon"
  224. WIN_RES_WD_7   8  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (XGA res)\"       seriff.fon"
  225. WIN_RES_WD_7   9  "win.ini fonts \"Symbol 8,10,12,14,18,24 (XGA res)\"         symbolf.fon"
  226. WIN_RES_WD_7  10  "win.ini fonts \"Small Fonts (XGA res)\"                     smallf.fon"
  227. WIN_RES_WD_7  11  "system.ini clvga videomode 0x75"
  228. WIN_RES_WD_7  12  "system.ini clvga logo 0"
  229. WIN_RES_WD_7  13  "system.ini boot fonts.fon xgasys.fon"
  230.  
  231. WIN_RES_WD_8   1  "system.ini 16ms640.drv  WidthxHeight  640x480"
  232. WIN_RES_WD_8   2  "system.ini boot display.drv 16m_640.drv"
  233. WIN_RES_WD_8   3  "system.ini boot sdisplay.drv 16ms640.drv"
  234. WIN_RES_WD_8   4  "system.ini boot.description display.drv \"Cirrus 54xx Accelerated 640x480x16777216 \""
  235. WIN_RES_WD_8   5  "system.ini boot.description sdisplay.drv \"Cirrus 54xx Accelerated 640x480x16777216 \""
  236. WIN_RES_WD_8   6  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  237. WIN_RES_WD_8   7  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  238. WIN_RES_WD_8   8  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  239. WIN_RES_WD_8   9  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  240. WIN_RES_WD_8  10  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  241. WIN_RES_WD_8  11  "system.ini clvga videomode 0x71"
  242. WIN_RES_WD_8  12  "system.ini clvga logo 0"
  243. WIN_RES_WD_8  13  "system.ini boot fonts.fon vgasys.fon"
  244.  
  245. WIN_RES_WD_9   1  "system.ini 16ms640.drv  WidthxHeight  800x600"
  246. WIN_RES_WD_9   2  "system.ini boot display.drv 16m_640.drv"
  247. WIN_RES_WD_9   3  "system.ini boot sdisplay.drv 16ms640.drv"
  248. WIN_RES_WD_9   4  "system.ini boot.description display.drv \"Cirrus 54xx Accelerated 800x600x16777216 \""
  249. WIN_RES_WD_9   5  "system.ini boot.description sdisplay.drv \"Cirrus 54xx Accelerated 800x600x16777216 \""
  250. WIN_RES_WD_9   6  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  251. WIN_RES_WD_9   7  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  252. WIN_RES_WD_9   8  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  253. WIN_RES_WD_9   9  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  254. WIN_RES_WD_9  10  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  255. WIN_RES_WD_9  11  "system.ini clvga videomode 0x72"
  256. WIN_RES_WD_9  12  "system.ini clvga logo 0"
  257. WIN_RES_WD_9  13  "system.ini boot fonts.fon vgasys.fon"
  258.  
  259. WIN_RES_WD_10  1  "system.ini 16ms640.drv  WidthxHeight  1024x768"
  260. WIN_RES_WD_10  2  "system.ini boot display.drv 16m_640.drv"
  261. WIN_RES_WD_10  3  "system.ini boot sdisplay.drv 16ms640.drv"
  262. WIN_RES_WD_10  4  "system.ini boot.description display.drv \"Cirrus 54xx Accelerated 1024x768x16777216 \""
  263. WIN_RES_WD_10  5  "system.ini boot.description sdisplay.drv \"Cirrus 54xx Accelerated 1024x768x16777216 \""
  264. WIN_RES_WD_10  6  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (XGA res)\"  sserife.fon"
  265. WIN_RES_WD_10  7  "win.ini fonts \"Courier 10,12,15 (XGA res)\"                coure.fon"
  266. WIN_RES_WD_10  8  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (XGA res)\"       serife.fon"
  267. WIN_RES_WD_10  9  "win.ini fonts \"Symbol 8,10,12,14,18,24 (XGA res)\"         symbole.fon"
  268. WIN_RES_WD_10 10  "win.ini fonts \"Small Fonts (XGA res)\"                     smalle.fon"
  269. WIN_RES_WD_10 11  "system.ini clvga videomode 0x73"
  270. WIN_RES_WD_10 12  "system.ini clvga logo 0"
  271. WIN_RES_WD_10 13  "system.ini boot fonts.fon xgasys.fon"
  272.  
  273. * customize icon spacing below
  274. :WININI :MODE=PRIMARY :MODE=WINDOWS
  275. WIN.INI
  276. Desktop IconSpacing 100
  277.  
  278. * system.ini entries below are written during the display installation.
  279. * graphics engines then updates the system.ini based on the resolution
  280. * selected from above entries.  Therefore, put common system.ini entries below
  281.  
  282. :WININI :MODE=PRIMARY :MODE=WINDOWS
  283. SYSTEM.INI
  284. boot  useos2shield 1
  285. boot  os2shield winsheld.exe
  286. boot fonts.fon vgasys.fon
  287. boot display.drv 256_1280.drv
  288. boot sdisplay.drv 256s1280.drv
  289. boot.description display.drv \"Cirrus 54xx Accelerated 640x480x256 \"
  290. boot.description sdisplay.drv \"Cirrus 54xx Accelerated 640x480x256 \"
  291. 256s1280.drv  fontsize  96
  292. 256s1280.drv  dacdepth   6
  293. 256s1280.drv  Enable216  0
  294. 256s1280.drv WidthxHeight  640x480
  295. clvga videomode 0x5f
  296. clvga logo 0
  297.  
  298. :APPEND
  299.  
  300.