home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 November / VPR9611B.ISO / driver / no9 / 64313_1 / oemsetup.inf < prev    next >
INI File  |  1995-10-11  |  4KB  |  105 lines

  1. ;#9GXE64
  2. ;=============================================================================
  3. ; OEMSETUP.INF         GXE64 Board Setup      Number Nine Computer Corporation
  4. ;   Installation data for the GXE Windows driver.  This file is used by the
  5. ;   Microsoft Windows SETUP program.
  6. ;=============================================================================
  7. ;
  8. [disks]
  9. ;
  10. ; These 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. ; This 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. ; where:
  21. ;
  22. ;       n           = disk "number"  1-9, A-Z (single char only!)
  23. ;       path        = path of disk n
  24. ;       name        = name of disk n
  25. ;       disk tag    = a file on disk n (used to determine if disk is in drive)
  26. ;
  27.  
  28.  N = ., "#9 GXE64 Windows Driver Disk", GXEOem
  29.  
  30.  
  31. ;-----------------------------------------------------------------------------
  32. [display]
  33. ;
  34. ; Both of the GXE windows driver require use of Windows 3.1.  There are no plans
  35. ; to support Windows 3.0 in the future.
  36. ;
  37. ;profile = driver, description, resolution, 286 grabber, logo code, VDD,
  38. ;          386grabber, ega.sys, logo data, optional section
  39.  
  40. GXE4 = N:#9GXE64.drv,"#9GXE64 HawkEye (small fonts)","100,96,96",N:vgacolor.2gr,N:vgalogo.lgo,N:vdds3vsn.386,N:s3911grb.3gr,,N:vgalogo.rle,GXE4
  41. GXE6 = N:#9GXE64.drv,"#9GXE64 HawkEye (large fonts)","100,120,120",N:vgacolor.2gr,N:vgalogo.lgo,N:vdds3vsn.386,N:s3911grb.3gr,,N:vgalogo.rle,GXE6
  42.  
  43. ;-----------------------------------------------------------------------------
  44. ; Optional sections in field 9 of display section are interpreted as follows:
  45. ;
  46. ;       File, Destination, .ini file, Section, OldLine, NewLine
  47. ;
  48. ; Where:    x:File      = Optional; file to be copied, may be left null.
  49. ;           Destination = 0: for Windows root or 0:system for system subdir
  50. ;                          where file is to be copied.
  51. ;           .ini file   = Optional; .ini file to be modified or created.
  52. ;                          Must be included if following parameters specified.
  53. ;           Section     = Section of .ini file to be modified.
  54. ;           OldLine     = Optional; old line to be removed from the .ini file.
  55. ;                          Only one occurence of that string is removed.
  56. ;           NewLine     = New text line to be written to the .ini file.
  57. ;
  58. ; The following lines set up both drivers for large fonts.
  59.  
  60. [GXE4]
  61.  ,, system.ini, "#9GXE", "dpi=", "dpi=96"
  62.  ,, system.ini, "#9GXE", "SCACHE=". "SCACHE=ON"
  63.  ,, system.ini, "#9GXE", "FONT-CACHE=", "FONT-CACHE=ON"
  64.  ,, system.ini, "#9GXE", "POLYGON-SUPPORT=", "POLYGON-SUPPORT=ON"
  65.  ,, system.ini, "#9GXE", "ELLIPSE-SUPPORT=", "ELLIPSE-SUPPORT=ON"
  66. ;;;; ,, system.ini, "#9GXE", "TurboCopy=", "TurboCopy=1"
  67.  
  68.  
  69. [GXE6]
  70.  ,, system.ini, "#9GXE", "dpi=", "dpi=120"
  71.  ,, system.ini, "#9GXE", "SCACHE=". "SCACHE=ON"
  72.  ,, system.ini, "#9GXE", "FONT-CACHE=", "FONT-CACHE=ON"
  73.  ,, system.ini, "#9GXE", "POLYGON-SUPPORT=", "POLYGON-SUPPORT=ON"
  74.  ,, system.ini, "#9GXE", "ELLIPSE-SUPPORT=", "ELLIPSE-SUPPORT=ON"
  75. ;;;; ,, system.ini, "#9GXE", "TurboCopy=", "TurboCopy=1"
  76.  
  77.  
  78. ;----------------------------------------------------
  79. [sysfonts]
  80.  
  81.  N:96sys.fon,  "Small, 96 DPI, fonts",  "100,96,96"
  82.  N:96sys.fon,  "Large, 96 DPI, fonts",  "100,96,96"
  83.  N:120sys.fon, "Small, 120 DPI, fonts", "100,120,120"
  84.  N:120sys.fon, "Large, 120 DPI, fonts", "100,120,120"
  85.  
  86.  
  87. ;------------------------------------------------------------------
  88. [fixedfonts]
  89.  
  90.  N:96fix.fon,  "Small, 96 DPI, fonts",  "100,96,96" "100,96,96"
  91.  N:96fix.fon,  "Large, 97 DPI, fonts",  "100,96,96" "100,96,96"
  92.  N:120fix.fon, "Small, 120 DPI, fonts", "100,120,120" "100,120,120"
  93.  N:120fix.fon, "Large, 120 DPI, fonts", "100,120,120" "100,120,120"
  94.  
  95.  
  96. ;-------------------------------------------------------
  97. [oemfonts]
  98.  
  99.  N:96oem.fon,  "Small, 96 DPI, fonts",  "100,96,96",   1
  100.  N:96oem.fon,  "Small, 96 DPI, fonts",  "100,96,96",   1
  101.  N:120oem.fon, "Large, 120 DPI, fonts", "100,120,120", 1
  102.  N:120oem.fon, "Large, 120 DPI, fonts", "100,120,120", 1
  103.  
  104.  
  105.