home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / graf_h_o / mat_mwin / oemsetup.inf < prev    next >
INI File  |  1992-06-04  |  3KB  |  83 lines

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