home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / drivers / dmonit / pgsmon / pgsmon.inf < prev   
Encoding:
INI File  |  1996-02-12  |  1.4 KB  |  82 lines

  1. ; PGS.INF
  2. ;
  3. ; This is setup information file for
  4. ; Princeton Graphic Systems monitor product.
  5. ;
  6. ; Copyright (c) 1994-1996, Princeton Graphic Systems
  7.  
  8.  
  9. [Version]
  10. Signature="$Chicago"
  11. Class=Monitor
  12. Provider=%Princeton%
  13.  
  14. ; Manufacturer Section
  15. ;-----------------------------------------------
  16. [Manufacturer]
  17. %Princeton%=Princeton
  18.  
  19. ; Manufacturer Name Section
  20. ;-----------------------------------------------
  21. [Princeton]
  22. %EO15%=EO15, Monitor\PGS003B
  23. %EO17%=EO17, Monitor\PGS003D
  24.  
  25. ; Install Section
  26. ;-----------------------------------------------
  27. [EO15]
  28. DelReg=DCR
  29. AddReg=EO15.Add, 1280, DPMS
  30.  
  31. [EO17]
  32. DelReg=DCR
  33. AddReg=EO15.Add, 1280, DPMS
  34.  
  35. ; Common AddReg Section
  36. ;-----------------------------------------------
  37. [DCR]
  38. HKR,MODES
  39. HKR,,MaxResolution
  40. HKR,,DPMS
  41. HKR,,ICMProfile
  42.  
  43. [640]
  44. HKR,,MaxResolution,,"640,480"
  45.  
  46. [800]
  47. HKR,,MaxResolution,,"800,600"
  48.  
  49. [1024]
  50. HKR,,MaxResolution,,"1024,768"
  51.  
  52. [1152]
  53. HKR,,MaxResolution,,"1152,864"
  54.  
  55. [1280]
  56. HKR,,MaxResolution,,"1280,1024"
  57.  
  58. [1600]
  59. HKR,,MaxResolution,,"1600,1200"
  60.  
  61. [DPMS]
  62. HKR,,DPMS,,1
  63.  
  64. ; Model AddReg Section
  65. ;-----------------------------------------------
  66.  
  67. [EO15.Add]
  68. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  69.  
  70. [EO17.Add]
  71. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  72.  
  73. ; User visible strings
  74. ;-----------------------------------------------
  75. [Strings]
  76. Princeton="Princeton Graphic Systems"
  77. EO15="EO15"
  78. EO17="EO17"
  79.  
  80.  
  81.  
  82.