Radeon 9200 SE: device cannot start

L

Luca

Hello folks!

We are having some trouble using Radeon 9200 SE (PCI or AGP) display
adapter. We are currently testing the component on a motherboard Asus
P4V8X-X.

Thanks to the support from this newsgroup we were able to create the
component from the inf file without error or warning, and to trace back all
the dll/sys dependencies to add the necessary components in TD. Running
dependencywalk on all the files (directly on the target machine) of the
RADEON 9200 component does not report any missing file. Anyhow the
component does not work properly. Indeed the device is correctly reported by
the device manager, but with error "device cannot start".

Below a "summurized version" of th INF we used to create the component. We
tried to cut all the "unnecessary parts" (e.g. the drivers of the radeon
family), but using the component from this file we got "error 87: the
parameter is incorrect" in setapi.log and the driver is not installed. With
the full (and LONG) INF there are no errors reported on setapi.log.

We noticed that in the component created importing the INF file (also for
the file below) only the registry keys listed in the section
[Uninstall.AddReg] are present, all the others keys are not in the
component.
I remember someone saying on the newsgroup (maybe Slobodan?) that for VGA
driver, registry settings are not strictly needed.... anyhow, could be the
missing registry keys the cause of the fault?

As last temptative we created an image without any special VGA drivers, and
we tried to install RADEON drivers directly from the CD and from the latest
version downloaded from ati website. In the first case the installation went
apparently smooth, but the device manager reported "device cannot start"; in
the second case we had to install DirectX9 (thanks again to all the active
memeber of this community for the help we got from the newsgroup), the
installation finished without errors... but still... "device cannot start"
on the device manager.

Any help to try to solve the problem is greatly appreciated. Because of this
we are very late in the deployment of the prototype to the customer.

One of the main reason we choose xpe (over other "componentizable" OSes) was
the not so steep learning curve and the (wrong?) assumption we could easely
adopt resources (HW/SW) and drivers available under XPpro. From our direct
experience and from what I can read every day on this newsgroup I now
realize that the "community self support" is a fundamental resource to
deploy XPE images... we are wondering if eventually we really get "all" this
advantages from xpe.

Thanks in advance for your time and my apologizes for the long email.

Cheers,
Luca

;+++++++++++++++ INF FILE I USED TO CREATE SLD COMPONENT+++++++++++++++
;-----------------------------------------------
; ATI Display Information file : ATIIXPAG.INF
; Installation INF for the ATI display driver.
; Copyright(C) 1998-2004 ATI Technologies Inc.
; Windows XP
; Base INF Last Updated 2004/01/27

[Version]
Signature="$Windows NT$"
Provider=%ATI%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
DriverVer=03/03/2004, 6.14.10.6430
CatalogFile=CX_14319.CAT

[DestinationDirs]
DefaultDestDir = 11
ati2mtag.Miniport = 12 ; drivers
ati2mtag.Display = 11 ; system32

[ControlFlags]
ExcludeFromSelect=*
;
; Driver information
;

[Manufacturer]
%ATI% = ATI.Mfg

[ATI.Mfg]
"RADEON 9200 SERIES (TEST 5964)" = ati2mtag_RV280, PCI\VEN_1002&DEV_5964
"RADEON 9200 SERIES (TEST 5069)" = ati2mtag_RV280, PCI\VEN_1002&DEV_5960
"RADEON 9200 SERIES (TEST 5961)" = ati2mtag_RV280, PCI\VEN_1002&DEV_5961
"RADEON 9200 SERIES - Secondary (TEST 5940)" = ati2mtag_RV280,
PCI\VEN_1002&DEV_5940
"RADEON 9200 SERIES - Secondary (TEST 5D44)" = ati2mtag_RV280,
PCI\VEN_1002&DEV_5D44
"RADEON 9200 SERIES - Secondary (TEST 5941)" = ati2mtag_RV280,
PCI\VEN_1002&DEV_5941

;
; General installation section
;

[ati2mtag_default]
Include=msdv.inf
CopyFiles=ati2mtag.Miniport, ati2mtag.Display, ati2mtag.OpenGL,
Uninstall.CopyFiles;, DVCR.CopyCodec
AddReg=Uninstall.AddReg
;UpdateInis=DVCR.UpdateIni

[ati2mtag_RV280]
Include=msdv.inf
CopyFiles=ati2mtag.Miniport, ati2mtag.Display, ati2mtag.OpenGL,
Uninstall.CopyFiles ;, DVCR.CopyCodec
AddReg=Uninstall.AddReg
;UpdateInis=DVCR.UpdateIni

[ati2mtag_RemoveService]
ati2mtag
;
; File sections
;

[Uninstall.CopyFiles]
atiiiexx.dll

[ati2mtag.Miniport]
ati2mtag.sys

[ati2mtag.Display]
ati2dvag.dll
Ati2mdxx.exe
ati3d1ag.dll
ati3d2ag.dll
ati3duag.dll
ativvaxx.dll
ATIDDC.DLL
atitvo32.dll
ativcoxx.dll
ati2evxx.exe
ati2evxx.dll
atipdlxx.dll
Oemdspif.dll
ati2edxx.dll

[ati2mtag.OpenGL]
atioglxx.dll

[FGL_OGL.sys]

[Uninstall.AddReg]
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\ATI Display
Driver",DisplayName,,"ATI Display Driver"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\ATI Display
Driver",UninstallString,,"rundll32
%11%\atiiiexx.dll,_InfEngUnInstallINFFile_RunDLL@16 -force_restart -flags:0x
2010001 -inf_class:DISPLAY -clean"
;HKLM,"Software\ATI Technologies\Installed Drivers\ATI Display Driver"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\ATI Display
Driver",DisplayVersion,,"7.992-040303m-014319C-ATI"
;
; Service Installation
;

[ati2mtag_default.Services]
AddService = ati2mtag, 0x00000002, ati2mtag_Service_Inst,
ati2mtag_EventLog_Inst

[ati2mtag_RV280.Services]
AddService = ati2mtag, 0x00000002, ati2mtag_Service_Inst,
ati2mtag_EventLog_Inst

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

[ati2mtag_EventLog_Inst]
AddReg = ati2mtag_EventLog_AddReg

