home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 33 VDrivers / 33-VDrivers.zip / s3os232.zip / s3.dsp < prev    next >
Text File  |  1993-12-03  |  15KB  |  290 lines

  1. :TITLE
  2.  
  3. S3 DSP
  4. :KEY
  5. S3
  6. :FILES :MODE=PRIMARY
  7. S3VIDEO %BOOTDRIVE%:
  8. *DISPLAY.DL_ %BOOTDRIVE%:
  9. *PMVIOP.DL_ %BOOTDRIVE%:
  10.  
  11. *:FILES :MODE=PRIMARY :MODE=DOS
  12.  
  13. :FILES :MODE=PRIMARY :MODE=WINDOWS
  14. S3WIN    %WINPATH%\SYSTEM
  15.  
  16. :CONFIG :MODE=PRIMARY
  17. DEVINFO=SCR,VGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  18. SET VIDEO_DEVICES=VIO_SVGA
  19. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA)
  20.  
  21. :CONFIG :MODE=PRIMARY :MODE=BIDI
  22. SET VIO_VGA=DEVICE(BVHVGA,BDBVH)
  23.  
  24. :CONFIG :MODE=PRIMARY :MODE=DOS
  25. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VSVGA.SYS
  26.  
  27. :DEL_CONFIG_LINE :MODE=PRIMARY
  28.  
  29. *:DELETING XGA LINES FOR PROTECT MODE
  30. DEVICE=%BOOTDRIVE%:\OS2\XGARING0.SYS
  31. DEVICE=%BOOTDRIVE%:\OS2\XGA.SYS
  32. BASEDEV=XGA.SYS
  33. SET VIO_XGA=DEVICE(BVHVGA,BVHXGA)
  34.  
  35. *:DELETING BGA LINES FOR PROTECT MODE
  36. DEVINFO=SCR,BGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  37. SET VIO_8514A=DEVICE(BVHVGA,BVH8514A)
  38.  
  39. *:DELETING CGA LINES FOR PROTECT MODE
  40. DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  41. SET VIO_CGA=DEVICE(BVHCGA)
  42.  
  43. *:DELETING EGA LINES FOR PROTECT MODE
  44. DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  45. SET VIO_EGA=DEVICE(BVHEGA)
  46.  
  47. *:DELETING VGA LINES FOR PROTECT MODE
  48. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VVGA.SYS
  49. SET VIO_VGA=DEVICE(BVHVGA)
  50.  
  51. :DEL_CONFIG_LINE :MODE=PRIMARY :MODE=DOS
  52.  
  53. *:DELETING S3 CORPS. DRIVERS STATEMENT FOR REAL MODE
  54. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VENH.SYS
  55.  
  56. *:DELETING XGA LINES FOR REAL MODE
  57. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VXGA.SYS
  58.  
  59. *:DELETING BGA LINES FOR REAL MODE
  60. DEVICE=%BOOTDRIVE%:\OS2\MDOS\V8514A.SYS
  61.  
  62. *:DELETING CGA LINES FOR REAL MODE
  63. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VCGA.SYS
  64.  
  65. *:DELETING EGA LINES FOR REAL MODE
  66. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VEGA.SYS
  67.  
  68. *:DELETING VGA LINES FOR REAL MODE
  69. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VVGA.SYS
  70.  
  71. :OS2INI :MODE=PRIMARY
  72. %BOOTDRIVE%:\OS2\INSTALL\REINSTAL.INI
  73. InstallWindow VIOADAPTERSTR 7
  74.  
  75. :OS2INI :MODE=SECONDARY
  76. %BOOTDRIVE%:\OS2\INSTALL\REINSTAL.INI
  77. InstallWindow VIOADAPTER2STR 7
  78.  
  79. :OS2INI :MODE=PRIMARY
  80. OS2.INI
  81. PM_DISPLAYDRIVERS  IBMS332        IBMS332
  82. PM_DISPLAYDRIVERS  CURRENTDRIVER  IBMS332
  83. PM_DISPLAYDRIVERS  DEFAULTDRIVER  IBMS332
  84. PM_Fonts           COURIERI
  85. PM_Fonts           HELVI
  86. PM_Fonts           TIMESI
  87.  
  88. * Note: win.ini font statements are missing. Should be included if
  89. * font support for 1024x768 and 1280x768 is the same as XGA's.
  90. :OS2INI :MODE=PRIMARY :MODE=WINDOWS
  91. OS2.INI
  92. PM_DISPLAYDRIVERS RESOLUTION_CHANGED 1
  93. WIN_RES_640x480x16     WIN_RES_SET    WIN_RES_S3_0
  94. WIN_RES_640x480x256    WIN_RES_SET    WIN_RES_S3_1
  95. WIN_RES_640x480x65536  WIN_RES_SET    WIN_RES_S3_2
  96. WIN_RES_800x600x256    WIN_RES_SET    WIN_RES_S3_3
  97. WIN_RES_800x600x65536  WIN_RES_SET    WIN_RES_S3_4
  98. WIN_RES_1024x768x256   WIN_RES_SET    WIN_RES_S3_5
  99. WIN_RES_1024x768x65536 WIN_RES_SET    WIN_RES_S3_6
  100. WIN_RES_1280x1024x256  WIN_RES_SET    WIN_RES_S3_7
  101. WIN_RES_640x480x16777216  WIN_RES_SET    WIN_RES_S3_8
  102. WIN_RES_S3_0   1  "system.ini boot sdisplay.drv swinvga.drv"
  103. WIN_RES_S3_0   2  "system.ini boot display.drv vga.drv"
  104. WIN_RES_S3_0   3  "system.ini boot fonts.fon vgasys.fon"
  105. WIN_RES_S3_0   4  "system.ini boot fixedfon.fon vgafix.fon"
  106. WIN_RES_S3_0   5  "system.ini boot oemfonts.fon vgaoem.fon"
  107. WIN_RES_S3_0   6  "win.ini fonts \"Symbol %ANYSTRING%\"
  108. WIN_RES_S3_0   7  "win.ini fonts \"Helv %ANYSTRING%\"
  109. WIN_RES_S3_0   8  "win.ini fonts \"Tms Rmn %ANYSTRING%\"
  110. WIN_RES_S3_0   9  "win.ini fonts \"Courier %ANYSTRING%\"
  111. WIN_RES_S3_0  10  "win.ini fonts \"MS Sans Serif %ANYSTRING%\"
  112. WIN_RES_S3_0  11  "win.ini fonts \"MS Serif %ANYSTRING%\"
  113. WIN_RES_S3_0  12  "win.ini fonts \"Small Fonts %ANYSTRING%\"
  114. WIN_RES_S3_0  13  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  115. WIN_RES_S3_0  14  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  116. WIN_RES_S3_0  15  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  117. WIN_RES_S3_0  16  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  118. WIN_RES_S3_0  17  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  119. WIN_RES_S3_1   1  "system.ini boot sdisplay.drv ss3640.drv"
  120. WIN_RES_S3_1   2  "system.ini boot display.drv s3w640.drv"
  121. WIN_RES_S3_1   3  "system.ini boot fonts.fon vgasys.fon"
  122. WIN_RES_S3_1   4  "system.ini boot fixedfon.fon vgafix.fon"
  123. WIN_RES_S3_1   5  "system.ini boot oemfonts.fon vgaoem.fon"
  124. WIN_RES_S3_1   6  "system.ini boot.description display.drv 640x480"
  125. WIN_RES_S3_1   7  "system.ini boot.description sdisplay.drv 640x480"
  126. WIN_RES_S3_1   8  "win.ini fonts \"Symbol %ANYSTRING%\"
  127. WIN_RES_S3_1   9  "win.ini fonts \"Helv %ANYSTRING%\"
  128. WIN_RES_S3_1  10  "win.ini fonts \"Tms Rmn %ANYSTRING%\"
  129. WIN_RES_S3_1  11  "win.ini fonts \"Courier %ANYSTRING%\"
  130. WIN_RES_S3_1  12  "win.ini fonts \"MS Sans Serif %ANYSTRING%\"
  131. WIN_RES_S3_1  13  "win.ini fonts \"MS Serif %ANYSTRING%\"
  132. WIN_RES_S3_1  14  "win.ini fonts \"Small Fonts %ANYSTRING%\"
  133. WIN_RES_S3_1  15  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  134. WIN_RES_S3_1  16  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  135. WIN_RES_S3_1  17  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  136. WIN_RES_S3_1  18  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  137. WIN_RES_S3_1  19  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  138. WIN_RES_S3_2   1  "system.ini boot sdisplay.drv swins316.drv"
  139. WIN_RES_S3_2   2  "system.ini boot display.drv s316.drv"
  140. WIN_RES_S3_2   3  "system.ini boot fonts.fon vgasys.fon"
  141. WIN_RES_S3_2   4  "system.ini boot fixedfon.fon vgafix.fon"
  142. WIN_RES_S3_2   5  "system.ini boot oemfonts.fon vgaoem.fon"
  143. WIN_RES_S3_2   6  "system.ini boot.description display.drv 640x480x64K"
  144. WIN_RES_S3_2   7  "system.ini boot.description sdisplay.drv 640x480x64K"
  145. WIN_RES_S3_2   8  "win.ini fonts \"Symbol %ANYSTRING%\"
  146. WIN_RES_S3_2   9  "win.ini fonts \"Helv %ANYSTRING%\"
  147. WIN_RES_S3_2  10  "win.ini fonts \"Tms Rmn %ANYSTRING%\"
  148. WIN_RES_S3_2  11  "win.ini fonts \"Courier %ANYSTRING%\"
  149. WIN_RES_S3_2  12  "win.ini fonts \"MS Sans Serif %ANYSTRING%\"
  150. WIN_RES_S3_2  13  "win.ini fonts \"MS Serif %ANYSTRING%\"
  151. WIN_RES_S3_2  14  "win.ini fonts \"Small Fonts %ANYSTRING%\"
  152. WIN_RES_S3_2  15  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  153. WIN_RES_S3_2  16  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  154. WIN_RES_S3_2  17  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  155. WIN_RES_S3_2  18  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  156. WIN_RES_S3_2  19  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  157. WIN_RES_S3_3   1  "system.ini boot sdisplay.drv ss3800.drv"
  158. WIN_RES_S3_3   2  "system.ini boot display.drv s3w800.drv"
  159. WIN_RES_S3_3   3  "system.ini boot fonts.fon vgasys.fon"
  160. WIN_RES_S3_3   4  "system.ini boot fixedfon.fon vgafix.fon"
  161. WIN_RES_S3_3   5  "system.ini boot oemfonts.fon vgaoem.fon"
  162. WIN_RES_S3_3   6  "system.ini boot.description display.drv 800x600"
  163. WIN_RES_S3_3   7  "system.ini boot.description sdisplay.drv 800x600"
  164. WIN_RES_S3_3   8  "win.ini fonts \"Symbol %ANYSTRING%\"
  165. WIN_RES_S3_3   9  "win.ini fonts \"Helv %ANYSTRING%\"
  166. WIN_RES_S3_3  10  "win.ini fonts \"Tms Rmn %ANYSTRING%\"
  167. WIN_RES_S3_3  11  "win.ini fonts \"Courier %ANYSTRING%\"
  168. WIN_RES_S3_3  12  "win.ini fonts \"MS Sans Serif %ANYSTRING%\"
  169. WIN_RES_S3_3  13  "win.ini fonts \"MS Serif %ANYSTRING%\"
  170. WIN_RES_S3_3  14  "win.ini fonts \"Small Fonts %ANYSTRING%\"
  171. WIN_RES_S3_3  15  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  172. WIN_RES_S3_3  16  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  173. WIN_RES_S3_3  17  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  174. WIN_RES_S3_3  18  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  175. WIN_RES_S3_3  19  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  176. WIN_RES_S3_4   1  "system.ini boot sdisplay.drv swins316.drv"
  177. WIN_RES_S3_4   2  "system.ini boot display.drv s316.drv"
  178. WIN_RES_S3_4   3  "system.ini boot fonts.fon vgasys.fon"
  179. WIN_RES_S3_4   4  "system.ini boot fixedfon.fon vgafix.fon"
  180. WIN_RES_S3_4   5  "system.ini boot oemfonts.fon vgaoem.fon"
  181. WIN_RES_S3_4   6  "system.ini boot.description display.drv 800x600x64K"
  182. WIN_RES_S3_4   7  "system.ini boot.description sdisplay.drv 800x600x64K"
  183. WIN_RES_S3_4   8  "win.ini fonts \"Symbol %ANYSTRING%\"
  184. WIN_RES_S3_4   9  "win.ini fonts \"Helv %ANYSTRING%\"
  185. WIN_RES_S3_4  10  "win.ini fonts \"Tms Rmn %ANYSTRING%\"
  186. WIN_RES_S3_4  11  "win.ini fonts \"Courier %ANYSTRING%\"
  187. WIN_RES_S3_4  12  "win.ini fonts \"MS Sans Serif %ANYSTRING%\"
  188. WIN_RES_S3_4  13  "win.ini fonts \"MS Serif %ANYSTRING%\"
  189. WIN_RES_S3_4  14  "win.ini fonts \"Small Fonts %ANYSTRING%\"
  190. WIN_RES_S3_4  15  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  191. WIN_RES_S3_4  16  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  192. WIN_RES_S3_4  17  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  193. WIN_RES_S3_4  18  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  194. WIN_RES_S3_4  19  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  195. WIN_RES_S3_5   1  "system.ini boot sdisplay.drv ss31k.drv"
  196. WIN_RES_S3_5   2  "system.ini boot display.drv s3w1k.drv"
  197. WIN_RES_S3_5   3  "system.ini boot fonts.fon xgasys.fon"
  198. WIN_RES_S3_5   4  "system.ini boot fixedfon.fon xgafix.fon"
  199. WIN_RES_S3_5   5  "system.ini boot oemfonts.fon xgaoem.fon"
  200. WIN_RES_S3_5   6  "system.ini boot.description display.drv 1024x768"
  201. WIN_RES_S3_5   7  "system.ini boot.description sdisplay.drv 1024x768"
  202. WIN_RES_S3_5   8  "win.ini fonts \"Symbol %ANYSTRING%\"
  203. WIN_RES_S3_5   9  "win.ini fonts \"Helv %ANYSTRING%\"
  204. WIN_RES_S3_5  10  "win.ini fonts \"Tms Rmn %ANYSTRING%\"
  205. WIN_RES_S3_5  11  "win.ini fonts \"Courier %ANYSTRING%\"
  206. WIN_RES_S3_5  12  "win.ini fonts \"MS Sans Serif %ANYSTRING%\"
  207. WIN_RES_S3_5  13  "win.ini fonts \"MS Serif %ANYSTRING%\"
  208. WIN_RES_S3_5  14  "win.ini fonts \"Small Fonts %ANYSTRING%\"
  209. WIN_RES_S3_5  15  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (XGA res)\"  sserifg.fon"
  210. WIN_RES_S3_5  16  "win.ini fonts \"Courier 10,12,15 (XGA res)\"                courg.fon"
  211. WIN_RES_S3_5  17  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (XGA res)\"       serifg.fon"
  212. WIN_RES_S3_5  18  "win.ini fonts \"Symbol 8,10,12,14,18,24 (XGA res)\"         symbolg.fon"
  213. WIN_RES_S3_5  19  "win.ini fonts \"Small Fonts (XGA res)\"                     smallg.fon"
  214. WIN_RES_S3_6   1  "system.ini boot sdisplay.drv swins316.drv"
  215. WIN_RES_S3_6   2  "system.ini boot display.drv s316.drv"
  216. WIN_RES_S3_6   3  "system.ini boot fonts.fon xgasys.fon"
  217. WIN_RES_S3_6   4  "system.ini boot fixedfon.fon xgafix.fon"
  218. WIN_RES_S3_6   5  "system.ini boot oemfonts.fon xgaoem.fon"
  219. WIN_RES_S3_6   6  "system.ini boot.description display.drv 1024x768x64K"
  220. WIN_RES_S3_6   7  "system.ini boot.description sdisplay.drv 1024x768x64K"
  221. WIN_RES_S3_6   8  "win.ini fonts \"Symbol %ANYSTRING%\"
  222. WIN_RES_S3_6   9  "win.ini fonts \"Helv %ANYSTRING%\"
  223. WIN_RES_S3_6  10  "win.ini fonts \"Tms Rmn %ANYSTRING%\"
  224. WIN_RES_S3_6  11  "win.ini fonts \"Courier %ANYSTRING%\"
  225. WIN_RES_S3_6  12  "win.ini fonts \"MS Sans Serif %ANYSTRING%\"
  226. WIN_RES_S3_6  13  "win.ini fonts \"MS Serif %ANYSTRING%\"
  227. WIN_RES_S3_6  14  "win.ini fonts \"Small Fonts %ANYSTRING%\"
  228. WIN_RES_S3_6  15  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (XGA res)\"  sserifg.fon"
  229. WIN_RES_S3_6  16  "win.ini fonts \"Courier 10,12,15 (XGA res)\"                courg.fon"
  230. WIN_RES_S3_6  17  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (XGA res)\"       serifg.fon"
  231. WIN_RES_S3_6  18  "win.ini fonts \"Symbol 8,10,12,14,18,24 (XGA res)\"         symbolg.fon"
  232. WIN_RES_S3_6  19  "win.ini fonts \"Small Fonts (XGA res)\"                     smallg.fon"
  233. WIN_RES_S3_7   1  "system.ini boot sdisplay.drv ss31288.drv"
  234. WIN_RES_S3_7   2  "system.ini boot display.drv s3w1280.drv"
  235. WIN_RES_S3_7   3  "system.ini boot fonts.fon xgasys.fon"
  236. WIN_RES_S3_7   4  "system.ini boot fixedfon.fon xgafix.fon"
  237. WIN_RES_S3_7   5  "system.ini boot oemfonts.fon xgaoem.fon"
  238. WIN_RES_S3_7   6  "system.ini boot.description display.drv 1280x1024"
  239. WIN_RES_S3_7   7  "system.ini boot.description sdisplay.drv 1280x1024"
  240. WIN_RES_S3_7   8  "win.ini fonts \"Symbol %ANYSTRING%\"
  241. WIN_RES_S3_7   9  "win.ini fonts \"Helv %ANYSTRING%\"
  242. WIN_RES_S3_7  10  "win.ini fonts \"Tms Rmn %ANYSTRING%\"
  243. WIN_RES_S3_7  11  "win.ini fonts \"Courier %ANYSTRING%\"
  244. WIN_RES_S3_7  12  "win.ini fonts \"MS Sans Serif %ANYSTRING%\"
  245. WIN_RES_S3_7  13  "win.ini fonts \"MS Serif %ANYSTRING%\"
  246. WIN_RES_S3_7  14  "win.ini fonts \"Small Fonts %ANYSTRING%\"
  247. WIN_RES_S3_7  15  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (XGA res)\"  sserifg.fon"
  248. WIN_RES_S3_7  16  "win.ini fonts \"Courier 10,12,15 (XGA res)\"                courg.fon"
  249. WIN_RES_S3_7  17  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (XGA res)\"       serifg.fon"
  250. WIN_RES_S3_7  18  "win.ini fonts \"Symbol 8,10,12,14,18,24 (XGA res)\"         symbolg.fon"
  251. WIN_RES_S3_7  19  "win.ini fonts \"Small Fonts (XGA res)\"                     smallg.fon"
  252. WIN_RES_S3_8   1  "system.ini boot sdisplay.drv swins324.drv"
  253. WIN_RES_S3_8   2  "system.ini boot display.drv s324.drv"
  254. WIN_RES_S3_8   3  "system.ini boot fonts.fon vgasys.fon"
  255. WIN_RES_S3_8   4  "system.ini boot fixedfon.fon vgafix.fon"
  256. WIN_RES_S3_8   5  "system.ini boot oemfonts.fon vgaoem.fon"
  257. WIN_RES_S3_8   6  "system.ini boot.description display.drv 640x480x16M"
  258. WIN_RES_S3_8   7  "system.ini boot.description sdisplay.drv 640x480x16M"
  259. WIN_RES_S3_8   8  "win.ini fonts \"Symbol %ANYSTRING%\"
  260. WIN_RES_S3_8   9  "win.ini fonts \"Helv %ANYSTRING%\"
  261. WIN_RES_S3_8  10  "win.ini fonts \"Tms Rmn %ANYSTRING%\"
  262. WIN_RES_S3_8  11  "win.ini fonts \"Courier %ANYSTRING%\"
  263. WIN_RES_S3_8  12  "win.ini fonts \"MS Sans Serif %ANYSTRING%\"
  264. WIN_RES_S3_8  13  "win.ini fonts \"MS Serif %ANYSTRING%\"
  265. WIN_RES_S3_8  14  "win.ini fonts \"Small Fonts %ANYSTRING%\"
  266. WIN_RES_S3_8  15  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  267. WIN_RES_S3_8  16  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  268. WIN_RES_S3_8  17  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  269. WIN_RES_S3_8  18  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  270. WIN_RES_S3_8  19  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  271.  
  272. * customize icon spacing for s3 below
  273. :WININI :MODE=PRIMARY :MODE=WINDOWS
  274. WIN.INI
  275. Desktop IconSpacing 100
  276.  
  277. * system.ini entries below will be overwritten by graphics engine after reboot.
  278. * if graphic engine fails to update system.ini for some reason
  279. * the entries below are the default.
  280.  
  281. :WININI :MODE=PRIMARY :MODE=WINDOWS
  282. SYSTEM.INI
  283. boot sdisplay.drv ss31k.drv
  284. boot display.drv s3w1k.drv
  285. boot fonts.fon xgasys.fon
  286. boot fixedfon.fon xgafix.fon
  287. boot oemfonts.fon xgaoem.fon
  288. boot.description display.drv 1024x768
  289. boot.description sdisplay.drv 1024x768
  290.