home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 33 VDrivers / 33-VDrivers.zip / i8os2113.zip / OEMSETUP.INF < prev    next >
INI File  |  1994-09-13  |  4KB  |  103 lines

  1. ;#9 Imagine-128  <--- Number Nine Computer Corporation Tag
  2. ;=============================================================================
  3. ; OEMSETUP.INF       Imagine 128 Setup        Number Nine Computer Corporation
  4. ;
  5. ;   Installation data for the Imagine-128 Windows driver.  This file is used 
  6. ;   by the 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 Imagine-128 Windows Driver Disk", Imagine
  32.  
  33.  
  34. ;-----------------------------------------------------------------------------
  35. [display]
  36. ;
  37. ; The Imagine-128 windows driver requires use of Windows 3.1.  
  38. ;
  39. ;
  40. ;profile = driver, description, resolution, 286 grabber, logo code, VDD,
  41. ;          386grabber, ega.sys, logo data, optional section
  42. ;
  43. I128LOW = N:I128.DRV,"#9Imagine-128 Display Driver (small fonts)","100,96,96",N:vgacolor.2gr,N:vgalogo.lgo,x:vddi128.386,N:vga.3gr,,N:vgalogo.rle,I128LOW
  44. I128HIGH = N:I128.DRV,"#9Imagine-128 Display Driver (large fonts)","100,120,120",N:vgacolor.2gr,N:vgalogo.lgo,x:vddi128.386,N:vga.3gr,,N:vgalogo.rle,I128HIGH
  45.  
  46.  
  47. ;-----------------------------------------------------------------------------
  48. ; Optional sections in field 9 of display section are interpreted as follows:
  49. ;
  50. ;       File, Destination, .ini file, Section, OldLine, NewLine
  51. ;
  52. ; Where:    x:File      = Optional; file to be copied, may be left null.
  53. ;           Destination = 0: for Windows root or 0:system for system subdir
  54. ;                          where file is to be copied.
  55. ;           .ini file   = Optional; .ini file to be modified or created.
  56. ;                          Must be included if following parameters specified.
  57. ;           Section     = Section of .ini file to be modified.
  58. ;           OldLine     = Optional; old line to be removed from the .ini file.
  59. ;                          Only one occurence of that string is removed.
  60. ;           NewLine     = New text line to be written to the .ini file.
  61. ;
  62. ; The following lines set up both drivers for large fonts.
  63.  
  64. [I128LOW]
  65. ,, system.ini, "boot", "Display DPI=", "Display DPI=96"
  66.  
  67. [I128HIGH]
  68. ,, system.ini, "boot", "Display DPI=", "Display DPI=120"
  69.  
  70. ;-----------------------------------------------------------------------------
  71. ; Copy IRESET.EXE whenever I128.DRV is copied.
  72. ;
  73. [I128.DRV]
  74.  N:IRESET.EXE, 0:,
  75.  
  76. ;-----------------------------------------------------------------------------
  77. [sysfonts]
  78.  
  79.  N:96sys.fon,  "Small, 96 DPI, fonts",  "100,96,96"
  80.  N:96sys.fon,  "Large, 96 DPI, fonts",  "100,96,96"
  81.  N:120sys.fon, "Small, 120 DPI, fonts", "100,120,120"
  82.  N:120sys.fon, "Large, 120 DPI, fonts", "100,120,120"
  83.  
  84.  
  85. ;-----------------------------------------------------------------------------
  86. [fixedfonts]
  87.  
  88.  N:96fix.fon,  "Small, 96 DPI, fonts",  "100,96,96" "100,96,96"
  89.  N:96fix.fon,  "Large, 96 DPI, fonts",  "100,96,96" "100,96,96"
  90.  N:120fix.fon, "Small, 120 DPI, fonts", "100,120,120" "100,120,120"
  91.  N:120fix.fon, "Large, 120 DPI, fonts", "100,120,120" "100,120,120"
  92.  
  93.  
  94. ;-----------------------------------------------------------------------------
  95. [oemfonts]
  96.  
  97.  N:96oem.fon,  "Small, 96 DPI, Terminal font (USA/Europe)",  "100,96,96",   1
  98.  N:96oem.fon,  "Small, 96 DPI, Terminal font (USA/Europe)",  "100,96,96",   1
  99.  N:120oem.fon, "Large, 120 DPI, Terminal font (USA/Europe)", "100,120,120", 1
  100.  N:120oem.fon, "Large, 120 DPI, Terminal font (USA/Europe)", "100,120,120", 1
  101.  
  102.  
  103.