[ati2mtag_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%System
Root%\System32\drivers\ati2mtag.sys"
HKR,,TypesSupported,0x00010001,7

[Ati2evxx_Generic_Service_Inst]
ServiceType = 0x110
StartType = 2
ErrorControl = 1
ServiceBinary = %11%\Ati2evxx.exe
LoadOrderGroup = Event log

[Ati2evxx_EventLog_Inst]
AddReg=Ati2evxx_EventLog_AddReg

[Ati2evxx_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%11%\Ati2evxx.exe"
HKR,,TypesSupported,0x00010001,7
;
; Software Installation
;

[ati2mtag_default.SoftwareSettings]
AddReg = ati2mtag_SoftwareDeviceSettings
AddReg = ati2mtag_DEFAULT_SoftwareDeviceSettings
AddReg = atioglxx_OpenGLSoftwareSettings
DelReg = ati2mtag_RemoveDeviceSettings

[ati2mtag_RV280.SoftwareSettings]
AddReg = ati2mtag_SoftwareDeviceSettings
AddReg = ati2mtag_RV280_SoftwareDeviceSettings
AddReg = atioglxx_OpenGLSoftwareSettings
DelReg = ati2mtag_RemoveDeviceSettings

[ati2mtag_DEFAULT_SoftwareDeviceSettings]
HKR,, DisableEnumAllChilds, %REG_DWORD%, 1
HKR,, GCORULE_HIGHDISPRI, %REG_DWORD%, 1
HKR,, DisableFullAdapterInit, %REG_DWORD%, 0
HKR,, GCOOPTION_DigitalCrtInfo, %REG_BINARY%, A3,38,61,C1,A3,38,61,B1
HKR,, DALNonStandardModesBCD1,
%REG_BINARY%,16,00,12,00,00,00,00,70,18,56,13,92,00,00,00,00,12,80,07,68,00,
00,00,00,17,92,13,44,00,00,00,00,18,00,14,40,00,00,00,00,12,80,09,60,00,00,0
0,60,12,80,09,60,00,00,00,70,12,80,09,60,00,00,00,72
HKR,, DALNonStandardModesBCD2,
%REG_BINARY%,12,80,09,60,00,00,00,75,12,80,09,60,00,00,00,85
HKR,, DisableFullAdapterInit, %REG_DWORD%, 0
HKR,, DALRULE_ADDNATIVEMODESTOMODETABLE, %REG_DWORD%, 1

[ati2mtag_RV280_SoftwareDeviceSettings]
HKR,, DisableFullAdapterInit, %REG_DWORD%, 0
HKR,, DisableDynamicEnableMode, %REG_DWORD%, 1
HKR,, GCOOPTION_DigitalCrtInfo, %REG_BINARY%, A3,38,61,C1,A3,38,61,B1
HKR,, GCORULE_FlickerWA, %REG_DWORD%, 1
HKR,, DisableDirectPath, %REG_DWORD%, 1
HKR,, DALNonStandardModesBCD1,
%REG_BINARY%,16,00,12,00,00,00,00,70,18,56,13,92,00,00,00,00,12,80,07,68,00,
00,00,00,17,92,13,44,00,00,00,00,18,00,14,40,00,00,00,00,12,80,09,60,00,00,0
0,60,12,80,09,60,00,00,00,70,12,80,09,60,00,00,00,72
HKR,, DALNonStandardModesBCD2,
%REG_BINARY%,12,80,09,60,00,00,00,75,12,80,09,60,00,00,00,85
HKR,, DALRULE_ADDNATIVEMODESTOMODETABLE, %REG_DWORD%, 1
HKR,, GCORULE_R200TVPLLWA, %REG_DWORD%, 1
HKR,, TVR200Flag, %REG_DWORD%, 1
HKR,, DALRULE_NOCRTANDDFPONSAMECONTROLLER, %REG_DWORD%, 1
HKR,, GCORULE_IntTMDSReduceBlankTiming, %REG_DWORD%, 0
HKR,, GCORULE_ENABLERMXFILTER, %REG_DWORD%, 1
HKR,, DALRULE_RESTRICT2ACTIVEDISPLAYS, %REG_DWORD%, 0
HKR,, DisableEnumAllChilds, %REG_DWORD%, 1
HKR,, TVM6Flag, %REG_DWORD%, 1
HKR,, DisableAGPWrite, %REG_DWORD%, 1

[atioglxx_OpenGLSoftwareSettings]
HKLM, "Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\ati2dvag",
Version, %REG_DWORD%, 2
HKLM, "Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\ati2dvag",
DriverVersion, %REG_DWORD%, 1
HKLM, "Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\ati2dvag",
Flags, %REG_DWORD%, 1
HKLM, "Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\ati2dvag",
Dll, %REG_SZ%, atioglxx.dll

[FGL_OGLSoftwareSettings]
HKR,, Capabilities, %REG_DWORD%, 0x00000000

[ati2mtag_FGL_LargeDesktopSettings]
HKR,, DALLargeDesktopModesBCD, %REG_BINARY%,
38,40,24,00,00,00,00,30,38,40,24,00,00,00,00,25,38,40,24,00,00,00,00,20
HKR,, DALViewLock3840x2400x0x0, %REG_BINARY%,
00,00,00,00,00,00,00,00,80,07,00,00,60,09,00,00,80,07,00,00,00,00,00,00,00,0
f,00,00,60,09,00,00

[ati2mtag_R200GL_LargeDesktopSettings]
HKR,, DALLargeDesktopModesBCD, %REG_BINARY%,
12,80,04,80,00,00,00,60,06,40,09,60,00,00,00,60,16,00,06,00,00,00,00,60,08,0
0,12,00,00,00,00,60,20,48,07,68,00,00,00,60,10,24,15,36,00,00,00,60,23,04,08
,64,00,00,00,60,11,52,17,28,00,00,00,60,25,60,10,24,00,00,00,60,12,80,20,48,
00,00,00,60,32,00,12,00,00,00,00,60,16,00,24,00,00,08,00,60,16,00,24,00,00,1
6,00,60
HKR,, DALLargeDesktopModesBCD1, %REG_BINARY%,
12,80,04,80,00,00,00,75,06,40,09,60,00,00,00,75,16,00,06,00,00,00,00,75,08,0
0,12,00,00,00,00,75,20,48,07,68,00,00,00,75,10,24,15,36,00,00,00,75,23,04,08
,64,00,00,00,75,11,52,17,28,00,00,00,75,25,60,10,24,00,00,00,75,12,80,20,48,
00,00,00,75,32,00,12,00,00,00,00,75,16,00,24,00,00,08,00,75,16,00,24,00,00,1
6,00,75
HKR,, DALLargeDesktopModesBCD2, %REG_BINARY%,
12,80,04,80,00,00,00,85,06,40,09,60,00,00,00,85,16,00,06,00,00,00,00,85,08,0
0,12,00,00,00,00,85,20,48,07,68,00,00,00,85,10,24,15,36,00,00,00,85,23,04,08
,64,00,00,00,85,11,52,17,28,00,00,00,85,25,60,10,24,00,00,00,85,12,80,20,48,
00,00,00,85,32,00,12,00,00,00,00,85,16,00,24,00,00,08,00,85,16,00,24,00,00,1
6,00,85
HKR,, DALLargeDesktopModesBCD3, %REG_BINARY%,
12,80,04,80,00,00,01,00,06,40,09,60,00,00,01,00,16,00,06,00,00,00,01,00,08,0
0,12,00,00,00,01,00,20,48,07,68,00,00,01,00,10,24,15,36,00,00,01,00,23,04,08
,64,00,00,01,00,11,52,17,28,00,00,01,00,25,60,10,24,00,00,01,00,12,80,20,48,
00,00,01,00,32,00,12,00,00,00,01,00,16,00,24,00,00,08,01,00,16,00,24,00,00,1
6,01,00

[ati2mtag_RemoveDeviceSettings]
HKR,"Desktop",NoAtipta
HKR,, ActiveBusCaps
HKR,, Adaptive De-interlacing
HKR,, AgpLevel
HKR,, AntiAlias
HKR,, ATIPoll
HKR,, DALCurrentObjectData
HKR,, DALLastConnected
HKR,, DALLastSelected
HKR,, DALLastTypes
HKR,, DALNonStandardModesBCD
HKR,, DALNonStandardModesBCD1
HKR,, DALNonStandardModesBCD2
HKR,, DALNonStandardModesBCD3
HKR,, DALNonStandardModesBCD4
HKR,, DALNonStandardModesBCD5
HKR,, DALObjectData
HKR,, DALObjectData0
HKR,, DALObjectData1
HKR,, DALR6 CRT_MaxModeInfo
HKR,, DALR6 CRT2_MaxModeInfo
HKR,, DALR6 DFP_MaxModeInfo
HKR,, DALR6 DFPx_MaxModeInfo
HKR,, DALR6 GCO_Index0
HKR,, DALRestrictedModesBCD
HKR,, DALRestrictedModesBCD1
HKR,, DALRestrictedModesBCD2
HKR,, DALRestrictedModesBCD3
HKR,, DALRestrictedModesBCD4
HKR,, DALRestrictedModesBCD5
HKR,, DALRULE_ADDNATIVEMODESTOMODETABLE
HKR,, DALRULE_CRTSUPPORTSALLMODES
HKR,, DALRULE_DISABLEBANDWIDTH
HKR,, DALRULE_DISPLAYSRESTRICTMODES
HKR,, DALRULE_NOCRTANDLCDONSAMECONTROLLER
HKR,, DALRULE_NOFORCEBOOT
HKR,, DALRULE_NOTVANDCRTONSAMECONTROLLER
HKR,, DALRULE_RESTRICTUNKNOWNMONITOR
HKR,, DALRULE_SAVEPANLOCK
HKR,, DALSelectObjectData0
HKR,, DALSelectObjectData1
HKR,, DDC2Disabled
HKR,, DefaultMode
HKR,, DFPRULE_HotplugSupported
HKR,, DisableAGP
HKR,, DisableAGPDFB
HKR,, DisableAGPPM4
HKR,, DisableAGPTexture
HKR,, DisableAGPWrite
HKR,, DisableBlockWrite
HKR,, DisableD3D
HKR,, DisableDMA
HKR,, DisableDMACopy
HKR,, DisableDrvAlphaBlend
HKR,, DisableDrvStretchBlt
HKR,, DisableDynamicEnableMode
HKR,, DisableEngine
HKR,, DisableEnumAllChilds
HKR,, DisableFullAdapterInit
HKR,, DisableHierarchicalZ
HKR,, DisableHWAAFonts
HKR,, DisableIDCT
HKR,, DisableLCD
HKR,, DisableMMLIB
HKR,, DisableOpenGLScrAccelerate
HKR,, DisablePllInit
HKR,, DisablePrimaryTiling
HKR,, DisableRptrWriteBack
HKR,, DisableTCL
HKR,, DisableTiling
HKR,, DisableTimeStampWriteBack
HKR,, DisableUSWC
HKR,, DisableVideoUSWC
HKR,, DisableVPE
HKR,, EnableWaitUntilIdxTriList2
HKR,, ExtEvent_BroadcastDispChange
HKR,, ExtEvent_DriverMessageSupport
HKR,, ExtEvent_EnableChgLCDResOnHotKey
HKR,, ExtEvent_EnableHotPlug
HKR,, ExtEvent_EnableMouseRotation
HKR,, ExtEvent_EnablePolling
HKR,, ExtEvent_EnablePowerPlay
HKR,, ExtEvent_LCDSetMaxResOnDockChg
HKR,, ExtEvent_UpdateAdapterInfoOnHK
HKR,, GCORULE_HIGHDISPRI
HKR,, GCORULE_R200TVPLLWA
HKR,, LVB
HKR,, MaxAgpVb
HKR,, MaxAGPVB
HKR,, MaxLocalVb
HKR,, MaxLocalVB
HKR,, MemInitLatencyTimer
HKR,, QSindirectBufferLocation
HKR,, QSringBufferLocation
HKR,, RequestedBusCaps
HKR,, SubmitOnDraw
HKR,, TestedBusCaps
HKR,, TestEnv
HKR,, TimingSelection
HKR,, TVR200Flag
HKR,, VgaCompatible
HKR,, VPE Adaptive De-interlacing
HKR,, DALInstallFlag
HKR,, FireGLRocketScience
HKLM, "Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\atifglws"
HKR,, CurrentProfile
HKR,, RebootFlags
HKR,, RebootFlagsEx
HKR,, Capabilities
HKR,, CapabilitiesEx
HKR,, DALPowerPlayOptions
HKR,, DALRULE_NOCRTANDDFPONSAMECONTROLLER
HKR,, DALRULE_NOCRTANDLCDONSAMECONTROLLER
HKR,, GCORULE_DISABLETMDSREDUCEDBLANKING
HKR,, GCORULE_IntTMDSReduceBlankTiming
HKR,, GCORULE_R200TVPLLWA
HKR,, TVR200Flag
HKR,, AntiAlias
HKR,, GCORULE_DisableHotKeyIfOverlayAllocated
HKR,, DisableDualView
HKR,, DisableDualviewWithHotKey
HKR,"OpenGL",OGLEnableSharedBackZ
HKR,, DALRULE_LARGEPANELSUPPORT
HKR,, DFPRULE_ResyncCRTCs
HKR,, GCORULE_SameDividersForIntAndExtTMDS
HKR,, DALOPTION_MinResBCD
HKR,, DALOPTION_MaxResBCD
HKR,, DALOPTION_MinRes2BCD
HKR,, DALOPTION_MaxRes2BCD
HKR,, DALRULE_MOBILEFEATURES
HKR,, GCORULE_ForceCoherentTMDSForHighMode
HKR,, DALRV100TMDSiReducedBlanking
HKR,, DALRV200TMDSiReducedBlanking
HKR,, DALR200TMDSiReducedBlanking
HKR,, DALRV250TMDSiReducedBlanking
HKR,, DALRV280TMDSiReducedBlanking
HKR,, DALRV350TMDSiReducedBlanking
HKR,, DALR300TMDSiReducedBlanking
HKR,, DALR350TMDSiReducedBlanking
HKR,, DALR360TMDSiReducedBlanking
HKR,, DALATI M6TMDSiReducedBlanking
HKR,, DALATI M7TMDSiReducedBlanking
HKR,, DALATI M9TMDSiReducedBlanking
HKR,, DALATI M9 PLUSTMDSiReducedBlanking
HKR,, DALM10TMDSiReducedBlanking
HKR,, DALR300TMDSiCoherentMode
HKR,, DALR350TMDSiCoherentMode
HKR,, DALR360TMDSiCoherentMode
HKR,, DALRV280TMDSiCoherentMode
HKR,, DALRV350TMDSiCoherentMode
HKR,, DALATI M9 PLUSTMDSiCoherentMode
HKR,, DALM10TMDSiCoherentMode
HKR,, DALRULE_MODESUPPORTEDSIMPLECHECK
HKR,, DALRULE_DISPLAYSRESTRICTMODESLARGEDESKTOP
HKR,, OptimalNB
HKR,, OptimalPamac0
HKR,, OptimalPamac1
HKR,, GCOOPTION_MaxTmdsPllOutFreq
HKR,, DAL2ndDisplayDefaultMode
HKR,, DALRULE_SETDEFAULTMODETO32BPP
HKR,, DisableMultiMonEnum
HKR,, ATIPOLLINTERVAL
HKR,"OpenGL",OGLEnableSharedBackZ
HKR,"Desktop\UIO\Color",DefaultGammaDesktop
HKR,, ExtEvent_EnableFjsuMouseOrientation
HKR,, GCORULE_DisableHotKeyIfOverlayAllocated
HKR,, DisableFlush2DCache
HKR,, DALRULE_NOEDIDTOOS
HKR,, GCORULE_TMDSiCoherentMode
HKR,, GCOHOOK_TMDSiCoherentMode
HKR,, DALRULE_USECMOSDISPLAYSETTINGS
HKR,, TabletPCRotateClockwise
HKR,, ExtEvent_EnableAutoDisplayConfig
HKR,, DALRULE_USERDEVICEPROFILEUPDATE
HKR,, ExtEvent_EnableMpAtLogon
HKR,, ExtEvent_NonExtendedADCProfileOnHotKey
HKR,, ExtEvent_EnableMpAtDocking
HKR,, ExtEvent_EnableMpAtSessionChange
HKR,, ExtEvent_EnableMpAtLidSwitch
HKR,, ExtEvent_EnableMpAtHotPlug
HKR,, ExtEvent_EnableMpAtHotKeyAcpi
HKR,, ExtEvent_EnableMpAtHotKeyExtEvent
HKR,, DALRULE_OTHEREXPANSIONMODEDEFAULT
HKR,, DisableOSModePruning
HKR,, DALRULE_WADSUPPORT
HKR,, GCORULE_WADSUPPORT
HKR,, DALRULE_ALLOWNONDDCCRTALLMODESUPTO1024x768
HKR,, DisablePM4TSInterrupt
HKR,, GCORule_ForceSingleController
HKR,, DALRULE_DISABLEDISPLAYSWITCHINGIFOVERLAYALLOCATED
HKR,, ExtEvent_ApplyADCAtFUS
HKLM,"Software\ATI Technologies\WDMCapture",Keep704AspectRatio
HKR,, ExtEvent_SaveProfileBySelected
HKR,, ExtEvent_ApplyADCAtSBiosRequest
HKR,, DALRULE_EDIDPROFILE
HKR,, DALRULE_DONOTTURNONTVBYDEFAULT
HKR,, TVLumaFlicker
HKR,, TVDotCrawl
HKR,, TVCompositeFilter
HKR,, DALDisplayPrioritySequence
HKR,, DALRULE_SETNONDDCCRTPREFERREDMODE800x600
HKR,, DALRULE_DISABLEPOWERPLAYMESSAGES
HKR,, ExtEvent_EnableADCRotationSupport
HKR,, ExtEvent_SaveADCProfileGlobally
HKR,, ApplyRotationDefaultMode
HKR,, ExtEvent_NonExtendedADCProfileOnHotKey
HKR,, DALRULE_ADDEXTDESKTOPTOPROFILEKEY
HKR,, ExtEvent_DeviceTypeBasedADCProfile
HKR,, DALRULE_DEVICETYPEBASEDPROFILEKEY
HKR,, GCORULE_PPForceBlankDisplays
HKR,, ExtEvent_SaveExpansionInADCProfile
HKR,, DALRULE_DISABLEOVERDRIVE
HKR,, DALOverdrive
HKR,, ExtEvent_OverDriveSupport
HKR,, DALRULE_GETDEFAULTTVFORMATATBOOT
HKR,, HibernationPatch
HKR,, DALRULE_CVALLOCOV480IONLY
HKR,, DALRULE_USEENABLEDATBOOTSCHEME
HKR,, DisableCursor
HKR,, DALRULE_UNRESTRICTSXGAPCRTONOWNCRTC
HKR,, DAL_CRTRestrictedModesBCD
HKR,, GCOOPTION_RemoveOverscanBorder
HKR,, DALRULE_USERESTRICTEDNATIVETIMING
HKR,, DFPOption_MaxFreq
HKR,, DALRestrictedModesCRTC2BCD1
HKR,, GCORULE_ModeBWException
HKR,, DXVA_HWSP_1CRTC
HKR,, DisableAGPFW
HKR,, UseBT601CSC
HKR,, ExtEvent_EnableADCAtUndocking
HKR,, DALRULE_SETCRTANDDFPTYPESONPRIMARYCONTROLLER
HKR,, BootInLandscape
HKR,, BootInLandscapeDefaultModeBCD
HKR,, DALRULE_LCDENABLEDONPRIMARYCONTROLLER
HKR,, DAL2ndDrvMin1stMode
HKR,, GCORULE_CloneModeBWException
HKR,, DALRULE_DISABLEPOWERPLAYSWITCHATRESUME
HKR,, CRTRULE_FORCECRTDAC1DETECTED
HKR,, CRTRULE_FORCECRTDAC2DETECTED
HKR,, CRTRULE_FORCECRTDACTYPESDETECTED
HKR,, DisableAGPSizeOverride
HKR,, DALRULE_NOTVANDDVIACTIVESIMULTANEOUSLY
HKR,, GCORULE_PowerPlayClearMemBase
HKR,, DALRULE_PROFILEPREFERREDMODEBASEDONEXTDEVICE

[ati2mtag_default.GeneralConfigData]
MaximumDeviceMemoryConfiguration=128
MaximumNumberOfDevices=4


[ati2mtag_RV280.GeneralConfigData]
MaximumDeviceMemoryConfiguration=128
MaximumNumberOfDevices=4

[SourceDisksNames.x86]
1 = %DiskId%,,,.\B_14116

[SourceDisksNames.ia64]
1 = %DiskID%,,,.\B_14116

[SourceDisksFiles]
ati2dvag.dll=1
ati2edxx.dll=1
ati2evxx.dll=1
ati2evxx.exe=1
ati2mdxx.exe=1
ati2mtag.sys=1
ati3d1ag.dll=1
ati3d2ag.dll=1
ati3duag.dll=1
atiddc.dll=1
atiiiexx.dll=1
atioglxx.dll=1
atipdlxx.dll=1
atitvo32.dll=1
ativcoxx.dll=1
ativvaxx.dll=1
oemdspif.dll=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
;
DiskId = "ATI Technologies Inc. Installation DISK (VIDEO)"
GraphAdap = "Graphics Adapter"
ATI = "ATI Technologies Inc."
ATIR200="Chaplin (R200)"
; Driver Information Entries
; These items will be set by IHV...
DriverMfgr="ATI Technologies Inc." ; IHV name
DriverVersionID="7.xx" ; The IHV driver version
BaseDriverFileName="ati2mtag.sys" ; Key file for version
BaseDriverFileVersion="5.13.01.3210" ; version of key file
; These items will be set by IHV and updated by OEM
DriverOEM="ATI Technologies Inc." ; name of the OEM
DriverFamily="Video" ; device family (NIC, Storage, Video...)
DriverProduct="ATI Radeon" ; Specific Name of device (chipset, for
example)
DriverDescription="Graphics Driver" ; Description of device (product
name, OS or system supported)
DriverOEMVersion="Centralized Build" ; OEM-specified
version
 
K

Kesavan

hi Luca ,

I guess there should be a Radeon in the Component database.Have you
tried experimenting with them.It should be of some help.Moreover I
would strongly suggest you to check for the Registries modified/added
using the Inctrl or the Regmon.Device does not start may indicate that
the dependent resources are not supplied.But as far you are sure that
all the files are present and whereevr necessary they are registered
...I guess you should look into the registry sections again.

XPE is not only efficient in making a fine tuned operating system in
an easy learning curve but please understand that It is a
componentalised version of XP.There shouldn't be much problem in
making these drivers work if they worked properly on a full XP
Machine.

I guess you can also doublecheck by integrating your component to xpe
with full xp ok Konstanin's.You might need to get it from
www.xpefiles.com .I'm not sure whether it still lies in there.

Regards ,
Kesavan


Luca said:
Hello folks!

We are having some trouble using Radeon 9200 SE (PCI or AGP) display
adapter. We are currently testing the component on a motherboard Asus
P4V8X-X.

Thanks to the support from this newsgroup we were able to create the
component from the inf file without error or warning, and to trace back all
the dll/sys dependencies to add the necessary components in TD. Running
dependencywalk on all the files (directly on the target machine) of the
RADEON 9200 component does not report any missing file. Anyhow the
component does not work properly. Indeed the device is correctly reported by
the device manager, but with error "device cannot start".

Below a "summurized version" of th INF we used to create the component. We
tried to cut all the "unnecessary parts" (e.g. the drivers of the radeon
family), but using the component from this file we got "error 87: the
parameter is incorrect" in setapi.log and the driver is not installed. With
the full (and LONG) INF there are no errors reported on setapi.log.

We noticed that in the component created importing the INF file (also for
the file below) only the registry keys listed in the section
[Uninstall.AddReg] are present, all the others keys are not in the
component.
I remember someone saying on the newsgroup (maybe Slobodan?) that for VGA
driver, registry settings are not strictly needed.... anyhow, could be the
missing registry keys the cause of the fault?

As last temptative we created an image without any special VGA drivers, and
we tried to install RADEON drivers directly from the CD and from the latest
version downloaded from ati website. In the first case the installation went
apparently smooth, but the device manager reported "device cannot start"; in
the second case we had to install DirectX9 (thanks again to all the active
memeber of this community for the help we got from the newsgroup), the
installation finished without errors... but still... "device cannot start"
on the device manager.

Any help to try to solve the problem is greatly appreciated. Because of this
we are very late in the deployment of the prototype to the customer.

One of the main reason we choose xpe (over other "componentizable" OSes) was
the not so steep learning curve and the (wrong?) assumption we could easely
adopt resources (HW/SW) and drivers available under XPpro. From our direct
experience and from what I can read every day on this newsgroup I now
realize that the "community self support" is a fundamental resource to
deploy XPE images... we are wondering if eventually we really get "all" this
advantages from xpe.

Thanks in advance for your time and my apologizes for the long email.

Cheers,
Luca

;+++++++++++++++ INF FILE I USED TO CREATE SLD COMPONENT+++++++++++++++
;-----------------------------------------------
; ATI Display Information file : ATIIXPAG.INF
; Installation INF for the ATI display driver.
; Copyright(C) 1998-2004 ATI Technologies Inc.
; Windows XP
; Base INF Last Updated 2004/01/27

[Version]
Signature="$Windows NT$"
Provider=%ATI%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
DriverVer=03/03/2004, 6.14.10.6430
CatalogFile=CX_14319.CAT

[DestinationDirs]
DefaultDestDir = 11
ati2mtag.Miniport = 12 ; drivers
ati2mtag.Display = 11 ; system32

[ControlFlags]
ExcludeFromSelect=*
;
; Driver information
;

[Manufacturer]
%ATI% = ATI.Mfg

[ATI.Mfg]
"RADEON 9200 SERIES (TEST 5964)" = ati2mtag_RV280, PCI\VEN_1002&DEV_5964
"RADEON 9200 SERIES (TEST 5069)" = ati2mtag_RV280, PCI\VEN_1002&DEV_5960
"RADEON 9200 SERIES (TEST 5961)" = ati2mtag_RV280, PCI\VEN_1002&DEV_5961
"RADEON 9200 SERIES - Secondary (TEST 5940)" = ati2mtag_RV280,
PCI\VEN_1002&DEV_5940
"RADEON 9200 SERIES - Secondary (TEST 5D44)" = ati2mtag_RV280,
PCI\VEN_1002&DEV_5D44
"RADEON 9200 SERIES - Secondary (TEST 5941)" = ati2mtag_RV280,
PCI\VEN_1002&DEV_5941

;
; General installation section
;

[ati2mtag_default]
Include=msdv.inf
CopyFiles=ati2mtag.Miniport, ati2mtag.Display, ati2mtag.OpenGL,
Uninstall.CopyFiles;, DVCR.CopyCodec
AddReg=Uninstall.AddReg
;UpdateInis=DVCR.UpdateIni

[ati2mtag_RV280]
Include=msdv.inf
CopyFiles=ati2mtag.Miniport, ati2mtag.Display, ati2mtag.OpenGL,
Uninstall.CopyFiles ;, DVCR.CopyCodec
AddReg=Uninstall.AddReg
;UpdateInis=DVCR.UpdateIni

[ati2mtag_RemoveService]
ati2mtag
;
; File sections
;

[Uninstall.CopyFiles]
atiiiexx.dll

[ati2mtag.Miniport]
ati2mtag.sys

[ati2mtag.Display]
ati2dvag.dll
Ati2mdxx.exe
ati3d1ag.dll
ati3d2ag.dll
ati3duag.dll
ativvaxx.dll
ATIDDC.DLL
atitvo32.dll
ativcoxx.dll
ati2evxx.exe
ati2evxx.dll
atipdlxx.dll
Oemdspif.dll
ati2edxx.dll

[ati2mtag.OpenGL]
atioglxx.dll

[FGL_OGL.sys]

[Uninstall.AddReg]
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\ATI Display
Driver",DisplayName,,"ATI Display Driver"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\ATI Display
Driver",UninstallString,,"rundll32
%11%\atiiiexx.dll,_InfEngUnInstallINFFile_RunDLL@16 -force_restart -flags:0x
2010001 -inf_class:DISPLAY -clean"
;HKLM,"Software\ATI Technologies\Installed Drivers\ATI Display Driver"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\ATI Display
Driver",DisplayVersion,,"7.992-040303m-014319C-ATI"
;
; Service Installation
;

[ati2mtag_default.Services]
AddService = ati2mtag, 0x00000002, ati2mtag_Service_Inst,
ati2mtag_EventLog_Inst

[ati2mtag_RV280.Services]
AddService = ati2mtag, 0x00000002, ati2mtag_Service_Inst,
ati2mtag_EventLog_Inst

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

[ati2mtag_EventLog_Inst]
AddReg = ati2mtag_EventLog_AddReg

[ati2mtag_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%System
Root%\System32\drivers\ati2mtag.sys"
HKR,,TypesSupported,0x00010001,7

[Ati2evxx_Generic_Service_Inst]
ServiceType = 0x110
StartType = 2
ErrorControl = 1
ServiceBinary = %11%\Ati2evxx.exe
LoadOrderGroup = Event log

[Ati2evxx_EventLog_Inst]
AddReg=Ati2evxx_EventLog_AddReg

[Ati2evxx_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%11%\Ati2evxx.exe"
HKR,,TypesSupported,0x00010001,7
;
; Software Installation
;

[ati2mtag_default.SoftwareSettings]
AddReg = ati2mtag_SoftwareDeviceSettings
AddReg = ati2mtag_DEFAULT_SoftwareDeviceSettings
AddReg = atioglxx_OpenGLSoftwareSettings
DelReg = ati2mtag_RemoveDeviceSettings

[ati2mtag_RV280.SoftwareSettings]
AddReg = ati2mtag_SoftwareDeviceSettings
AddReg = ati2mtag_RV280_SoftwareDeviceSettings
AddReg = atioglxx_OpenGLSoftwareSettings
DelReg = ati2mtag_RemoveDeviceSettings

[ati2mtag_DEFAULT_SoftwareDeviceSettings]
HKR,, DisableEnumAllChilds, %REG_DWORD%, 1
HKR,, GCORULE_HIGHDISPRI, %REG_DWORD%, 1
HKR,, DisableFullAdapterInit, %REG_DWORD%, 0
HKR,, GCOOPTION_DigitalCrtInfo, %REG_BINARY%, A3,38,61,C1,A3,38,61,B1
HKR,, DALNonStandardModesBCD1,
%REG_BINARY%,16,00,12,00,00,00,00,70,18,56,13,92,00,00,00,00,12,80,07,68,00,
00,00,00,17,92,13,44,00,00,00,00,18,00,14,40,00,00,00,00,12,80,09,60,00,00,0
0,60,12,80,09,60,00,00,00,70,12,80,09,60,00,00,00,72
HKR,, DALNonStandardModesBCD2,
%REG_BINARY%,12,80,09,60,00,00,00,75,12,80,09,60,00,00,00,85
HKR,, DisableFullAdapterInit, %REG_DWORD%, 0
HKR,, DALRULE_ADDNATIVEMODESTOMODETABLE, %REG_DWORD%, 1

[ati2mtag_RV280_SoftwareDeviceSettings]
HKR,, DisableFullAdapterInit, %REG_DWORD%, 0
HKR,, DisableDynamicEnableMode, %REG_DWORD%, 1
HKR,, GCOOPTION_DigitalCrtInfo, %REG_BINARY%, A3,38,61,C1,A3,38,61,B1
HKR,, GCORULE_FlickerWA, %REG_DWORD%, 1
HKR,, DisableDirectPath, %REG_DWORD%, 1
HKR,, DALNonStandardModesBCD1,
%REG_BINARY%,16,00,12,00,00,00,00,70,18,56,13,92,00,00,00,00,12,80,07,68,00,
00,00,00,17,92,13,44,00,00,00,00,18,00,14,40,00,00,00,00,12,80,09,60,00,00,0
0,60,12,80,09,60,00,00,00,70,12,80,09,60,00,00,00,72
HKR,, DALNonStandardModesBCD2,
%REG_BINARY%,12,80,09,60,00,00,00,75,12,80,09,60,00,00,00,85
HKR,, DALRULE_ADDNATIVEMODESTOMODETABLE, %REG_DWORD%, 1
HKR,, GCORULE_R200TVPLLWA, %REG_DWORD%, 1
HKR,, TVR200Flag, %REG_DWORD%, 1
HKR,, DALRULE_NOCRTANDDFPONSAMECONTROLLER, %REG_DWORD%, 1
HKR,, GCORULE_IntTMDSReduceBlankTiming, %REG_DWORD%, 0
HKR,, GCORULE_ENABLERMXFILTER, %REG_DWORD%, 1
HKR,, DALRULE_RESTRICT2ACTIVEDISPLAYS, %REG_DWORD%, 0
HKR,, DisableEnumAllChilds, %REG_DWORD%, 1
HKR,, TVM6Flag, %REG_DWORD%, 1
HKR,, DisableAGPWrite, %REG_DWORD%, 1

[atioglxx_OpenGLSoftwareSettings]
HKLM, "Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\ati2dvag",
Version, %REG_DWORD%, 2
HKLM, "Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\ati2dvag",
DriverVersion, %REG_DWORD%, 1
HKLM, "Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\ati2dvag",
Flags, %REG_DWORD%, 1
HKLM, "Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\ati2dvag",
Dll, %REG_SZ%, atioglxx.dll

[FGL_OGLSoftwareSettings]
HKR,, Capabilities, %REG_DWORD%, 0x00000000

[ati2mtag_FGL_LargeDesktopSettings]
HKR,, DALLargeDesktopModesBCD, %REG_BINARY%,
38,40,24,00,00,00,00,30,38,40,24,00,00,00,00,25,38,40,24,00,00,00,00,20
HKR,, DALViewLock3840x2400x0x0, %REG_BINARY%,
00,00,00,00,00,00,00,00,80,07,00,00,60,09,00,00,80,07,00,00,00,00,00,00,00,0
f,00,00,60,09,00,00

[ati2mtag_R200GL_LargeDesktopSettings]
HKR,, DALLargeDesktopModesBCD, %REG_BINARY%,
12,80,04,80,00,00,00,60,06,40,09,60,00,00,00,60,16,00,06,00,00,00,00,60,08,0
0,12,00,00,00,00,60,20,48,07,68,00,00,00,60,10,24,15,36,00,00,00,60,23,04,08
,64,00,00,00,60,11,52,17,28,00,00,00,60,25,60,10,24,00,00,00,60,12,80,20,48,
00,00,00,60,32,00,12,00,00,00,00,60,16,00,24,00,00,08,00,60,16,00,24,00,00,1
6,00,60
HKR,, DALLargeDesktopModesBCD1, %REG_BINARY%,
12,80,04,80,00,00,00,75,06,40,09,60,00,00,00,75,16,00,06,00,00,00,00,75,08,0
0,12,00,00,00,00,75,20,48,07,68,00,00,00,75,10,24,15,36,00,00,00,75,23,04,08
,64,00,00,00,75,11,52,17,28,00,00,00,75,25,60,10,24,00,00,00,75,12,80,20,48,
00,00,00,75,32,00,12,00,00,00,00,75,16,00,24,00,00,08,00,75,16,00,24,00,00,1
6,00,75
HKR,, DALLargeDesktopModesBCD2, %REG_BINARY%,
12,80,04,80,00,00,00,85,06,40,09,60,00,00,00,85,16,00,06,00,00,00,00,85,08,0
0,12,00,00,00,00,85,20,48,07,68,00,00,00,85,10,24,15,36,00,00,00,85,23,04,08
,64,00,00,00,85,11,52,17,28,00,00,00,85,25,60,10,24,00,00,00,85,12,80,20,48,
00,00,00,85,32,00,12,00,00,00,00,85,16,00,24,00,00,08,00,85,16,00,24,00,00,1
6,00,85
HKR,, DALLargeDesktopModesBCD3, %REG_BINARY%,
12,80,04,80,00,00,01,00,06,40,09,60,00,00,01,00,16,00,06,00,00,00,01,00,08,0
0,12,00,00,00,01,00,20,48,07,68,00,00,01,00,10,24,15,36,00,00,01,00,23,04,08
,64,00,00,01,00,11,52,17,28,00,00,01,00,25,60,10,24,00,00,01,00,12,80,20,48,
00,00,01,00,32,00,12,00,00,00,01,00,16,00,24,00,00,08,01,00,16,00,24,00,00,1
6,01,00

[ati2mtag_RemoveDeviceSettings]
HKR,"Desktop",NoAtipta
HKR,, ActiveBusCaps
HKR,, Adaptive De-interlacing
HKR,, AgpLevel
HKR,, AntiAlias
HKR,, ATIPoll
HKR,, DALCurrentObjectData
HKR,, DALLastConnected
HKR,, DALLastSelected
HKR,, DALLastTypes
HKR,, DALNonStandardModesBCD
HKR,, DALNonStandardModesBCD1
HKR,, DALNonStandardModesBCD2
HKR,, DALNonStandardModesBCD3
HKR,, DALNonStandardModesBCD4
HKR,, DALNonStandardModesBCD5
HKR,, DALObjectData
HKR,, DALObjectData0
HKR,, DALObjectData1
HKR,, DALR6 CRT_MaxModeInfo
HKR,, DALR6 CRT2_MaxModeInfo
HKR,, DALR6 DFP_MaxModeInfo
HKR,, DALR6 DFPx_MaxModeInfo
HKR,, DALR6 GCO_Index0
HKR,, DALRestrictedModesBCD
HKR,, DALRestrictedModesBCD1
HKR,, DALRestrictedModesBCD2
HKR,, DALRestrictedModesBCD3
HKR,, DALRestrictedModesBCD4
HKR,, DALRestrictedModesBCD5
HKR,, DALRULE_ADDNATIVEMODESTOMODETABLE
HKR,, DALRULE_CRTSUPPORTSALLMODES
HKR,, DALRULE_DISABLEBANDWIDTH
HKR,, DALRULE_DISPLAYSRESTRICTMODES
HKR,, DALRULE_NOCRTANDLCDONSAMECONTROLLER
HKR,, DALRULE_NOFORCEBOOT
HKR,, DALRULE_NOTVANDCRTONSAMECONTROLLER
HKR,, DALRULE_RESTRICTUNKNOWNMONITOR
HKR,, DALRULE_SAVEPANLOCK
HKR,, DALSelectObjectData0
HKR,, DALSelectObjectData1
HKR,, DDC2Disabled
HKR,, DefaultMode
HKR,, DFPRULE_HotplugSupported
HKR,, DisableAGP
HKR,, DisableAGPDFB
HKR,, DisableAGPPM4
HKR,, DisableAGPTexture
HKR,, DisableAGPWrite
HKR,, DisableBlockWrite
HKR,, DisableD3D
HKR,, DisableDMA
HKR,, DisableDMACopy
HKR,, DisableDrvAlphaBlend
HKR,, DisableDrvStretchBlt
HKR,, DisableDynamicEnableMode
HKR,, DisableEngine
HKR,, DisableEnumAllChilds
HKR,, DisableFullAdapterInit
HKR,, DisableHierarchicalZ
HKR,, DisableHWAAFonts
HKR,, DisableIDCT
HKR,, DisableLCD
HKR,, DisableMMLIB
HKR,, DisableOpenGLScrAccelerate
HKR,, DisablePllInit
HKR,, DisablePrimaryTiling
HKR,, DisableRptrWriteBack
HKR,, DisableTCL
HKR,, DisableTiling
HKR,, DisableTimeStampWriteBack
HKR,, DisableUSWC
HKR,, DisableVideoUSWC
HKR,, DisableVPE
HKR,, EnableWaitUntilIdxTriList2
HKR,, ExtEvent_BroadcastDispChange
HKR,, ExtEvent_DriverMessageSupport
HKR,, ExtEvent_EnableChgLCDResOnHotKey
HKR,, ExtEvent_EnableHotPlug
HKR,, ExtEvent_EnableMouseRotation
HKR,, ExtEvent_EnablePolling
HKR,, ExtEvent_EnablePowerPlay
HKR,, ExtEvent_LCDSetMaxResOnDockChg
HKR,, ExtEvent_UpdateAdapterInfoOnHK
HKR,, GCORULE_HIGHDISPRI
HKR,, GCORULE_R200TVPLLWA
HKR,, LVB
HKR,, MaxAgpVb
HKR,, MaxAGPVB
HKR,, MaxLocalVb
HKR,, MaxLocalVB
HKR,, MemInitLatencyTimer
HKR,, QSindirectBufferLocation
HKR,, QSringBufferLocation
HKR,, RequestedBusCaps
HKR,, SubmitOnDraw
HKR,, TestedBusCaps
HKR,, TestEnv
HKR,, TimingSelection
HKR,, TVR200Flag
HKR,, VgaCompatible
HKR,, VPE Adaptive De-interlacing
HKR,, DALInstallFlag
HKR,, FireGLRocketScience
HKLM, "Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\atifglws"
HKR,, CurrentProfile
HKR,, RebootFlags
HKR,, RebootFlagsEx
HKR,, Capabilities
HKR,, CapabilitiesEx
HKR,, DALPowerPlayOptions
HKR,, DALRULE_NOCRTANDDFPONSAMECONTROLLER
HKR,, DALRULE_NOCRTANDLCDONSAMECONTROLLER
HKR,, GCORULE_DISABLETMDSREDUCEDBLANKING
HKR,, GCORULE_IntTMDSReduceBlankTiming
HKR,, GCORULE_R200TVPLLWA
HKR,, TVR200Flag
HKR,, AntiAlias
HKR,, GCORULE_DisableHotKeyIfOverlayAllocated
HKR,, DisableDualView
HKR,, DisableDualviewWithHotKey
HKR,"OpenGL",OGLEnableSharedBackZ
HKR,, DALRULE_LARGEPANELSUPPORT
HKR,, DFPRULE_ResyncCRTCs
HKR,, GCORULE_SameDividersForIntAndExtTMDS
HKR,, DALOPTION_MinResBCD
HKR,, DALOPTION_MaxResBCD
HKR,, DALOPTION_MinRes2BCD
HKR,, DALOPTION_MaxRes2BCD
HKR,, DALRULE_MOBILEFEATURES
HKR,, GCORULE_ForceCoherentTMDSForHighMode
HKR,, DALRV100TMDSiReducedBlanking
HKR,, DALRV200TMDSiReducedBlanking
HKR,, DALR200TMDSiReducedBlanking
HKR,, DALRV250TMDSiReducedBlanking
HKR,, DALRV280TMDSiReducedBlanking
HKR,, DALRV350TMDSiReducedBlanking
HKR,, DALR300TMDSiReducedBlanking
HKR,, DALR350TMDSiReducedBlanking
HKR,, DALR360TMDSiReducedBlanking
HKR,, DALATI M6TMDSiReducedBlanking
HKR,, DALATI M7TMDSiReducedBlanking
HKR,, DALATI M9TMDSiReducedBlanking
HKR,, DALATI M9 PLUSTMDSiReducedBlanking
HKR,, DALM10TMDSiReducedBlanking
HKR,, DALR300TMDSiCoherentMode
HKR,, DALR350TMDSiCoherentMode
HKR,, DALR360TMDSiCoherentMode
HKR,, DALRV280TMDSiCoherentMode
HKR,, DALRV350TMDSiCoherentMode
HKR,, DALATI M9 PLUSTMDSiCoherentMode
HKR,, DALM10TMDSiCoherentMode
HKR,, DALRULE_MODESUPPORTEDSIMPLECHECK
HKR,, DALRULE_DISPLAYSRESTRICTMODESLARGEDESKTOP
HKR,, OptimalNB
HKR,, OptimalPamac0
HKR,, OptimalPamac1
HKR,, GCOOPTION_MaxTmdsPllOutFreq
HKR,, DAL2ndDisplayDefaultMode
HKR,, DALRULE_SETDEFAULTMODETO32BPP
HKR,, DisableMultiMonEnum
HKR,, ATIPOLLINTERVAL
HKR,"OpenGL",OGLEnableSharedBackZ
HKR,"Desktop\UIO\Color",DefaultGammaDesktop
HKR,, ExtEvent_EnableFjsuMouseOrientation
HKR,, GCORULE_DisableHotKeyIfOverlayAllocated
HKR,, DisableFlush2DCache
HKR,, DALRULE_NOEDIDTOOS
HKR,, GCORULE_TMDSiCoherentMode
HKR,, GCOHOOK_TMDSiCoherentMode
HKR,, DALRULE_USECMOSDISPLAYSETTINGS
HKR,, TabletPCRotateClockwise
HKR,, ExtEvent_EnableAutoDisplayConfig
HKR,, DALRULE_USERDEVICEPROFILEUPDATE
HKR,, ExtEvent_EnableMpAtLogon
HKR,, ExtEvent_NonExtendedADCProfileOnHotKey
HKR,, ExtEvent_EnableMpAtDocking
HKR,, ExtEvent_EnableMpAtSessionChange
HKR,, ExtEvent_EnableMpAtLidSwitch
HKR,, ExtEvent_EnableMpAtHotPlug
HKR,, ExtEvent_EnableMpAtHotKeyAcpi
HKR,, ExtEvent_EnableMpAtHotKeyExtEvent
HKR,, DALRULE_OTHEREXPANSIONMODEDEFAULT
HKR,, DisableOSModePruning
HKR,, DALRULE_WADSUPPORT
HKR,, GCORULE_WADSUPPORT
HKR,, DALRULE_ALLOWNONDDCCRTALLMODESUPTO1024x768
HKR,, DisablePM4TSInterrupt
HKR,, GCORule_ForceSingleController
HKR,, DALRULE_DISABLEDISPLAYSWITCHINGIFOVERLAYALLOCATED
HKR,, ExtEvent_ApplyADCAtFUS
HKLM,"Software\ATI Technologies\WDMCapture",Keep704AspectRatio
HKR,, ExtEvent_SaveProfileBySelected
HKR,, ExtEvent_ApplyADCAtSBiosRequest
HKR,, DALRULE_EDIDPROFILE
HKR,, DALRULE_DONOTTURNONTVBYDEFAULT
HKR,, TVLumaFlicker
HKR,, TVDotCrawl
HKR,, TVCompositeFilter
HKR,, DALDisplayPrioritySequence
HKR,, DALRULE_SETNONDDCCRTPREFERREDMODE800x600
HKR,, DALRULE_DISABLEPOWERPLAYMESSAGES
HKR,, ExtEvent_EnableADCRotationSupport
HKR,, ExtEvent_SaveADCProfileGlobally
HKR,, ApplyRotationDefaultMode
HKR,, ExtEvent_NonExtendedADCProfileOnHotKey
HKR,, DALRULE_ADDEXTDESKTOPTOPROFILEKEY
HKR,, ExtEvent_DeviceTypeBasedADCProfile
HKR,, DALRULE_DEVICETYPEBASEDPROFILEKEY
HKR,, GCORULE_PPForceBlankDisplays
HKR,, ExtEvent_SaveExpansionInADCProfile
HKR,, DALRULE_DISABLEOVERDRIVE
HKR,, DALOverdrive
HKR,, ExtEvent_OverDriveSupport
HKR,, DALRULE_GETDEFAULTTVFORMATATBOOT
HKR,, HibernationPatch
HKR,, DALRULE_CVALLOCOV480IONLY
HKR,, DALRULE_USEENABLEDATBOOTSCHEME
HKR,, DisableCursor
HKR,, DALRULE_UNRESTRICTSXGAPCRTONOWNCRTC
HKR,, DAL_CRTRestrictedModesBCD
HKR,, GCOOPTION_RemoveOverscanBorder
HKR,, DALRULE_USERESTRICTEDNATIVETIMING
HKR,, DFPOption_MaxFreq
HKR,, DALRestrictedModesCRTC2BCD1
HKR,, GCORULE_ModeBWException
HKR,, DXVA_HWSP_1CRTC
HKR,, DisableAGPFW
HKR,, UseBT601CSC
HKR,, ExtEvent_EnableADCAtUndocking
HKR,, DALRULE_SETCRTANDDFPTYPESONPRIMARYCONTROLLER
HKR,, BootInLandscape
HKR,, BootInLandscapeDefaultModeBCD
HKR,, DALRULE_LCDENABLEDONPRIMARYCONTROLLER
HKR,, DAL2ndDrvMin1stMode
HKR,, GCORULE_CloneModeBWException
HKR,, DALRULE_DISABLEPOWERPLAYSWITCHATRESUME
HKR,, CRTRULE_FORCECRTDAC1DETECTED
HKR,, CRTRULE_FORCECRTDAC2DETECTED
HKR,, CRTRULE_FORCECRTDACTYPESDETECTED
HKR,, DisableAGPSizeOverride
HKR,, DALRULE_NOTVANDDVIACTIVESIMULTANEOUSLY
HKR,, GCORULE_PowerPlayClearMemBase
HKR,, DALRULE_PROFILEPREFERREDMODEBASEDONEXTDEVICE

[ati2mtag_default.GeneralConfigData]
MaximumDeviceMemoryConfiguration=128
MaximumNumberOfDevices=4


[ati2mtag_RV280.GeneralConfigData]
MaximumDeviceMemoryConfiguration=128
MaximumNumberOfDevices=4

[SourceDisksNames.x86]
1 = %DiskId%,,,.\B_14116

[SourceDisksNames.ia64]
1 = %DiskID%,,,.\B_14116

[SourceDisksFiles]
ati2dvag.dll=1
ati2edxx.dll=1
ati2evxx.dll=1
ati2evxx.exe=1
ati2mdxx.exe=1
ati2mtag.sys=1
ati3d1ag.dll=1
ati3d2ag.dll=1
ati3duag.dll=1
atiddc.dll=1
atiiiexx.dll=1
atioglxx.dll=1
atipdlxx.dll=1
atitvo32.dll=1
ativcoxx.dll=1
ativvaxx.dll=1
oemdspif.dll=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
;
DiskId = "ATI Technologies Inc. Installation DISK (VIDEO)"
GraphAdap = "Graphics Adapter"
ATI = "ATI Technologies Inc."
ATIR200="Chaplin (R200)"
; Driver Information Entries
; These items will be set by IHV...
DriverMfgr="ATI Technologies Inc." ; IHV name
DriverVersionID="7.xx" ; The IHV driver version
BaseDriverFileName="ati2mtag.sys" ; Key file for version
BaseDriverFileVersion="5.13.01.3210" ; version of key file
; These items will be set by IHV and updated by OEM
DriverOEM="ATI Technologies Inc." ; name of the OEM
DriverFamily="Video" ; device family (NIC, Storage, Video...)
DriverProduct="ATI Radeon" ; Specific Name of device (chipset, for
example)
DriverDescription="Graphics Driver" ; Description of device (product
name, OS or system supported)
DriverOEMVersion="Centralized Build" ; OEM-specified
version
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top