home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / graf_a_g / avance31 / oem2201.ali < prev    next >
Text File  |  1993-12-09  |  11KB  |  227 lines

  1.  
  2. ; VERSION INFO
  3. ; ---------------------------------------------------------------
  4. ; This tells Setup that this is a 3.1 compatible OEM driver disk.
  5. ; Setup will not attempt to translate VDD and logo file name requests
  6. ; to their new equivalents on Windows 3.1 diskettes.
  7.  
  8. [data]
  9.     Version   = "3.1"
  10.  
  11.  
  12. ; DRIVER DISKS
  13. ; ---------------------------------------------------------------
  14. ; Here is the list of disks that Setup can prompt for.  Note that the
  15. ; Windows Setup disks are not referenced!  All necessary files must be on
  16. ; your  driver disk, even those that are equivalent to 3.1 files, such as
  17. ; fonts and logos.
  18. ;
  19. ; You should include the brand and model name, if possible, in the
  20. ; disk name.  Be specific, it is important that users not confuse your
  21. ; disks with Windows disks.  Windows Setup prompts the user to "insert
  22. ; the:", so your disk name should be of the following form:
  23.  
  24. [disks]
  25.     1 =. ,"Microsoft Windows 3.1 Disk #1",disk1
  26.     2 =. ,"Microsoft Windows 3.1 Disk #2",disk2
  27.     3 =. ,"Microsoft Windows 3.1 Disk #3",disk3
  28.     4 =. ,"Microsoft Windows 3.1 Disk #4",disk4
  29.     5 =. ,"Microsoft Windows 3.1 Disk #5",disk5
  30.     6 =. ,"Microsoft Windows 3.1 Disk #6",disk6
  31.     7 =., "Avance Logic GUIVGA Windows 3.1 Driver Disk", disk7
  32.  
  33.  
  34. ; DISPLAY TYPES
  35. ; ---------------------------------------------------------------
  36. ; Specify the complete list of display types, colors, and resolutions
  37. ; available in this section.  Some tips...
  38. ;
  39. ; Profile:              This must be a unique identifier.
  40. ;
  41. ; Description:          No more than 47 characters!  Include all necessary info.
  42. ;                       This description string should change slightly in new versions
  43. ;                       of your driver disk.  Include a version id, and keep the rest
  44. ;                       of the string the same, e.g. "ACME Z-1000 v1.1 640x480, 256 colors".
  45. ;
  46. ; VDD:                  Don't reference *vddvga!  This file uses "v6vdd31.386" instead,
  47. ;                       which can be built using the DDK source files.
  48. ;
  49. ; Work section: This is new to 3.1, and optional.  See below for details.
  50.  
  51. [display]
  52. ;profile = driver,         Description of driver,                           resolution,    286 grabber,    logo code,       VDD,            386grabber,   ega.sys,   logo data,    optional work section
  53. ;
  54. v6dl     = 7:v631f8f.drv,   "ALI Ultra,640x480 256 colors",                  "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6dl
  55. v6el     = 7:v631f8f.drv,   "ALI Ultra,800x600 256 colors",                  "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6el
  56. v6fl     = 7:avga800.drv,   "ALI Ultra,800x600 16  colors",                  "100,120,120", 2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6fl
  57. v6hl     = 7:v631f8f.drv,   "ALI Ultra,1024x768 256C (Large Font)",          "100,120,120", 2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6hl
  58. v6jl     = 7:v631f8f.drv,   "ALI Ultra,1024x768 256C (Small Font)",          "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6jl
  59. v6ml     = 7:avga1024.drv,  "ALI Ultra,1024x768 16C",                        "100,120,120", 2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6ml
  60. v6nl     = 7:v31280.drv,    "ALI Ultra,1280x1024 16C",                       "100,120,120", 2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6nl
  61. v6ql     = 7:v3256.drv,     "ALI Ultra,1280x1024 256C (2MB)",                "100,120,120", 2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6ql
  62. v6ol     = 7:v63164.drv,    "ALI Ultra,640x480 64KC",                        "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6ol
  63. v6pl     = 7:v63164.drv,    "ALI Ultra,800x600 64KC",                        "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6pl
  64. v6kl     = 7:al16m.drv,     "ALI Ultra,640x480 16MC",                        "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6kl
  65.  
  66. ; OPTIONAL WORK SECTIONS
  67. ; ---------------------------------------------------------------
  68. ; Optional sections listed in field 9 of the display section are interpreted as follows:
  69. ;
  70. ; File, Destination, .ini file, Section, LHS, RHS
  71. ;
  72. ; Where:    a:File      = Optional file to be copied; may be left null.
  73. ;           Destination = 0: for windows root or 0:system for \system subdir.
  74. ;           .ini file   = Optional; any .ini file to be modified or created.
  75. ;           Section     = Section of .ini file to be modified.
  76. ;           OldLine     = Optional old line to be removed from the ini file.
  77. ;           NewLine     = New text line to be written with the .ini file.
  78. ;
  79. ; There is no standard syntax for display drivers to determine user options.
  80. ; Note that the 8514 driver uses "dpi=" from the [8514.drv] section, and
  81. ; TIGA uses "tigafont=" in a [tiga.drv] section.  However, Setup now writes
  82. ; the font resolution (e.g. "100,96,96") to the "aspect=" line of the
  83. ; [boot.description] section of SYSTEM.INI.  This can be used by all drivers
  84. ; to determine the correct screen resource size to use, instead of inventing
  85. ; your own flag name and values.
  86. ;
  87. ; In addition to supporting different font resolutions, the Video Seven driver
  88. ; demonstrates multiple screen resolutions in a single driver.  The "WidthXHeight"
  89. ; line of the [v7vga.drv] section tells the driver what mode to run.
  90.  
  91.  
  92. [v6dl]
  93. ,,system.ini,v631f8f.drv,"WidthXHeight=","WidthXHeight=640x480"
  94. ,,system.ini,v631f8f.drv,"FontSize=","FontSize=small"
  95. ,,system.ini,v631f8f.drv,"EnableHwCursor=","EnableHwCursor=1"
  96.  
  97. [v6el]
  98. ,,system.ini,v631f8f.drv,"WidthXHeight=","WidthXHeight=800x600"
  99. ,,system.ini,v631f8f.drv,"FontSize=","FontSize=small"
  100. ,,system.ini,v631f8f.drv,"EnableHwCursor=","EnableHwCursor=1"
  101.  
  102. [v6hl]
  103. ,,system.ini,v631f8f.drv,"WidthXHeight=","WidthXHeight=1024x768"
  104. ,,system.ini,v631f8f.drv,"FontSize=","FontSize=large"
  105. ,,system.ini,v631f8f.drv,"EnableHwCursor=","EnableHwCursor=1"
  106.  
  107. [v6jl]
  108. ,,system.ini,v631f8f.drv,"WidthXHeight=","WidthXHeight=1024x768"
  109. ,,system.ini,v631f8f.drv,"FontSize=","FontSize=small"
  110. ,,system.ini,v631f8f.drv,"EnableHwCursor=","EnableHwCursor=1"
  111.  
  112. [v6ol]
  113. ,,system.ini,v63164.drv,"WidthXHeight=","WidthXHeight=640x480"
  114. ,,system.ini,v63164.drv,"FontSize=","FontSize=small"
  115. ,,system.ini,v63164.drv,"EnableHwCursor=","EnableHwCursor=1"
  116.  
  117. [v6pl]
  118. ,,system.ini,v63164.drv,"WidthXHeight=","WidthXHeight=800x600"
  119. ,,system.ini,v63164.drv,"FontSize=","FontSize=small"
  120. ,,system.ini,v63164.drv,"EnableHwCursor=","EnableHwCursor=0"
  121.  
  122. [v6ql]
  123. ,,system.ini,v3256.drv,"WidthXHeight=","WidthXHeight=1280x1024"
  124. ,,system.ini,v3256.drv,"FontSize=","FontSize=large"
  125. ,,system.ini,v3256.drv,"EnableHwCursor=","EnableHwCursor=0"
  126.  
  127.  
  128. ; 386 GRABBER FONTS
  129. ; ---------------------------------------------------------------
  130. ; Setup will copy these fonts, sometimes called "old app fonts",
  131. ; depending on the 386 grabber being used.  If you use your own
  132. ; 386 grabber, then you should be sure to specify a section with
  133. ; your grabber name.  You only need sections that correspond to
  134. ; 386 grabber names in the [display] section.
  135.  
  136. [VGA.3gr]
  137. 2:CGA40WOA.FON,2:CGA40850.FON
  138. 2:CGA80WOA.FON,2:CGA80850.FON
  139. 2:EGA40WOA.FON,2:EGA40850.FON
  140. 2:EGA80WOA.FON,2:EGA80850.FON
  141.  
  142. [VGA30.3gr]
  143. 2:CGA40WOA.FON,2:CGA40850.FON
  144. 2:CGA80WOA.FON,2:CGA80850.FON
  145. 2:EGA40WOA.FON,2:EGA40850.FON
  146. 2:EGA80WOA.FON,2:EGA80850.FON
  147.  
  148. [V7VGA.3gr]
  149. 2:CGA40WOA.FON,2:CGA40850.FON
  150. 2:CGA80WOA.FON,2:CGA80850.FON
  151. 2:EGA40WOA.FON,2:EGA40850.FON
  152. 2:EGA80WOA.FON,2:EGA80850.FON
  153.  
  154. [EGA.3gr]
  155. 2:CGA40WOA.FON,2:CGA40850.FON
  156. 2:CGA80WOA.FON,2:CGA80850.FON
  157. 2:EGA40WOA.FON,2:EGA40850.FON
  158. 2:EGA80WOA.FON,2:EGA80850.FON
  159.  
  160. [vgadib.3gr]
  161. 2:CGA40WOA.FON,2:CGA40850.FON
  162. 2:CGA80WOA.FON,2:CGA80850.FON
  163. 2:EGA40WOA.FON,2:EGA40850.FON
  164. 2:EGA80WOA.FON,2:EGA80850.FON
  165.  
  166. [PLASMA.3gr]
  167. 2:EGA40WOA.FON,2:EGA40850.FON
  168. 2:EGA80WOA.FON,2:EGA80850.FON
  169.  
  170. [HERC.3gr]
  171. 2:HERCWOA.FON,2:HERC850.FON
  172.  
  173.  
  174. ; SYSTEM FONTS
  175. ; ---------------------------------------------------------------
  176. ; Fonts are installed according to the resolution of the display type selected.
  177. ; Your OEMSETUP.INF file must have these sections, with all font resolution lines
  178. ; appropriate for the listings in the [display] section.  Note that the HELVx.FON
  179. ; from Windows 3.0 is now SSERIFx.FON; TMSRx.FON is now SERIFx.FON.
  180.  
  181. [sysfonts]
  182. 1:egasys.fon,"EGA (640x350) resolution System Font", "133,96,72"
  183. 1:vgasys.fon,"VGA (640x480) resolution System Font", "100,96,96"
  184. 1:8514sys.fon,"8514/a (1024x768) resolution System Font", "100,120,120"
  185. 1:egasys.fon,"AT&T (640x400) resolution System Font", "120,96,80"
  186.  
  187. [fixedfonts]
  188. 1:egafix.fon,"EGA (640x350) resolution Fixed System Font", "133,96,72"
  189. 2:vgafix.fon,"VGA (640x480) resolution Fixed System Font", "100,96,96"
  190. 2:8514fix.fon,"8514/a (1024x768) resolution Fixed System Font",  "100,120,120"
  191. 1:egafix.fon,"AT&T (640x400) resolution Fixed System Font", "120,96,80"
  192.  
  193. [oemfonts]
  194. 1:egaoem.fon,"EGA (640x350) resolution Terminal Font (USA/Europe)", "133,96,72",1
  195. 2:vgaoem.fon,"VGA (640x480) resolution Terminal Font (USA/Europe)", "100,96,96",1
  196. 2:8514oem.fon,"8514/a (1024x768) resolution Terminal Font (USA/Europe)", "100,120,120",1
  197. 1:egaoem.fon,"AT&T (640x400) resolution Terminal Font (USA/Europe)","120,96,80",1
  198.  
  199. [fonts]
  200.    5:SSERIFB.FON, "MS Sans Serif 8,10,12,14,18,24 (EGA res)", "133,96,72"
  201.    5:SSERIFE.FON, "MS Sans Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
  202.    5:SSERIFF.FON, "MS Sans Serif 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  203.  
  204.    5:COURB.FON, "Courier 8,10,12,15 (EGA res)", "133,96,72"
  205.    5:COURE.FON, "Courier 10,12,15 (VGA res)", "100,96,96"
  206.    5:COURF.FON, "Courier 10,12,15 (8514/a res)", "100,120,120"
  207.  
  208.    5:SERIFB.FON, "MS Serif 8,10,12,14,18,24 (EGA res)", "133,96,72"
  209.    5:SERIFE.FON, "MS Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
  210.    5:SERIFF.FON, "MS Serif 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  211.  
  212.    5:ARIALB.FON, "Arial 8,10 (EGA res)", "133,96,72"
  213.    5:TIMESB.FON, "Times New Roman 8,10 (EGA res)", "133,96,72"
  214.  
  215.    5:SYMBOLB.FON, "Symbol 8,10,12,14,18,24 (EGA res)", "133,96,72"
  216.    5:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (VGA res)", "100,96,96"
  217.    5:SYMBOLF.FON, "Symbol 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  218.  
  219.    5:SMALLB.FON, "Small Fonts (EGA res)", "133,96,72"
  220.    5:SMALLE.FON, "Small Fonts (VGA res)", "100,96,96"
  221.    5:SMALLF.FON, "Small Fonts (8514/a res)", "100,120,120"
  222.  
  223.    5:ROMAN.FON, "Roman (Plotter)",   "CONTINUOUSSCALING"
  224.    5:SCRIPT.FON, "Script (Plotter)", "CONTINUOUSSCALING"
  225.    5:MODERN.FON, "Modern (Plotter)", "CONTINUOUSSCALING"
  226.  
  227.