home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / graf_h_o / mat_iats / oemsetup.inf < prev    next >
INI File  |  1992-05-14  |  4KB  |  88 lines

  1. [data]
  2. ;  DefCodePage defines which translation table to use if we cannot get
  3. ;  code page information from DOS ie we are not under 3.30 or newer.
  4.  
  5. version = 3.1
  6. defxlat = 437
  7.  
  8. ; Here are the names of the disks Setup can prompt for.
  9. ; There must be a disk name for each disk number used
  10. ;
  11. ; The disk number '0' is reserved to represent the windows setup directory
  12. ; the directory may be relative to the directory SETUP was run from.
  13. ;
  14. ; the format is:
  15. ;
  16. ; n = path,disk name,disk tag file
  17. ;
  18. ; n           disk "number"  1-9,A-Z (single char only!)
  19. ; path        path of disk n
  20. ; name        name of disk n
  21. ; disk tag    a file on disk n (used to determine if disk is in drive)
  22.  
  23. [disks]
  24. A =. ,"Matrox Impression Windows 3.1 Display Driver"
  25.  
  26. [display]
  27. ; The string following the driver description specifies the screen
  28. ; resolution. It is used to match the system and OEM character sets
  29. ; with the display selection.
  30. ;
  31. ;profile =  driver,       Description of driver,        resolution,  286 grabber,   logo code,    VDD,         386grabber, ega.sys,  logo data,  optional work section
  32. ;
  33. imprvga = A:impress.drv, "Matrox Impression with VGA", "100,120,120",A:vgacolor.2gr,A:vgalogo.lgo,A:*vddvga   ,A:vga.3gr,         ,A:vgalogo.rle
  34. imprega = A:impress.drv, "Matrox Impression with EGA", "100,120,120",A:egacolor.2gr,A:egalogo.lgo,A:vddega.386,A:ega.3gr,A:ega.SYS,A:egalogo.rle
  35. imprvgas = A:impr96.drv, "Matrox Impression with VGA (small fonts)", "100,96,96",A:vgacolor.2gr,A:vgalogo.lgo,A:*vddvga   ,A:vga.3gr,         ,A:vgalogo.rle
  36. impregas = A:impr96.drv, "Matrox Impression with EGA (small fonts)", "100,96,96",A:egacolor.2gr,A:egalogo.lgo,A:vddega.386,A:ega.3gr,A:ega.SYS,A:egalogo.rle
  37.  
  38. ; copy these fonts depending on the 386 grabber being used
  39. [VGA.GR3]
  40. A:CGA40WOA.FON,A:CGA40850.FON
  41. A:CGA80WOA.FON,A:CGA80850.FON
  42. A:EGA40WOA.FON,A:EGA40850.FON
  43. A:EGA80WOA.FON,A:EGA80850.FON
  44.  
  45. [EGA.GR3]
  46. A:CGA40WOA.FON,A:CGA40850.FON
  47. A:CGA80WOA.FON,A:CGA80850.FON
  48. A:EGA40WOA.FON,A:EGA40850.FON
  49. A:EGA80WOA.FON,A:EGA80850.FON
  50.  
  51.  
  52. ; If a display adapter other than the one in system selection is selected
  53. ; the font is chosen which matches the display resolution exactly.
  54.  
  55. [codepages]
  56. ;       Xlat Table     OEM Font      WOA Font     Description
  57. 437 =              ,             , A:dosapp.fon, "English (437)"
  58.  
  59.  
  60.  
  61. [sysfonts]
  62. A:8514sys.fon,"8514/a (1024x768) resolution System Font", "100,120,120"
  63. A:vgasys.fon,"VGA (640x480) resolution System Font", "100,96,96"
  64.  
  65. [fixedfonts]
  66. A:8514fix.fon,"8514/a (1024x768) resolution Fixed System Font",  "100,120,120"
  67. A:vgafix.fon,"VGA (640x480) resolution Fixed System Font", "100,96,96"
  68.  
  69. [oemfonts]
  70. A:8514oem.fon,"8514/a (1024x768) resolution Terminal Font (USA/Europe)", "100,120,120",1
  71. A:vgaoem.fon,"VGA (640x480) resolution Terminal Font (USA/Europe)", "100,96,96"
  72.  
  73. [fonts]
  74. A:SSERIFE.FON, "MS Sans Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
  75. A:SSERIFF.FON, "MS Sans Serif 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  76.  
  77. A:COURE.FON, "Courier 10,12,15 (VGA res)", "100,96,96"
  78. A:COURF.FON, "Courier 10,12,15 (8514/a res)", "100,120,120"
  79.  
  80. A:SERIFE.FON, "MS Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
  81. A:SERIFF.FON, "MS Serif 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  82.  
  83. A:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (VGA res)", "100,96,96"
  84. A:SYMBOLF.FON, "Symbol 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  85.  
  86. A:SMALLE.FON, "Small Fonts (VGA res)", "100,96,96"
  87. A:SMALLF.FON, "Small Fonts (8514/a res)", "100,120,120"
  88.