home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / ps5333nu.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  7.2 KB  |  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.  
  10.  
  11. [Version]
  12. Signature="$CHICAGO$"
  13. Class=Display
  14. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  15. Provider=%INF_Provider%
  16. ;; Commented by AddSDisk.cmd
  17. ;; LayoutFile=layout.inf
  18. DriverVer=06/21/2006,6.0.6001.18000
  19. ;13.94.33
  20.  
  21.  
  22. ;;++ Added by AddSDisk.cmd
  23. [SourceDisksNames]
  24. 3426=windows cd
  25.  
  26. [SourceDisksFiles]
  27. s3gnbm.sys         = 3426
  28. s3gnb.dll         = 3426
  29.  
  30.  
  31. [ControlFlags]
  32. ExcludeFromSelect = *
  33.  
  34. ;
  35. ;  Disk and Directory sections
  36. ;
  37.  
  38. [DestinationDirs]
  39. DefaultDestDir          = 11
  40. S3SavageNB.Miniport     = 12   ; drivers
  41. S3SavageNB.Display      = 11   ; system32
  42.  
  43. ;
  44. ; Driver information
  45. ;
  46.  
  47. [Manufacturer]
  48. %S3%   = S3.Mfg,NTx86...1
  49.  
  50. ;
  51. ; This section should be modified to reflect the chip strings the
  52. ; user will see in the Displays applet when the new driver is being
  53. ; installed from the driver diskette.
  54. ;
  55. [S3.Mfg.NTx86...1]
  56. S3 Graphics ProSavageDDR (Microsoft Corporation - XDDM) = S3SavageNB, PCI\VEN_5333&DEV_8D04
  57. S3 Graphics ProSavageDDR 8D045333 (Microsoft Corporation - XDDM) = S3SavageNB, PCI\VEN_5333&DEV_8D04&SUBSYS_8D045333
  58. S3 Graphics ProSavageDDR D0001458 (Microsoft Corporation - XDDM) = S3SavageNB, PCI\VEN_5333&DEV_8D04&SUBSYS_D0001458
  59. S3 Graphics ProSavageDDR 118D10CF (Microsoft Corporation - XDDM) = S3SavageNB, PCI\VEN_5333&DEV_8D04&SUBSYS_118D10CF
  60. S3 Graphics ProSavageDDR 0020103C (Microsoft Corporation - XDDM) = S3SavageNB, PCI\VEN_5333&DEV_8D04&SUBSYS_0020103C
  61.  
  62. ;
  63. ; General installation section
  64. ;
  65.  
  66. [S3SavageNB]
  67. FeatureScore=FD
  68. CopyFiles= S3SavageNB.Miniport, S3SavageNB.Display, 
  69.  
  70.  
  71. ;
  72. ; File sections
  73. ;
  74.  
  75. [S3SavageNB.Miniport]
  76. s3gNBm.sys      ; miniport driver
  77.  
  78. [S3SavageNB.Display]
  79. s3gNB.dll       ; SavageNB display driver
  80.  
  81. [S3SavageNB.GeneralConfigData]
  82. MaximumDeviceMemoryConfiguration=128
  83.  
  84. ;
  85. ; Service Installation
  86. ;
  87.  
  88. [S3SavageNB.Services]
  89. AddService = S3SavageNB, 0x00000002, S3SavageNB_Service_Inst, S3SavageNB_EventLog_Inst
  90.  
  91. [S3SavageNB_Service_Inst]
  92. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  93. StartType      = 3                  ; SERVICE_DEMAND_START
  94. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  95. LoadOrderGroup = Video
  96. ServiceBinary  = %12%\s3gnbm.sys
  97.  
  98. [S3SavageNB_EventLog_Inst]
  99. AddReg = S3SavageNB_EventLog_AddReg
  100.  
  101. [S3SavageNB_EventLog_AddReg]
  102. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\s3gnbm.sys"
  103. HKR,,TypesSupported,0x00010001,7
  104.  
  105. ;
  106. ; Software Installation
  107. ;
  108.  
  109. [S3SavageNB.SoftwareSettings]
  110. AddReg = S3SavageNB_SoftwareDeviceSettings
  111. DelReg = S3SavageNB_UserPreferences   ; user-selected preferences
  112.  
  113. [S3SavageNB_SoftwareDeviceSettings]
  114. HKR,, InstalledDisplayDrivers,      %REG_MULTI_SZ%, s3gnb
  115. HKR,, VgaCompatible,                %REG_DWORD%,    0
  116. HKR,, CapabilityOverride,           %REG_DWORD%,    8
  117. HKR,, SupportIcd,                   %REG_DWORD%,    0
  118.  
  119. [S3SavageNB_UserPreferences]
  120. HKR,, UseDDCInfo
  121. HKR,, NtscTvPositionX
  122. HKR,, NtscTvPositionY
  123. HKR,, Pal6TvPositionX
  124. HKR,, Pal6TvPositionY
  125. HKR,, Pal8TvPositionX
  126. HKR,, Pal8TvPositionY
  127. HKR,, DisplaysActivePreference
  128. HKR,, TvStandardPreference
  129. HKR,, DdcMaxRefresh
  130.  
  131. [Strings]
  132.  
  133. ;
  134. ; Non-Localizable Strings
  135. ;
  136.  
  137. REG_MULTI_SZ   = 0x00010000
  138. REG_DWORD      = 0x00010001
  139.  
  140. ;
  141. ; Localizable Strings
  142. ;
  143.  
  144. DiskId         = "S3 Graphics, Inc. Installation DISK (VIDEO)"
  145. S3             = "S3 Graphics, Inc."
  146. INF_Provider   = "S3 Graphics, Inc."
  147.     
  148.  
  149.