home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 33 VDrivers / 33-VDrivers.zip / ct65548.zip / chips548.dsp < prev    next >
Text File  |  1996-03-25  |  15KB  |  300 lines

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