home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / ps5333nu.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  7KB  |  149 lines

  1.  ■; ps533nu.INF for Vista XDDM "In the box" driver package.
  2. ;
  3. ; Windows Vista installation file (.INF) for the S3 Graphics, Inc. display driver 
  4. ; for ProSavageDDR
  5. ;
  6. ; Copyright (c) 2003 by S3 Graphics, Inc.
  7. ; Copyright (c) 2004 By S3 Graphics Co., Ltd.
  8. ;
  9. [Version]
  10. Signature="$CHICAGO$"
  11. Class=Display
  12. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  13. Provider=%INF_Provider%
  14. ;; Commented by AddSDisk.cmd
  15. ;; LayoutFile=layout.inf
  16. DriverVer=06/21/2006,6.0.6001.18000
  17. ;13.94.33
  18. ;;++ Added by AddSDisk.cmd
  19. [SourceDisksNames]
  20. 3426=windows cd
  21. [SourceDisksFiles]
  22. s3gnbm.sys         = 3426
  23. s3gnb.dll         = 3426
  24. [ControlFlags]
  25. ExcludeFromSelect = *
  26. ;
  27. ;  Disk and Directory sections
  28. ;
  29. [DestinationDirs]
  30. DefaultDestDir          = 11
  31. S3SavageNB.Miniport     = 12   ; drivers
  32. S3SavageNB.Display      = 11   ; system32
  33. ;
  34. ; Driver information
  35. ;
  36. [Manufacturer]
  37. %S3%   = S3.Mfg,NTx86...1
  38. ;
  39. ; This section should be modified to reflect the chip strings the
  40. ; user will see in the Displays applet when the new driver is being
  41. ; installed from the driver diskette.
  42. ;
  43. [S3.Mfg.NTx86...1]
  44. S3 Graphics ProSavageDDR (Microsoft Corporation - XDDM) = S3SavageNB, PCI\VEN_5333&DEV_8D04
  45. S3 Graphics ProSavageDDR 8D045333 (Microsoft Corporation - XDDM) = S3SavageNB, PCI\VEN_5333&DEV_8D04&SUBSYS_8D045333
  46. S3 Graphics ProSavageDDR D0001458 (Microsoft Corporation - XDDM) = S3SavageNB, PCI\VEN_5333&DEV_8D04&SUBSYS_D0001458
  47. S3 Graphics ProSavageDDR 118D10CF (Microsoft Corporation - XDDM) = S3SavageNB, PCI\VEN_5333&DEV_8D04&SUBSYS_118D10CF
  48. S3 Graphics ProSavageDDR 0020103C (Microsoft Corporation - XDDM) = S3SavageNB, PCI\VEN_5333&DEV_8D04&SUBSYS_0020103C
  49. ;
  50. ; General installation section
  51. ;
  52. [S3SavageNB]
  53. FeatureScore=FD
  54. CopyFiles= S3SavageNB.Miniport, S3SavageNB.Display, 
  55. ;
  56. ; File sections
  57. ;
  58. [S3SavageNB.Miniport]
  59. s3gNBm.sys      ; miniport driver
  60. [S3SavageNB.Display]
  61. s3gNB.dll       ; SavageNB display driver
  62. [S3SavageNB.GeneralConfigData]
  63. MaximumDeviceMemoryConfiguration=128
  64. ;
  65. ; Service Installation
  66. ;
  67. [S3SavageNB.Services]
  68. AddService = S3SavageNB, 0x00000002, S3SavageNB_Service_Inst, S3SavageNB_EventLog_Inst
  69. [S3SavageNB_Service_Inst]
  70. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  71. StartType      = 3                  ; SERVICE_DEMAND_START
  72. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  73. LoadOrderGroup = Video
  74. ServiceBinary  = %12%\s3gnbm.sys
  75. [S3SavageNB_EventLog_Inst]
  76. AddReg = S3SavageNB_EventLog_AddReg
  77. [S3SavageNB_EventLog_AddReg]
  78. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\s3gnbm.sys"
  79. HKR,,TypesSupported,0x00010001,7
  80. ;
  81. ; Software Installation
  82. ;
  83. [S3SavageNB.SoftwareSettings]
  84. AddReg = S3SavageNB_SoftwareDeviceSettings
  85. DelReg = S3SavageNB_UserPreferences   ; user-selected preferences
  86. [S3SavageNB_SoftwareDeviceSettings]
  87. HKR,, InstalledDisplayDrivers,      %REG_MULTI_SZ%, s3gnb
  88. HKR,, VgaCompatible,                %REG_DWORD%,    0
  89. HKR,, CapabilityOverride,           %REG_DWORD%,    8
  90. HKR,, SupportIcd,                   %REG_DWORD%,    0
  91. [S3SavageNB_UserPreferences]
  92. HKR,, UseDDCInfo
  93. HKR,, NtscTvPositionX
  94. HKR,, NtscTvPositionY
  95. HKR,, Pal6TvPositionX
  96. HKR,, Pal6TvPositionY
  97. HKR,, Pal8TvPositionX
  98. HKR,, Pal8TvPositionY
  99. HKR,, DisplaysActivePreference
  100. HKR,, TvStandardPreference
  101. HKR,, DdcMaxRefresh
  102. [Strings]
  103. ;
  104. ; Non-Localizable Strings
  105. ;
  106. REG_MULTI_SZ   = 0x00010000
  107. REG_DWORD      = 0x00010001
  108. ;
  109. ; Localizable Strings
  110. ;
  111. DiskId         = "S3 Graphics, Inc. Installation DISK (VIDEO)"
  112. S3             = "S3 Graphics, Inc."
  113. INF_Provider   = "S3 Graphics, Inc."
  114.