; S3SAVMX.INF For S3 ; ; Installation inf for the S3 Incorporated display driver ; Utilities for the Savage/MX. ; ; Copyright (c) 1999, 2000 by S3 Incorporated. ; [Version] Signature="$CHICAGO$" Provider=%S3% ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318} Class=Display [DestinationDirs] DefaultDestDir = 11 S3Inc.Miniport = 12 ; drivers S3Inc.Display = 11 ; system32 S3Inc.Inf = 11 S3Inc.Icd = 11 ; ; Driver information ; [Manufacturer] %S3% = S3.Mfg ; ; 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] S3 Inc. Savage/IX (Flashpoint 3dx V7.11.21) = S3Inc, PCI\VEN_5333&DEV_8C12 ; ; General installation section ; [S3Inc] CopyFiles=S3Inc.Miniport, S3Inc.Display, S3Inc.Inf, S3Inc.Icd ; ; File sections ; [S3Inc.Miniport] s3savmxm.sys ; miniport driver [S3Inc.Display] s3savmx.dll ; Savage/MX display driver [S3Inc.Inf] s3savmx.inf ; Savage/MX [S3Inc.Icd] mxicd.dll ; OpenGL ICD driver ; ; Service Installation ; [S3Inc.Services] AddService = S3Inc, 0x00000002, S3Inc_Service_Inst, S3Inc_EventLog_Inst [S3Inc_Service_Inst] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 1 ; SERVICE_SYSTEM_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Video ServiceBinary = %12%\s3savmxm.sys [S3Inc_EventLog_Inst] AddReg = S3Inc_EventLog_AddReg [S3Inc_EventLog_AddReg] HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\s3savmxm.sys" HKR,,TypesSupported,0x00010001,7 ; ; Software Installation ; [S3Inc.SoftwareSettings] AddReg = S3Inc_SoftwareDeviceSettings DelReg = S3Inc_UserPreferences [S3Inc_SoftwareDeviceSettings] HKLM,Software\Microsoft\%WinNTDir%\CurrentVersion\OpenGLdrivers,SavageMx,,"mxicd" HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, s3savmx HKR,, VgaCompatible, %REG_DWORD%, 0 HKR,, SupportIcd, %REG_DWORD%, 1 HKR,, SupportSAMM, %REG_DWORD%, 0 ; user-selected preferences [S3Inc_UserPreferences] HKR,, UseDDCInfo HKR,, PanelCenterExpandMode HKR,, SingleController HKR,, NtscTvPositionX HKR,, NtscTvPositionY HKR,, Pal6TvPositionX HKR,, Pal6TvPositionY HKR,, Pal8TvPositionX HKR,, Pal8TvPositionY HKR,, DisplaysActivePreference HKR,, TvStandardPreference HKR,, DdcMaxRefresh ; ; Source file information ; [SourceDisksNames.x86] 1 = %DiskId%,,,"" [SourceDisksFiles] s3savmxm.sys = 1 ; all files on Disk 1 s3savmx.dll = 1 s3savmx.inf = 1 mxicd.dll = 1 ;; Resource DLL S3uninst.exe=1 [Strings] ; ; Non-Localizable Strings ; REG_SZ = 0x00000000 REG_MULTI_SZ = 0x00010000 REG_DWORD = 0x00010001 ; ; Localizable Strings ; DiskId = "S3 Incorporated Installation DISK (VIDEO)" S3 = "S3 Incorporated" WinNTDir = "Windows NT" 1 = "Controls Folder" S3 = "S3 Incorporated" CURVER = "Software\Microsoft\Windows\CurrentVersion" SCHEMES = "Schemes" S3SRVC = "S3Inc"