home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1995 December / IMM1295.ISO / driver / number_9 / gxe / disk1 / oemsetup.inf < prev    next >
INI File  |  1995-01-26  |  5KB  |  108 lines

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