home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 33 VDrivers / 33-VDrivers.zip / s3864os2.dsk / S3.DSP < prev    next >
Text File  |  1994-01-18  |  10KB  |  210 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_800x600x256    WIN_RES_SET    WIN_RES_S3_3
  96. WIN_RES_1024x768x256   WIN_RES_SET    WIN_RES_S3_5
  97. WIN_RES_1280x1024x256  WIN_RES_SET    WIN_RES_S3_7
  98. WIN_RES_S3_0   1  "system.ini boot sdisplay.drv swinvga.drv"
  99. WIN_RES_S3_0   2  "system.ini boot display.drv vga.drv"
  100. WIN_RES_S3_0   3  "system.ini boot fonts.fon vgasys.fon"
  101. WIN_RES_S3_0   4  "system.ini boot fixedfon.fon vgafix.fon"
  102. WIN_RES_S3_0   5  "system.ini boot oemfonts.fon vgaoem.fon"
  103. WIN_RES_S3_0   6  "win.ini fonts \"Symbol %ANYSTRING%\"
  104. WIN_RES_S3_0   7  "win.ini fonts \"Helv %ANYSTRING%\"
  105. WIN_RES_S3_0   8  "win.ini fonts \"Tms Rmn %ANYSTRING%\"
  106. WIN_RES_S3_0   9  "win.ini fonts \"Courier %ANYSTRING%\"
  107. WIN_RES_S3_0  10  "win.ini fonts \"MS Sans Serif %ANYSTRING%\"
  108. WIN_RES_S3_0  11  "win.ini fonts \"MS Serif %ANYSTRING%\"
  109. WIN_RES_S3_0  12  "win.ini fonts \"Small Fonts %ANYSTRING%\"
  110. WIN_RES_S3_0  13  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  111. WIN_RES_S3_0  14  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  112. WIN_RES_S3_0  15  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  113. WIN_RES_S3_0  16  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  114. WIN_RES_S3_0  17  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  115. WIN_RES_S3_1   1  "system.ini boot sdisplay.drv ss3640.drv"
  116. WIN_RES_S3_1   2  "system.ini boot display.drv s3w640.drv"
  117. WIN_RES_S3_1   3  "system.ini boot fonts.fon vgasys.fon"
  118. WIN_RES_S3_1   4  "system.ini boot fixedfon.fon vgafix.fon"
  119. WIN_RES_S3_1   5  "system.ini boot oemfonts.fon vgaoem.fon"
  120. WIN_RES_S3_1   6  "system.ini boot.description display.drv 640x480"
  121. WIN_RES_S3_1   7  "system.ini boot.description sdisplay.drv 640x480"
  122. WIN_RES_S3_1   8  "win.ini fonts \"Symbol %ANYSTRING%\"
  123. WIN_RES_S3_1   9  "win.ini fonts \"Helv %ANYSTRING%\"
  124. WIN_RES_S3_1  10  "win.ini fonts \"Tms Rmn %ANYSTRING%\"
  125. WIN_RES_S3_1  11  "win.ini fonts \"Courier %ANYSTRING%\"
  126. WIN_RES_S3_1  12  "win.ini fonts \"MS Sans Serif %ANYSTRING%\"
  127. WIN_RES_S3_1  13  "win.ini fonts \"MS Serif %ANYSTRING%\"
  128. WIN_RES_S3_1  14  "win.ini fonts \"Small Fonts %ANYSTRING%\"
  129. WIN_RES_S3_1  15  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  130. WIN_RES_S3_1  16  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  131. WIN_RES_S3_1  17  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  132. WIN_RES_S3_1  18  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  133. WIN_RES_S3_1  19  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  134. WIN_RES_S3_3   1  "system.ini boot sdisplay.drv ss3800.drv"
  135. WIN_RES_S3_3   2  "system.ini boot display.drv s3w800.drv"
  136. WIN_RES_S3_3   3  "system.ini boot fonts.fon vgasys.fon"
  137. WIN_RES_S3_3   4  "system.ini boot fixedfon.fon vgafix.fon"
  138. WIN_RES_S3_3   5  "system.ini boot oemfonts.fon vgaoem.fon"
  139. WIN_RES_S3_3   6  "system.ini boot.description display.drv 800x600"
  140. WIN_RES_S3_3   7  "system.ini boot.description sdisplay.drv 800x600"
  141. WIN_RES_S3_3   8  "win.ini fonts \"Symbol %ANYSTRING%\"
  142. WIN_RES_S3_3   9  "win.ini fonts \"Helv %ANYSTRING%\"
  143. WIN_RES_S3_3  10  "win.ini fonts \"Tms Rmn %ANYSTRING%\"
  144. WIN_RES_S3_3  11  "win.ini fonts \"Courier %ANYSTRING%\"
  145. WIN_RES_S3_3  12  "win.ini fonts \"MS Sans Serif %ANYSTRING%\"
  146. WIN_RES_S3_3  13  "win.ini fonts \"MS Serif %ANYSTRING%\"
  147. WIN_RES_S3_3  14  "win.ini fonts \"Small Fonts %ANYSTRING%\"
  148. WIN_RES_S3_3  15  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  149. WIN_RES_S3_3  16  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  150. WIN_RES_S3_3  17  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  151. WIN_RES_S3_3  18  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  152. WIN_RES_S3_3  19  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  153. WIN_RES_S3_5   1  "system.ini boot sdisplay.drv ss31k.drv"
  154. WIN_RES_S3_5   2  "system.ini boot display.drv s3w1k.drv"
  155. WIN_RES_S3_5   3  "system.ini boot fonts.fon xgasys.fon"
  156. WIN_RES_S3_5   4  "system.ini boot fixedfon.fon xgafix.fon"
  157. WIN_RES_S3_5   5  "system.ini boot oemfonts.fon xgaoem.fon"
  158. WIN_RES_S3_5   6  "system.ini boot.description display.drv 1024x768"
  159. WIN_RES_S3_5   7  "system.ini boot.description sdisplay.drv 1024x768"
  160. WIN_RES_S3_5   8  "win.ini fonts \"Symbol %ANYSTRING%\"
  161. WIN_RES_S3_5   9  "win.ini fonts \"Helv %ANYSTRING%\"
  162. WIN_RES_S3_5  10  "win.ini fonts \"Tms Rmn %ANYSTRING%\"
  163. WIN_RES_S3_5  11  "win.ini fonts \"Courier %ANYSTRING%\"
  164. WIN_RES_S3_5  12  "win.ini fonts \"MS Sans Serif %ANYSTRING%\"
  165. WIN_RES_S3_5  13  "win.ini fonts \"MS Serif %ANYSTRING%\"
  166. WIN_RES_S3_5  14  "win.ini fonts \"Small Fonts %ANYSTRING%\"
  167. WIN_RES_S3_5  15  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (XGA res)\"  sserifg.fon"
  168. WIN_RES_S3_5  16  "win.ini fonts \"Courier 10,12,15 (XGA res)\"                courg.fon"
  169. WIN_RES_S3_5  17  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (XGA res)\"       serifg.fon"
  170. WIN_RES_S3_5  18  "win.ini fonts \"Symbol 8,10,12,14,18,24 (XGA res)\"         symbolg.fon"
  171. WIN_RES_S3_5  19  "win.ini fonts \"Small Fonts (XGA res)\"                     smallg.fon"
  172. WIN_RES_S3_7   1  "system.ini boot sdisplay.drv ss31288.drv"
  173. WIN_RES_S3_7   2  "system.ini boot display.drv s3w1280.drv"
  174. WIN_RES_S3_7   3  "system.ini boot fonts.fon xgasys.fon"
  175. WIN_RES_S3_7   4  "system.ini boot fixedfon.fon xgafix.fon"
  176. WIN_RES_S3_7   5  "system.ini boot oemfonts.fon xgaoem.fon"
  177. WIN_RES_S3_7   6  "system.ini boot.description display.drv 1280x1024"
  178. WIN_RES_S3_7   7  "system.ini boot.description sdisplay.drv 1280x1024"
  179. WIN_RES_S3_7   8  "win.ini fonts \"Symbol %ANYSTRING%\"
  180. WIN_RES_S3_7   9  "win.ini fonts \"Helv %ANYSTRING%\"
  181. WIN_RES_S3_7  10  "win.ini fonts \"Tms Rmn %ANYSTRING%\"
  182. WIN_RES_S3_7  11  "win.ini fonts \"Courier %ANYSTRING%\"
  183. WIN_RES_S3_7  12  "win.ini fonts \"MS Sans Serif %ANYSTRING%\"
  184. WIN_RES_S3_7  13  "win.ini fonts \"MS Serif %ANYSTRING%\"
  185. WIN_RES_S3_7  14  "win.ini fonts \"Small Fonts %ANYSTRING%\"
  186. WIN_RES_S3_7  15  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (XGA res)\"  sserifg.fon"
  187. WIN_RES_S3_7  16  "win.ini fonts \"Courier 10,12,15 (XGA res)\"                courg.fon"
  188. WIN_RES_S3_7  17  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (XGA res)\"       serifg.fon"
  189. WIN_RES_S3_7  18  "win.ini fonts \"Symbol 8,10,12,14,18,24 (XGA res)\"         symbolg.fon"
  190. WIN_RES_S3_7  19  "win.ini fonts \"Small Fonts (XGA res)\"                     smallg.fon"
  191.  
  192. * customize icon spacing for s3 below
  193. :WININI :MODE=PRIMARY :MODE=WINDOWS
  194. WIN.INI
  195. Desktop IconSpacing 100
  196.  
  197. * system.ini entries below will be overwritten by graphics engine after reboot.
  198. * if graphic engine fails to update system.ini for some reason
  199. * the entries below are the default.
  200.  
  201. :WININI :MODE=PRIMARY :MODE=WINDOWS
  202. SYSTEM.INI
  203. boot sdisplay.drv ss31k.drv
  204. boot display.drv s3w1k.drv
  205. boot fonts.fon xgasys.fon
  206. boot fixedfon.fon xgafix.fon
  207. boot oemfonts.fon xgaoem.fon
  208. boot.description display.drv 1024x768
  209. boot.description sdisplay.drv 1024x768
  210.