home *** CD-ROM | disk | FTP | other *** search
- ; ps533nu.INF for Vista XDDM "In the box" driver package.
- ;
- ; Windows Vista installation file (.INF) for the S3 Graphics, Inc. display driver
- ; for ProSavageDDR
- ;
- ; Copyright (c) 2003 by S3 Graphics, Inc.
- ; Copyright (c) 2004 By S3 Graphics Co., Ltd.
- ;
-
-
- [Version]
- Signature="$CHICAGO$"
- Class=Display
- ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
- Provider=%INF_Provider%
- ;; Commented by AddSDisk.cmd
- ;; LayoutFile=layout.inf
- DriverVer=06/21/2006,6.0.6001.18000
- ;13.94.33
-
-
- ;;++ Added by AddSDisk.cmd
- [SourceDisksNames]
- 3426=windows cd
-
- [SourceDisksFiles]
- s3gnbm.sys = 3426
- s3gnb.dll = 3426
-
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- ;
- ; Disk and Directory sections
- ;
-
- [DestinationDirs]
- DefaultDestDir = 11
- S3SavageNB.Miniport = 12 ; drivers
- S3SavageNB.Display = 11 ; system32
-
- ;
- ; Driver information
- ;
-
- [Manufacturer]
- %S3% = S3.Mfg,NTx86...1
-
- ;
- ; This section should be modified to reflect the chip strings the
- ; user will see in the Displays applet when the new driver is being
- ; installed from the driver diskette.
- ;
- [S3.Mfg.NTx86...1]
- S3 Graphics ProSavageDDR (Microsoft Corporation - XDDM) = S3SavageNB, PCI\VEN_5333&DEV_8D04
- S3 Graphics ProSavageDDR 8D045333 (Microsoft Corporation - XDDM) = S3SavageNB, PCI\VEN_5333&DEV_8D04&SUBSYS_8D045333
- S3 Graphics ProSavageDDR D0001458 (Microsoft Corporation - XDDM) = S3SavageNB, PCI\VEN_5333&DEV_8D04&SUBSYS_D0001458
- S3 Graphics ProSavageDDR 118D10CF (Microsoft Corporation - XDDM) = S3SavageNB, PCI\VEN_5333&DEV_8D04&SUBSYS_118D10CF
- S3 Graphics ProSavageDDR 0020103C (Microsoft Corporation - XDDM) = S3SavageNB, PCI\VEN_5333&DEV_8D04&SUBSYS_0020103C
-
- ;
- ; General installation section
- ;
-
- [S3SavageNB]
- FeatureScore=FD
- CopyFiles= S3SavageNB.Miniport, S3SavageNB.Display,
-
-
- ;
- ; File sections
- ;
-
- [S3SavageNB.Miniport]
- s3gNBm.sys ; miniport driver
-
- [S3SavageNB.Display]
- s3gNB.dll ; SavageNB display driver
-
- [S3SavageNB.GeneralConfigData]
- MaximumDeviceMemoryConfiguration=128
-
- ;
- ; Service Installation
- ;
-
- [S3SavageNB.Services]
- AddService = S3SavageNB, 0x00000002, S3SavageNB_Service_Inst, S3SavageNB_EventLog_Inst
-
- [S3SavageNB_Service_Inst]
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 0 ; SERVICE_ERROR_IGNORE
- LoadOrderGroup = Video
- ServiceBinary = %12%\s3gnbm.sys
-
- [S3SavageNB_EventLog_Inst]
- AddReg = S3SavageNB_EventLog_AddReg
-
- [S3SavageNB_EventLog_AddReg]
- HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\s3gnbm.sys"
- HKR,,TypesSupported,0x00010001,7
-
- ;
- ; Software Installation
- ;
-
- [S3SavageNB.SoftwareSettings]
- AddReg = S3SavageNB_SoftwareDeviceSettings
- DelReg = S3SavageNB_UserPreferences ; user-selected preferences
-
- [S3SavageNB_SoftwareDeviceSettings]
- HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, s3gnb
- HKR,, VgaCompatible, %REG_DWORD%, 0
- HKR,, CapabilityOverride, %REG_DWORD%, 8
- HKR,, SupportIcd, %REG_DWORD%, 0
-
- [S3SavageNB_UserPreferences]
- HKR,, UseDDCInfo
- HKR,, NtscTvPositionX
- HKR,, NtscTvPositionY
- HKR,, Pal6TvPositionX
- HKR,, Pal6TvPositionY
- HKR,, Pal8TvPositionX
- HKR,, Pal8TvPositionY
- HKR,, DisplaysActivePreference
- HKR,, TvStandardPreference
- HKR,, DdcMaxRefresh
-
- [Strings]
-
- ;
- ; Non-Localizable Strings
- ;
-
- REG_MULTI_SZ = 0x00010000
- REG_DWORD = 0x00010001
-
- ;
- ; Localizable Strings
- ;
-
- DiskId = "S3 Graphics, Inc. Installation DISK (VIDEO)"
- S3 = "S3 Graphics, Inc."
- INF_Provider = "S3 Graphics, Inc."
-
-
-