home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / Treiber / Elsa / 3000M / MULTIMAN / ELSAMON2.INF next >
Windows Setup INFormation  |  1998-04-09  |  2KB  |  62 lines

  1. ;■
  2. ;│ ELSAMON2.INF: Device information file for ELSA Monitors
  3. ;│         (pseudo Monitor for MULTIman)
  4. ;│
  5. ;│ Copyright (c) 1995 ELSA AG, Aachen (Germany)
  6. ;│
  7. ;│ 30.08.95, js
  8. ;│
  9. ;└──────────────────────────────────────────────────────────────────────
  10.  
  11. ;-----------------------------------------------------------------------
  12. [Version]
  13. ;-----------------------------------------------------------------------
  14. signature="$CHICAGO$"
  15. InfVersion=01.06.00
  16. Class=Monitor
  17. Provider=%ELSA%
  18.  
  19. ;-----------------------------------------------------------------------
  20. [Manufacturer]
  21. ;-----------------------------------------------------------------------
  22. %ELSA%=ELSA_MON
  23.  
  24. ;-----------------------------------------------------------------------
  25. [ELSA_MON]
  26. ;-----------------------------------------------------------------------
  27. %MULTIMAN%    = MULTIman.Install, MonID_MULTIman
  28.  
  29. ;-----------------------------------------------------------------------
  30. ; INSTALL section
  31. ;-----------------------------------------------------------------------
  32. [MULTIman.Install]
  33. DelReg=DEL_CURRENT_REG
  34. AddReg=Res.SuperHigh
  35.  
  36. ;-----------------------------------------------------------------------
  37. ; add registry section
  38. ;-----------------------------------------------------------------------
  39.  
  40. [DEL_CURRENT_REG]
  41. HKR,MODES
  42. HKR,,MaxResolution
  43. HKR,,DPMS
  44.  
  45. [Res.SuperHigh]
  46. ; 8192 seems to be the highest accepted resolution
  47. HKR,,MaxResolution,,"8192,8192"
  48.  
  49.  
  50. ;-----------------------------------------------------------------------
  51. [Strings]
  52. ;-----------------------------------------------------------------------
  53. ; General purpose strings
  54. ;------------------------
  55. ELSA        = "ELSA AG"
  56. DiskID        = "ELSA Windows 95 MULTIman Driver Disk"
  57.  
  58. ; device descriptions
  59. ;--------------------
  60. MULTIMAN    = "MULTIman"
  61. ;-----------------------------------------------------------------------
  62.