home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 July / VPR9707B.ISO / DRIVER / IBM / HXD103 / OEMCYBR3.INF < prev    next >
INI File  |  1996-09-02  |  18KB  |  452 lines

  1. ;=======================================================================
  2. ;
  3. ; NAME: OEMSETUP.INF (Windows 3.1)
  4. ;
  5. ; DESCRIPTION:
  6. ;   This file is a installation description file of Windows 3.1 display
  7. ;   driver for ThinkPad series which have Cyber9320 video chip.
  8. ;   This file is utilized by the SETUP.EXE in Windows 3.1.
  9. ;
  10. ; SYSTEM.INI
  11. ; [Cyber9320]
  12. ; LCDResolution=640x480/800x600
  13. ; CRTResolution=640x480/800x600/1024x768/1280x1024
  14. ; VirtualScreen=No/640x480/800x600/1024x768/1280x1024
  15. ; ColorDepth=8/16
  16. ; ResolutionChange=No/Yes
  17. ; ResourceSize=Small/Large
  18. ; CursorSize=Small/Large
  19. ; CursorColor=Normal/Black/Reverse/Transparent
  20. ; StartupScreen=LeftTop/LeftBottom/RightTop/RightBottom/Center
  21. ; BorderSpace=0-99
  22. ; DisplayType=Color/Mono
  23. ; FrameBufferAddress=nnn
  24. ;
  25. ;=======================================================================
  26.  
  27. [data]
  28. Version=3.1
  29.  
  30. [disks]
  31. X =., "ビデオ・サポート・ディスケット for Windows 3.1", "WIN31_DISP"
  32.  
  33. [display]
  34. ;=======================================================================
  35. ; The string following the driver description specifies the screen
  36. ; resolution. It is used ONLY to match the system and OEM character sets
  37. ; with the display selection.
  38. ;=======================================================================
  39. ;PROF  = <DRIVER>,      <DESCRIPTION OF DRIVER>,                 <RESOLUTION>,  <286 GRABBER>,  <LOGO CODE>,   <VDD>,          <386GRABR>,     , <LOGO DATA>,   <EXECUTION SECTION>
  40. ;-----   -------------- ---------------------------------------- -------------- --------------- -------------- --------------- --------------- - -------------- -------------------
  41. fbr1ht = X:cybw31h.drv, "Cyber9320  640x480 65536  ゴシック  9pt.", "100,72,72",   X:vgacolrj.2gr, X:vgalogo.lgo, X:cybvdd31.386, X:vgadibj.3gr,  , X:vgalogo.rle, FBR1HT
  42. fbr1hs = X:cybw31h.drv, "Cyber9320  640x480 65536  ゴシック 10pt.", "100,96,96",   X:vgacolrj.2gr, X:vgalogo.lgo, X:cybvdd31.386, X:vgadibj.3gr,  , X:vgalogo.rle, FBR1HS
  43. fbr2ht = X:cybw31h.drv, "Cyber9320  800x600 65536  ゴシック  9pt.", "100,72,72",   X:vgacolrj.2gr, X:vgalogo.lgo, X:cybvdd31.386, X:vgadibj.3gr,  , X:vgalogo.rle, FBR2HT
  44. fbr2hs = X:cybw31h.drv, "Cyber9320  800x600 65536  ゴシック 10pt.", "100,96,96",   X:vgacolrj.2gr, X:vgalogo.lgo, X:cybvdd31.386, X:vgadibj.3gr,  , X:vgalogo.rle, FBR2HS
  45. fbr2hg = X:cybw31h.drv, "Cyber9320  800x600 65536  ゴシック 12pt.", "100,120,120", X:vgacolrj.2gr, X:vgalogo.lgo, X:cybvdd31.386, X:vgadibjm.3gr, , X:vgalogo.rle, FBR2HG
  46. fbr2hm = X:cybw31h.drv, "Cyber9320  800x600 65536  明朝  12pt.", "100,121,121", X:vgacolrj.2gr, X:vgalogo.lgo, X:cybvdd31.386, X:vgadibjm.3gr, , X:vgalogo.rle, FBR2HM
  47.  
  48.  
  49. ; copy these fonts depending on the 386 grabber being used
  50. [VGADIBJ.3GR]
  51. X:CGA40WOA.FON,X:CGA40WOA.FON
  52. X:CGA80WOA.FON,X:CGA80WOA.FON
  53. X:EGA40WOA.FON,X:EGA40WOA.FON
  54. X:EGA80WOA.FON,X:EGA80WOA.FON
  55.  
  56. [VGADIBJM.3GR]
  57. X:CGA40WOA.FON,X:EGA40WOA.FON
  58. X:CGA80WOA.FON,X:EGA80WOA.FON
  59. X:EGA40WOA.FON,X:VGA40W16.FON
  60. X:EGA80WOA.FON,X:VGA80W16.FON
  61.  
  62. [VGADIBJL.3GR]
  63. X:CGA40WOA.FON,X:VGA40W14.FON
  64. X:CGA80WOA.FON,X:VGA80W14.FON
  65. X:EGA40WOA.FON,X:BGA40WOA.FON
  66. X:EGA80WOA.FON,X:BGA80WOA.FON
  67.  
  68.  
  69. ;=======================================================================
  70. ; Below are the sections to be executed based on the type of display
  71. ; setup selected from the SETUP.EXE selection menu. These sections are
  72. ; executed based on which profile line was invoked via SETUP.EXE.
  73. ; These profile lines have been defined above and the parameters
  74. ; which match the below section are labeled <EXECUTION SECTION>.
  75. ;
  76. ; The format of the below display modes sections abide by the following
  77. ; syntax:
  78. ;
  79. ; <x:File>, <Destination>, <INI File>, <Section>, <OldLine>, <NewLine>
  80. ;
  81. ; x:File      = File on setup disk x: to be copied to destination.
  82. ; Destination = 0: for Windows root directory, 0:SYSTEM for Windows
  83. ;               system directory.
  84. ; INI File    = .INI to be modified or created.
  85. ; Section     = Section of INI File to be modified or created.
  86. ; OldLine     = Old text line to be removed from Section of INI File.
  87. ; NewLine     = New text line to be written to Section of INI File.
  88. ;=======================================================================
  89. ; 640x480 64K colors Gothic 9pt.
  90. [FBR1HT]
  91. ,,system.ini, 386Enh,     "DOSVWOA.FON=",      "DOSVWOA.FON=PS55TOEM.FON"
  92. ,,system.ini, 386Enh,     "DOSVFONTS=",        "DOSVFONTS=*13,12,8,6"
  93. ,,system.ini, DeviceCaps, "Display=",          "Display="
  94. ,,SYSTEM.INI, Cyber9320,  "LCDResolution=",    "LCDResolution=640x480"
  95. ,,SYSTEM.INI, Cyber9320,  "CRTResolution=",    "CRTResolution=640x480"
  96. ,,SYSTEM.INI, Cyber9320,  "VirtualScreen=",    "VirtualScreen=No"
  97. ,,SYSTEM.INI, Cyber9320,  "ColorDepth=",       "ColorDepth=16"
  98. ,,SYSTEM.INI, Cyber9320,  "ResolutionChange=", "ResolutionChange=No"
  99. ,,SYSTEM.INI, Cyber9320,  "ResourceSize=",     "ResourceSize=Small"
  100. ,,SYSTEM.INI, drivers,    "DCI=",              "DCI="
  101. ,,WIN.INI,    drawdib,    "dcidva=",           "dcidva=2"
  102. X:cybw31h.drv, 0:system
  103. X:cybw31f.drv, 0:system
  104. X:ps55ssys.fon, 0:system
  105. X:ps55gsys.fon, 0:system
  106. X:ps55msys.fon, 0:system
  107. X:ps55lsys.fon, 0:system
  108. X:ps55sfix.fon, 0:system
  109. X:ps55gfix.fon, 0:system
  110. X:ps55mfix.fon, 0:system
  111. X:ps55lfix.fon, 0:system
  112. X:ps55soem.fon, 0:system
  113. X:ps55goem.fon, 0:system
  114. X:ps55moem.fon, 0:system
  115. X:ps55loem.fon, 0:system
  116. X:SSERIFF.FON,  0:system
  117. X:COURF.FON,    0:system
  118. X:SERIFF.FON,   0:system
  119. X:SYMBOLF.FON,  0:system
  120. X:SMALLF.FON,   0:system
  121. X:CGA40WOA.FON, 0:system
  122. X:CGA40WOA.FON, 0:system
  123. X:CGA80WOA.FON, 0:system
  124. X:CGA80WOA.FON, 0:system
  125. X:EGA40WOA.FON, 0:system
  126. X:EGA40WOA.FON, 0:system
  127. X:EGA80WOA.FON, 0:system
  128. X:EGA80WOA.FON, 0:system
  129. X:VGA40W16.FON, 0:system
  130. X:VGA80W16.FON, 0:system
  131. X:VGA40W14.FON, 0:system
  132. X:VGA80W14.FON, 0:system
  133. X:BGA40WOA.FON, 0:system
  134. X:BGA80WOA.FON, 0:system
  135. X:OEMCYBR2.INF, 0:system
  136. X:OEMCYBR3.INF, 0:system
  137. X:OEMCYBR4.INF, 0:system
  138.  
  139. ; 640x480 64K colors Gothic 10pt.
  140. [FBR1HS]
  141. ,,system.ini, 386Enh,     "DOSVWOA.FON=",      "DOSVWOA.FON=PS55TOEM.FON"
  142. ,,system.ini, 386Enh,     "DOSVFONTS=",        "DOSVFONTS=*18,12,8,8"
  143. ,,system.ini, DeviceCaps, "Display=",          "Display="
  144. ,,SYSTEM.INI, Cyber9320,  "LCDResolution=",    "LCDResolution=640x480"
  145. ,,SYSTEM.INI, Cyber9320,  "CRTResolution=",    "CRTResolution=640x480"
  146. ,,SYSTEM.INI, Cyber9320,  "VirtualScreen=",    "VirtualScreen=No"
  147. ,,SYSTEM.INI, Cyber9320,  "ColorDepth=",       "ColorDepth=16"
  148. ,,SYSTEM.INI, Cyber9320,  "ResolutionChange=", "ResolutionChange=No"
  149. ,,SYSTEM.INI, Cyber9320,  "ResourceSize=",     "ResourceSize=Small"
  150. ,,SYSTEM.INI, drivers,    "DCI=",              "DCI="
  151. ,,WIN.INI,    drawdib,    "dcidva=",           "dcidva=2"
  152. X:cybw31h.drv, 0:system
  153. X:cybw31f.drv, 0:system
  154. X:ps55ssys.fon, 0:system
  155. X:ps55gsys.fon, 0:system
  156. X:ps55msys.fon, 0:system
  157. X:ps55lsys.fon, 0:system
  158. X:ps55sfix.fon, 0:system
  159. X:ps55gfix.fon, 0:system
  160. X:ps55mfix.fon, 0:system
  161. X:ps55lfix.fon, 0:system
  162. X:ps55soem.fon, 0:system
  163. X:ps55goem.fon, 0:system
  164. X:ps55moem.fon, 0:system
  165. X:ps55loem.fon, 0:system
  166. X:SSERIFF.FON,  0:system
  167. X:COURF.FON,    0:system
  168. X:SERIFF.FON,   0:system
  169. X:SYMBOLF.FON,  0:system
  170. X:SMALLF.FON,   0:system
  171. X:CGA40WOA.FON, 0:system
  172. X:CGA40WOA.FON, 0:system
  173. X:CGA80WOA.FON, 0:system
  174. X:CGA80WOA.FON, 0:system
  175. X:EGA40WOA.FON, 0:system
  176. X:EGA40WOA.FON, 0:system
  177. X:EGA80WOA.FON, 0:system
  178. X:EGA80WOA.FON, 0:system
  179. X:VGA40W16.FON, 0:system
  180. X:VGA80W16.FON, 0:system
  181. X:VGA40W14.FON, 0:system
  182. X:VGA80W14.FON, 0:system
  183. X:BGA40WOA.FON, 0:system
  184. X:BGA80WOA.FON, 0:system
  185. X:OEMCYBR2.INF, 0:system
  186. X:OEMCYBR3.INF, 0:system
  187. X:OEMCYBR4.INF, 0:system
  188.  
  189. ; 800x600 64K colors Gothic 9pt.
  190. [FBR2HT]
  191. ,,system.ini, 386Enh,     "DOSVWOA.FON=",      "DOSVWOA.FON=PS55TOEM.FON"
  192. ,,system.ini, 386Enh,     "DOSVFONTS=",        "DOSVFONTS=*13,12,8,6"
  193. ,,system.ini, DeviceCaps, "Display=",          "Display="
  194. ,,SYSTEM.INI, Cyber9320,  "LCDResolution=",    "LCDResolution=800x600"
  195. ,,SYSTEM.INI, Cyber9320,  "CRTResolution=",    "CRTResolution=800x600"
  196. ,,SYSTEM.INI, Cyber9320,  "VirtualScreen=",    "VirtualScreen=No"
  197. ,,SYSTEM.INI, Cyber9320,  "ColorDepth=",       "ColorDepth=16"
  198. ,,SYSTEM.INI, Cyber9320,  "ResolutionChange=", "ResolutionChange=No"
  199. ,,SYSTEM.INI, Cyber9320,  "ResourceSize=",     "ResourceSize=Small"
  200. ,,SYSTEM.INI, drivers,    "DCI=",              "DCI="
  201. ,,WIN.INI,    drawdib,    "dcidva=",           "dcidva=2"
  202. X:cybw31h.drv, 0:system
  203. X:cybw31f.drv, 0:system
  204. X:ps55ssys.fon, 0:system
  205. X:ps55gsys.fon, 0:system
  206. X:ps55msys.fon, 0:system
  207. X:ps55lsys.fon, 0:system
  208. X:ps55sfix.fon, 0:system
  209. X:ps55gfix.fon, 0:system
  210. X:ps55mfix.fon, 0:system
  211. X:ps55lfix.fon, 0:system
  212. X:ps55soem.fon, 0:system
  213. X:ps55goem.fon, 0:system
  214. X:ps55moem.fon, 0:system
  215. X:ps55loem.fon, 0:system
  216. X:SSERIFF.FON,  0:system
  217. X:COURF.FON,    0:system
  218. X:SERIFF.FON,   0:system
  219. X:SYMBOLF.FON,  0:system
  220. X:SMALLF.FON,   0:system
  221. X:CGA40WOA.FON, 0:system
  222. X:CGA40WOA.FON, 0:system
  223. X:CGA80WOA.FON, 0:system
  224. X:CGA80WOA.FON, 0:system
  225. X:EGA40WOA.FON, 0:system
  226. X:EGA40WOA.FON, 0:system
  227. X:EGA80WOA.FON, 0:system
  228. X:EGA80WOA.FON, 0:system
  229. X:VGA40W16.FON, 0:system
  230. X:VGA80W16.FON, 0:system
  231. X:VGA40W14.FON, 0:system
  232. X:VGA80W14.FON, 0:system
  233. X:BGA40WOA.FON, 0:system
  234. X:BGA80WOA.FON, 0:system
  235. X:OEMCYBR2.INF, 0:system
  236. X:OEMCYBR3.INF, 0:system
  237. X:OEMCYBR4.INF, 0:system
  238.  
  239. ; 800x600 64K colors Gothic 10pt.
  240. [FBR2HS]
  241. ,,system.ini, 386Enh,     "DOSVWOA.FON=",      "DOSVWOA.FON=PS55TOEM.FON"
  242. ,,system.ini, 386Enh,     "DOSVFONTS=",        "DOSVFONTS=*18,12,8,8"
  243. ,,system.ini, DeviceCaps, "Display=",          "Display="
  244. ,,SYSTEM.INI, Cyber9320,  "LCDResolution=",    "LCDResolution=800x600"
  245. ,,SYSTEM.INI, Cyber9320,  "CRTResolution=",    "CRTResolution=800x600"
  246. ,,SYSTEM.INI, Cyber9320,  "VirtualScreen=",    "VirtualScreen=No"
  247. ,,SYSTEM.INI, Cyber9320,  "ColorDepth=",       "ColorDepth=16"
  248. ,,SYSTEM.INI, Cyber9320,  "ResolutionChange=", "ResolutionChange=No"
  249. ,,SYSTEM.INI, Cyber9320,  "ResourceSize=",     "ResourceSize=Small"
  250. ,,SYSTEM.INI, drivers,    "DCI=",              "DCI="
  251. ,,WIN.INI,    drawdib,    "dcidva=",           "dcidva=2"
  252. X:cybw31h.drv, 0:system
  253. X:cybw31f.drv, 0:system
  254. X:ps55ssys.fon, 0:system
  255. X:ps55gsys.fon, 0:system
  256. X:ps55msys.fon, 0:system
  257. X:ps55lsys.fon, 0:system
  258. X:ps55sfix.fon, 0:system
  259. X:ps55gfix.fon, 0:system
  260. X:ps55mfix.fon, 0:system
  261. X:ps55lfix.fon, 0:system
  262. X:ps55soem.fon, 0:system
  263. X:ps55goem.fon, 0:system
  264. X:ps55moem.fon, 0:system
  265. X:ps55loem.fon, 0:system
  266. X:SSERIFF.FON,  0:system
  267. X:COURF.FON,    0:system
  268. X:SERIFF.FON,   0:system
  269. X:SYMBOLF.FON,  0:system
  270. X:SMALLF.FON,   0:system
  271. X:CGA40WOA.FON, 0:system
  272. X:CGA40WOA.FON, 0:system
  273. X:CGA80WOA.FON, 0:system
  274. X:CGA80WOA.FON, 0:system
  275. X:EGA40WOA.FON, 0:system
  276. X:EGA40WOA.FON, 0:system
  277. X:EGA80WOA.FON, 0:system
  278. X:EGA80WOA.FON, 0:system
  279. X:VGA40W16.FON, 0:system
  280. X:VGA80W16.FON, 0:system
  281. X:VGA40W14.FON, 0:system
  282. X:VGA80W14.FON, 0:system
  283. X:BGA40WOA.FON, 0:system
  284. X:BGA80WOA.FON, 0:system
  285. X:OEMCYBR2.INF, 0:system
  286. X:OEMCYBR3.INF, 0:system
  287. X:OEMCYBR4.INF, 0:system
  288.  
  289. ; 800x600 64K colors Gothic 12pt.
  290. [FBR2HG]
  291. ,,system.ini, 386Enh,     "DOSVWOA.FON=",      "DOSVWOA.FON=PS55TOEM.FON"
  292. ,,system.ini, 386Enh,     "DOSVFONTS=",        "DOSVFONTS=*18,16,12,8"
  293. ,,system.ini, DeviceCaps, "Display=",          "Display="
  294. ,,SYSTEM.INI, Cyber9320,  "LCDResolution=",    "LCDResolution=800x600"
  295. ,,SYSTEM.INI, Cyber9320,  "CRTResolution=",    "CRTResolution=800x600"
  296. ,,SYSTEM.INI, Cyber9320,  "VirtualScreen=",    "VirtualScreen=No"
  297. ,,SYSTEM.INI, Cyber9320,  "ColorDepth=",       "ColorDepth=16"
  298. ,,SYSTEM.INI, Cyber9320,  "ResolutionChange=", "ResolutionChange=No"
  299. ,,SYSTEM.INI, Cyber9320,  "ResourceSize=",     "ResourceSize=Large"
  300. ,,SYSTEM.INI, drivers,    "DCI=",              "DCI="
  301. ,,WIN.INI,    drawdib,    "dcidva=",           "dcidva=2"
  302. X:cybw31h.drv, 0:system
  303. X:cybw31f.drv, 0:system
  304. X:ps55ssys.fon, 0:system
  305. X:ps55gsys.fon, 0:system
  306. X:ps55msys.fon, 0:system
  307. X:ps55lsys.fon, 0:system
  308. X:ps55sfix.fon, 0:system
  309. X:ps55gfix.fon, 0:system
  310. X:ps55mfix.fon, 0:system
  311. X:ps55lfix.fon, 0:system
  312. X:ps55soem.fon, 0:system
  313. X:ps55goem.fon, 0:system
  314. X:ps55moem.fon, 0:system
  315. X:ps55loem.fon, 0:system
  316. X:SSERIFF.FON,  0:system
  317. X:COURF.FON,    0:system
  318. X:SERIFF.FON,   0:system
  319. X:SYMBOLF.FON,  0:system
  320. X:SMALLF.FON,   0:system
  321. X:CGA40WOA.FON, 0:system
  322. X:CGA40WOA.FON, 0:system
  323. X:CGA80WOA.FON, 0:system
  324. X:CGA80WOA.FON, 0:system
  325. X:EGA40WOA.FON, 0:system
  326. X:EGA40WOA.FON, 0:system
  327. X:EGA80WOA.FON, 0:system
  328. X:EGA80WOA.FON, 0:system
  329. X:VGA40W16.FON, 0:system
  330. X:VGA80W16.FON, 0:system
  331. X:VGA40W14.FON, 0:system
  332. X:VGA80W14.FON, 0:system
  333. X:BGA40WOA.FON, 0:system
  334. X:BGA80WOA.FON, 0:system
  335. X:OEMCYBR2.INF, 0:system
  336. X:OEMCYBR3.INF, 0:system
  337. X:OEMCYBR4.INF, 0:system
  338.  
  339. ; 800x600 64K colors Mincho 12pt.
  340. [FBR2HM]
  341. ,,system.ini, 386Enh,     "DOSVWOA.FON=",      "DOSVWOA.FON=PS55TOEM.FON"
  342. ,,system.ini, 386Enh,     "DOSVFONTS=",        "DOSVFONTS=*18,16,12,8"
  343. ,,system.ini, DeviceCaps, "Display=",          "Display="
  344. ,,SYSTEM.INI, Cyber9320,  "LCDResolution=",    "LCDResolution=800x600"
  345. ,,SYSTEM.INI, Cyber9320,  "CRTResolution=",    "CRTResolution=800x600"
  346. ,,SYSTEM.INI, Cyber9320,  "VirtualScreen=",    "VirtualScreen=No"
  347. ,,SYSTEM.INI, Cyber9320,  "ColorDepth=",       "ColorDepth=16"
  348. ,,SYSTEM.INI, Cyber9320,  "ResolutionChange=", "ResolutionChange=No"
  349. ,,SYSTEM.INI, Cyber9320,  "ResourceSize=",     "ResourceSize=Large"
  350. ,,SYSTEM.INI, drivers,    "DCI=",              "DCI="
  351. ,,WIN.INI,    drawdib,    "dcidva=",           "dcidva=2"
  352. X:cybw31h.drv, 0:system
  353. X:cybw31f.drv, 0:system
  354. X:ps55ssys.fon, 0:system
  355. X:ps55gsys.fon, 0:system
  356. X:ps55msys.fon, 0:system
  357. X:ps55lsys.fon, 0:system
  358. X:ps55sfix.fon, 0:system
  359. X:ps55gfix.fon, 0:system
  360. X:ps55mfix.fon, 0:system
  361. X:ps55lfix.fon, 0:system
  362. X:ps55soem.fon, 0:system
  363. X:ps55goem.fon, 0:system
  364. X:ps55moem.fon, 0:system
  365. X:ps55loem.fon, 0:system
  366. X:SSERIFF.FON,  0:system
  367. X:COURF.FON,    0:system
  368. X:SERIFF.FON,   0:system
  369. X:SYMBOLF.FON,  0:system
  370. X:SMALLF.FON,   0:system
  371. X:CGA40WOA.FON, 0:system
  372. X:CGA40WOA.FON, 0:system
  373. X:CGA80WOA.FON, 0:system
  374. X:CGA80WOA.FON, 0:system
  375. X:EGA40WOA.FON, 0:system
  376. X:EGA40WOA.FON, 0:system
  377. X:EGA80WOA.FON, 0:system
  378. X:EGA80WOA.FON, 0:system
  379. X:VGA40W16.FON, 0:system
  380. X:VGA80W16.FON, 0:system
  381. X:VGA40W14.FON, 0:system
  382. X:VGA80W14.FON, 0:system
  383. X:BGA40WOA.FON, 0:system
  384. X:BGA80WOA.FON, 0:system
  385. X:OEMCYBR2.INF, 0:system
  386. X:OEMCYBR3.INF, 0:system
  387. X:OEMCYBR4.INF, 0:system
  388.  
  389.  
  390. ;=======================================================================
  391. ; Font Installation Section
  392. ;=======================================================================
  393. [sysfonts]
  394. ;X:ps55tsys.fon,"ゴシック  9pt. システム フォント", "100,72,72"
  395. ;X:ps55ssys.fon,"ゴシック 10pt. システム フォント", "100,96,96"
  396. ;X:ps55gsys.fon,"ゴシック 12pt. システム フォント", "100,120,120"
  397. ;X:ps55msys.fon,"明朝  12pt. システム フォント", "100,121,121"
  398. ;X:ps55lsys.fon,"明朝  14pt. システム フォント", "100,144,144"
  399.  
  400. [fixedfonts]
  401. ;X:ps55tfix.fon,"ゴシック  9pt. 固定 システム フォント", "100,72,72"
  402. ;X:ps55sfix.fon,"ゴシック 10pt. 固定 システム フォント", "100,96,96"
  403. ;X:ps55gfix.fon,"ゴシック 12pt. 固定 システム フォント", "100,120,120"
  404. ;X:ps55mfix.fon,"明朝  12pt. 固定 システム フォント", "100,121,121"
  405. ;X:ps55lfix.fon,"明朝  14pt. 固定 システム フォント", "100,144,144"
  406.  
  407. [oemfonts]
  408. ;X:ps55toem.fon,"ゴシック  9pt. ターミナル フォント", "100,72,72",1
  409. ;X:ps55soem.fon,"ゴシック 10pt. ターミナル フォント", "100,96,96",1
  410. ;X:ps55goem.fon,"ゴシック 12pt. ターミナル フォント", "100,120,120",1
  411. ;X:ps55moem.fon,"明朝  12pt. ターミナル フォント", "100,121,121",1
  412. ;X:ps55loem.fon,"明朝  14pt. ターミナル フォント", "100,144,144",1
  413.  
  414. ;=======================================================================
  415. ; Install only the fonts that apply to the resolution selected on the
  416. ; display menu.
  417. ;=======================================================================
  418. [fonts]
  419. X:SSERIFE.FON, "MS Sans Serif 8,10,12,14,18,24 (96 dpi)",  "100,72,72"
  420. X:SSERIFE.FON, "MS Sans Serif 8,10,12,14,18,24 (96 dpi)",  "100,96,96"
  421. X:SSERIFF.FON, "MS Sans Serif 8,10,12,14,18,24 (120 dpi)", "100,120,120"
  422. X:SSERIFF.FON, "MS Sans Serif 8,10,12,14,18,24 (120 dpi)", "100,121,121"
  423. X:SSERIFF.FON, "MS Sans Serif 8,10,12,14,18,24 (120 dpi)", "100,144,144"
  424.  
  425. X:COURE.FON,   "Courier 10,12,15 (96 dpi)",  "100,72,72"
  426. X:COURE.FON,   "Courier 10,12,15 (96 dpi)",  "100,96,96"
  427. X:COURF.FON,   "Courier 10,12,15 (120 dpi)", "100,120,120"
  428. X:COURF.FON,   "Courier 10,12,15 (120 dpi)", "100,121,121"
  429. X:COURF.FON,   "Courier 10,12,15 (120 dpi)", "100,144,144"
  430.  
  431. X:SERIFE.FON,  "MS Serif 8,10,12,14,18,24 (96 dpi)",  "100,72,72"
  432. X:SERIFE.FON,  "MS Serif 8,10,12,14,18,24 (96 dpi)",  "100,96,96"
  433. X:SERIFF.FON,  "MS Serif 8,10,12,14,18,24 (120 dpi)", "100,120,120"
  434. X:SERIFF.FON,  "MS Serif 8,10,12,14,18,24 (120 dpi)", "100,121,121"
  435. X:SERIFF.FON,  "MS Serif 8,10,12,14,18,24 (120 dpi)", "100,144,144"
  436.  
  437. X:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (96 dpi)",  "100,72,72"
  438. X:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (96 dpi)",  "100,96,96"
  439. X:SYMBOLF.FON, "Symbol 8,10,12,14,18,24 (120 dpi)", "100,120,120"
  440. X:SYMBOLF.FON, "Symbol 8,10,12,14,18,24 (120 dpi)", "100,121,121"
  441. X:SYMBOLF.FON, "Symbol 8,10,12,14,18,24 (120 dpi)", "100,144,144"
  442.  
  443. X:SMALLE.FON,  "Small Fonts (96 dpi)",  "100,72,72"
  444. X:SMALLE.FON,  "Small Fonts (96 dpi)",  "100,96,96"
  445. X:SMALLF.FON,  "Small Fonts (120 dpi)", "100,120,120"
  446. X:SMALLF.FON,  "Small Fonts (120 dpi)", "100,121,121"
  447. X:SMALLF.FON,  "Small Fonts (120 dpi)", "100,144,144"
  448.  
  449. X:ROMAN.FON,  "Roman (Plotter)",  "CONTINUOUSSCALING"
  450. X:SCRIPT.FON, "Script (Plotter)", "CONTINUOUSSCALING"
  451. X:MODERN.FON, "Modern (Plotter)", "CONTINUOUSSCALING"
  452.