ATI display drivers components

G

Guest

Hi everybody,

Has anybody worked on ATI Display driver components ?
I need four components for my embedded shell application :

1. Asus Extreme AX300
2. Asus Extreme AX300 Secondary
3. Asus Extreme AX600
4. Asus Extreme AX600 Secondary

I have made components by downloading the driver from internet and importing
inf file into my component designer. But it simply does not work in image.
Under device Manager I can see a yellow mark on these drivers. I have tested
these drivers by installing them on full XP on the same hardware.

Any help is appreaciated.
 
K

KM

BONTZ,

Why don't you fix the component? You can read the error description for the driver in the Device Manager.
Analyze SetupApi.log for more information about the failure.

Also, make sure all your driver dependencies and help files get to the build.

KM
 
G

Guest

I've had the same problem and ultimately found the easiest way (for me at
least) was to install the driver on a target system. Determine all the files
used by the driver on the drivers page in device manager, and thier locations
on the drive. And then creating a component that simply places all those
files in thier present locations as well as the inf file(s) in the
Windows\Inf folder. The FBA PNP phase picks it all up and installs my new
driver. You do need to insure however that you have the class installer for
display adapters in your image, I often simply use a driver such as ATI
Radeon DDR by Microsoft to make that happen. (This way I can also set the
desktop resolution, color depth, and refresh rates)

There may be more elegant solutions, but thus far this works for me.
 
S

Slobodan Brcin \(eMVP\)

Just add component named "Device: Display" to your image and you can use it for configuring the resolutions.
Alternately you can use it as prototype in your component.

Regards,
Slobodan
 

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