oemsetup.inf Driver File Contents (69000.zip)

;==================================================================
; Installation inf for Chips And Technologies graphics drivers
;==================================================================

[Version]
Signature="$CHICAGO$"
Provider=%drvlib%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display

[DestinationDirs]
DefaultDestDir   = 11

chipspd.Miniport  = 12  ; drivers
chipspd.Display   = 11  ; system32
chipspd.Deleteme  = 11

;==================================================================
; Driver information
;==================================================================

[Manufacturer]
%Chips% = chips.Mfg

[chips.Mfg]
%ChipsDevicesSTD% = chipspd

;==================================================================
; Driver installation with Chips Tab ( Default )
;==================================================================

[chipspd]
DelFiles=chipspd.Deleteme
CopyFiles=chipspd.Miniport, chipspd.Display

;==================================================================
; File sections
;==================================================================

[chipspd.Deleteme]
chipsdsp.ico

[chipspd.Miniport]
chipsm.sys

[chipspd.Display]
chipsd.dll
cntntdsp.dll
chpstart.exe
chpgamma.dll
chpsptrt.exe
chipsdan.hlp
chipsdeu.hlp
chipsdsp.hlp
chipsesp.hlp
chipsfin.hlp
chipsfra.hlp
chipsita.hlp
chipsjpn.hlp
chipsnld.hlp
chipsnon.hlp
chipsptb.hlp

;==================================================================
; Service Installation
;==================================================================

[chipspd.Services]
AddService = chips, 0x00000002, chipspd_Service_Inst, chipspd_EventLog_Inst

[chipspd_Service_Inst]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary  = %12%\chipsm.sys

[chipspd_EventLog_Inst]
AddReg = chipspd_EventLog_AddReg

[chipspd_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\chipsm.sys"
HKR,,TypesSupported,0x00010001,7


;==================================================================
; Software Installation
;==================================================================

[chipspd.SoftwareSettings]
DelReg = chipspd_RemovePortrait
AddReg = chipspd_SoftwareDeviceSettings
AddReg = chipspd_Configuration                         ; mode/refresh config file section

[chipspd_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, vga, chipsd
HKR,, VgaCompatible,               %REG_DWORD%,    1
HKR,, ConfigFlags,                 %REG_DWORD%,    0

HKCR,"CLSID\%CLIDDSP%",,,"CHIPSDSP"
HKCR,"CLSID\%CLIDDSP%\InProcServer32",,,"cntntdsp.dll"
HKCR,"CLSID\%CLIDDSP%\InProcServer32","ThreadingModel",,"Apartment"

HKLM,"%CURRENT%\%DSPPSH%",,,"cntntdsp"
HKLM,"%CURRENT%\%DSPPSH%\ChipsDsp",,,"%CLIDDSP%"
HKLM,"%CURRENT%\Shell Extensions\Approved",,,"%CLIDDSP%"="CNTNTDSP"
HKLM,"%CURRENT%\Run","CHIPSStart",,"CHPSTART.EXE"
;
; To enable Portrait modes and rotation, un-comment the following
; line and re-install the driver.
;
; HKLM,"%CURRENT%\Run","CHIPSPtrt",,"CHPSPTRT.EXE"

HKR,, DualPipeMode,   %REG_DWORD%,    0
HKR,, DisplayFlags,   %REG_DWORD%, 0xff
HKR,, TVFlags,        %REG_DWORD%, 0x1

HKR,, Mode1_DisplayFlags,%REG_DWORD%,0x102
HKR,, Mode1_TVFlags,%REG_DWORD%,0x1
HKR,, Mode2_DisplayFlags,%REG_DWORD%,0x102
HKR,, Mode2_TVFlags,%REG_DWORD%,0x1


;
; This section will disable the portrait tray app
;
[chipspd_RemovePortrait]
HKLM,"%CURRENT%\Run","CHIPSPtrt"

;
; This section is used to place the mode/refresh configuration filename
; in the Registry.
;

[chipcpl_Configuration]
HKLM,%DEFAULT_CUR_SET%,DefaultSettings.BitsPerPel,%REG_DWORD%,0x8
HKLM,%DEFAULT_CUR_SET%,DefaultSettings.VRefresh,%REG_DWORD%,0x3C
HKLM,%DEFAULT_CUR_SET%,DefaultSettings.XResolution,%REG_DWORD%,0x280
HKLM,%DEFAULT_CUR_SET%,DefaultSettings.YResolution,%REG_DWORD%,0x1E0

;*******************************************************************
; Source file information
;*******************************************************************

[SourceDisksNames.x86]
1 = %DiskId%,,,""

[SourceDisksFiles]
chipsd.dll   = 1,,
chipsm.sys   = 1,,
cntntdsp.dll  = 1,,
chpstart.exe  = 1,,
chpgamma.dll  = 1,,
chpsptrt.exe  = 1,,
chipsdsp.ico  = 1,,
chipsdan.hlp  = 1,,
chipsdeu.hlp  = 1,,
chipsdsp.hlp  = 1,,
chipsesp.hlp  = 1,,
chipsfin.hlp  = 1,,
chipsfra.hlp  = 1,,
chipsita.hlp  = 1,,
chipsjpn.hlp  = 1,,
chipsnld.hlp  = 1,,
chipsnon.hlp  = 1,,
chipsptb.hlp  = 1,,


[Strings]

;==================================================================
; Non-Localizable Strings
;==================================================================

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_EXPAND_SZ  = 0x00020000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001
serviceroot    = System\CurrentControlSet\Services

;==================================================================
; Localizable Strings
;==================================================================

ChipsDevicesSTD = "Chips Video Accelerators (65550/54/55 68554 69000/30)"
Chips = "Chips and Technologies (Asiliant)"

DiskId="CHIPS_DISK1"
drvlib="CHIPS"

CURRENT="SOFTWARE\Microsoft\Windows\CurrentVersion"
DSPPSH="Controls Folder\Display\shellex\PropertySheetHandlers"
CLIDDSP="{FB4D048C-2FD2-11CF-B892-02608C411917}"
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web5, load: 0.94