home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / graf_h_o / ncr_7722 / oemsetup.inf < prev    next >
INI File  |  1993-06-18  |  4KB  |  68 lines

  1. [disks]
  2.     1 =. ,"Microsoft Windows 3.1 Disk #1",disk1
  3.     2 =. ,"Microsoft Windows 3.1 Disk #2",disk2
  4.     3 =. ,"Microsoft Windows 3.1 Disk #3",disk3
  5.     4 =. ,"Microsoft Windows 3.1 Disk #4",disk4
  6.     5 =. ,"Microsoft Windows 3.1 Disk #5",disk5
  7.     6 =. ,"Microsoft Windows 3.1 Disk #6",disk6
  8.     7 =. ,"Microsoft Windows 3.1 Disk #7",disk7
  9.     8 = .,"NCR Display Disk",ncr_oem
  10.  
  11.  
  12. ; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  13. : !!! The description strings should not be changed.
  14. ; !!! Changing description strings can result in old drivers not being
  15. ; !!! upgraded since Setup uses the description string to determine what
  16. ; !!! driver is installed and whether a new, upgraded driver is provided
  17. ; !!! with this version of Windows.
  18. ; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  19. ;
  20. [data]
  21. version = 3.1
  22.  
  23. [display]
  24. ;profile = driver,         Description of driver,                           resolution,    286 grabber,    logo code,       VDD,            386grabber,   ega.sys,   logo data,    optional work section
  25. ;
  26. ncra      = 8:n4600.drv,    "NCR,  800x600 16  colors              ",         "100,96,96",   8:ncrclr.2gr, 2:vgalogo.lgo,   8:vddncr.386,   8:ncr.3gr,,              2:vgalogo.rle, ncr
  27. ncrb      = 8:n4768.drv,    "NCR, 1024x768 16  colors (Small fonts)",         "100,96,96",   8:ncrclr.2gr, 2:vgalogo.lgo,   8:vddncr.386,   8:ncr.3gr,,              2:vgalogo.rle, ncr96
  28. ncrc      = 8:n4768.drv,    "NCR, 1024x768 16  colors (Large fonts)",         "100,120,120", 8:ncrclr.2gr, 2:vgalogo.lgo,   8:vddncr.386,   8:ncr.3gr,,              2:vgalogo.rle, ncr120
  29. ncrd      = 8:n8480.drv,    "NCR,  640x480 256 colors (Small fonts)",         "100,96,96",   8:ncrclr.2gr, 2:vgalogo.lgo,   8:vddncr.386,   8:ncr.3gr,,              2:vgalogo.rle, ncr96
  30. ;ncre      = 8:n8480.drv,    "NCR,  640x480 256 colors (Large fonts)",         "100,120,120", 8:ncrclr.2gr, 2:vgalogo.lgo,   8:vddncr.386,   8:ncr.3gr,,              2:vgalogo.rle, ncr120
  31. ncrf      = 8:n8600.drv,    "NCR,  800x600 256 colors (Small fonts)",         "100,96,96",   8:ncrclr.2gr, 2:vgalogo.lgo,   8:vddncr.386,   8:ncr.3gr,,              2:vgalogo.rle, ncr96
  32. ncrg      = 8:n8600.drv,    "NCR,  800x600 256 colors (Large fonts)",         "100,120,120", 8:ncrclr.2gr, 2:vgalogo.lgo,   8:vddncr.386,   8:ncr.3gr,,              2:vgalogo.rle, ncr120
  33. ncrh      = 8:n8768.drv,    "NCR, 1024x768 256 colors (Small fonts)",         "100,96,96",   8:ncrclr.2gr, 2:vgalogo.lgo,   8:vddncr.386,   8:ncr.3gr,,              2:vgalogo.rle, ncr96
  34. ncri      = 8:n8768.drv,    "NCR, 1024x768 256 colors (Large fonts)",         "100,120,120", 8:ncrclr.2gr, 2:vgalogo.lgo,   8:vddncr.386,   8:ncr.3gr,,              2:vgalogo.rle, ncr120
  35.  
  36. ;
  37. ; Optional sections listed in field 9 of the display secton are intrpreted as follows:
  38. ;
  39. ; File, Destination, .ini file, Section, LHS, RHS
  40. ;
  41. ; Where:    x:File      = Optional; file to be copied, may be left null.
  42. ;           Destination = 0: for windows root or 0:system for system subdir
  43. ;                          where file is to be copied.
  44. ;           .ini file   = Optional; .ini file to be modified or created.
  45. ;                          Must be included if following parameters specified.
  46. ;           Section     = Section of .ini file to be modified.
  47. ;           OldLine     = Optional; old line to be removed from the .ini file.
  48. ;                          Only one occurence of the specified string is removed.
  49. ;           NewLine     = New text line to be written to the .ini file.
  50. ;
  51. [ncr]
  52. ,,system.ini,ncr.display,"DPI="
  53.  
  54. [ncr96]
  55. ,,system.ini,ncr.display,"DPI=","DPI=96"
  56.  
  57. [ncr120]
  58. ,,system.ini,ncr.display,"DPI=","DPI=120"
  59.  
  60.  
  61. ; copy these fonts depending on the 386 grabber being used
  62. [ncr.3gr]
  63. 2:CGA40WOA.FON,2:CGA40850.FON
  64. 2:CGA80WOA.FON,2:CGA80850.FON
  65. 2:EGA40WOA.FON,2:EGA40850.FON
  66. 2:EGA80WOA.FON,2:EGA80850.FON
  67.  
  68.