A problem about VGA card driver

Posted: 05-16-2004, 04:53 PM
Hi all
I use ATI Radeon 9200SE on my XP embedded device.
I import the .ini to my component database and build OS image.
It can boot and change screen resolution well.
But when I see the detail VGA driver informations,doesn't show the correct
informations. It seems like the system doesn't know the VGA card.
I try to install the driver on XPE,but show the error message as follows:
------------------------
Severe
setup was unable to complete the installation.Try to setup your display adapter
with a standard VGA driver before running setup.
------------------------

But I can install the driver on W2K.
May I lose something????


Regards
Malvem
Reply With Quote

Responses to "A problem about VGA card driver"

Slobodan Brcin \(eMVP\)
Guest
Posts: n/a
 
Re: A problem about VGA card driver
Posted: 05-16-2004, 10:24 PM
Hi Malvem,

I guess that you have:
1. Imported inf file in CD.
2. Used Database Manager to add component to database.
3. Added component in your project in TD.

If you have done all this.
Then you should check logs created during FBA.
fba.log
setupapi.log
They will show you the reason for installation failure. Most common mistake
could be that you have forgot to copy some file in certain folder, some
drivers require even hlp files that are not copied by TD default during the
image build phase.

BTW: Although similar you should always test drivers on Window XP not on
W2K.

Regards,
Slobodan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/...ity/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

"Malvem" <velbony@yahoo.com.tw> wrote in message
news:54e0dde9.0405160753.3c9194d@posting.google.co m...
> Hi all
> I use ATI Radeon 9200SE on my XP embedded device.
> I import the .ini to my component database and build OS image.
> It can boot and change screen resolution well.
> But when I see the detail VGA driver informations,doesn't show the correct
> informations. It seems like the system doesn't know the VGA card.
> I try to install the driver on XPE,but show the error message as follows:
> ------------------------
> Severe
> setup was unable to complete the installation.Try to setup your display
adapter
> with a standard VGA driver before running setup.
> ------------------------
>
> But I can install the driver on W2K.
> May I lose something????
>
>
> Regards
> Malvem

Reply With Quote
Malvem
Guest
Posts: n/a
 
Re: A problem about VGA card driver
Posted: 05-17-2004, 04:24 PM
"Slobodan Brcin \(eMVP\)" <sbrcin@ptt.yu> wrote in message news:<#qWT3w4OEHA.2920@tk2msftngp13.phx.gbl>...
> Hi Malvem,
>
> I guess that you have:
> 1. Imported inf file in CD.
> 2. Used Database Manager to add component to database.
> 3. Added component in your project in TD.
>
> If you have done all this.
> Then you should check logs created during FBA.
> fba.log
> setupapi.log
> They will show you the reason for installation failure. Most common mistake
> could be that you have forgot to copy some file in certain folder, some
> drivers require even hlp files that are not copied by TD default during the
> image build phase.
>
> BTW: Although similar you should always test drivers on Window XP not on
> W2K.
>
> Regards,
> Slobodan
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
> Microsoft!
> https://www.windowsembeddedeval.com/...ity/newsgroups
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I do the normal step to import a new driver.
Just when Component DB Manager copy the driver sources to repository,it can't
copy the files of sub-forder.So I try to copy all fils at the same folder,and
change some .dl_ to .dll.That works fine.But the driver information doesn't
show correct info. The system use "vga.sys" driver. It's not the correct one.
Reply With Quote
Slobodan Brcin \(eMVP\)
Guest
Posts: n/a
 
Re: A problem about VGA card driver
Posted: 05-17-2004, 05:26 PM
Hi Malven,

..dl_ are usually compressed.
Use command "expand" from command line on these files.

Also in repository all files must be in same folder. But in CD you will
assign path for each file.

Regards,
Slobodan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/...ity/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

"Malvem" <velbony@yahoo.com.tw> wrote in message
news:54e0dde9.0405170724.10339435@posting.google.c om...
> "Slobodan Brcin \(eMVP\)" <sbrcin@ptt.yu> wrote in message
news:<#qWT3w4OEHA.2920@tk2msftngp13.phx.gbl>...
> > Hi Malvem,
> >
> > I guess that you have:
> > 1. Imported inf file in CD.
> > 2. Used Database Manager to add component to database.
> > 3. Added component in your project in TD.
> >
> > If you have done all this.
> > Then you should check logs created during FBA.
> > fba.log
> > setupapi.log
> > They will show you the reason for installation failure. Most common
mistake
> > could be that you have forgot to copy some file in certain folder, some
> > drivers require even hlp files that are not copied by TD default during
the
> > image build phase.
> >
> > BTW: Although similar you should always test drivers on Window XP not on
> > W2K.
> >
> > Regards,
> > Slobodan
> >
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > Have an opinion on the effectiveness of Microsoft Embedded newsgroups?
Tell
> > Microsoft!
> > https://www.windowsembeddedeval.com/...ity/newsgroups
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> I do the normal step to import a new driver.
> Just when Component DB Manager copy the driver sources to repository,it
can't
> copy the files of sub-forder.So I try to copy all fils at the same
folder,and
> change some .dl_ to .dll.That works fine.But the driver information
doesn't
> show correct info. The system use "vga.sys" driver. It's not the correct
one.


Reply With Quote
Malvem
Guest
Posts: n/a
 
Re: A problem about VGA card driver
Posted: 05-17-2004, 04:27 PM
"Slobodan Brcin \(eMVP\)" <sbrcin@ptt.yu> wrote in message news:<#qWT3w4OEHA.2920@tk2msftngp13.phx.gbl>...
> Hi Malvem,
>
> I guess that you have:
> 1. Imported inf file in CD.
> 2. Used Database Manager to add component to database.
> 3. Added component in your project in TD.
>
> If you have done all this.
> Then you should check logs created during FBA.
> fba.log
> setupapi.log
> They will show you the reason for installation failure. Most common mistake
> could be that you have forgot to copy some file in certain folder, some
> drivers require even hlp files that are not copied by TD default during the
> image build phase.
>
> BTW: Although similar you should always test drivers on Window XP not on
> W2K.
>
> Regards,
> Slobodan
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
> Microsoft!
> https://www.windowsembeddedeval.com/...ity/newsgroups
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I do the normal step to import a new driver.
Just when Component DB Manager copy the driver sources to repository,it can't
copy the files of sub-forder.So I try to copy all fils at the same folder,and
change some .dl_ to .dll.That works fine.But the driver information doesn't
show correct info. The system use "vga.sys" driver. It's not the correct one.
Reply With Quote
KM
Guest
Posts: n/a
 
Re: A problem about VGA card driver
Posted: 05-17-2004, 05:15 PM
Malvem,

A repository is a flat structure (directory) so you can't create subfolders in it.
However, it shouldn't be a problem when you componentize a driver as all the driver files are likely to be targeted in windows
specific directories (windows\system32, windows\system32\drivers, etc.).
What subfolders do you mean?

--
Regards,
KM

> I do the normal step to import a new driver.
> Just when Component DB Manager copy the driver sources to repository,it can't
> copy the files of sub-forder.So I try to copy all fils at the same folder,and
> change some .dl_ to .dll.That works fine.But the driver information doesn't
> show correct info. The system use "vga.sys" driver. It's not the correct one.

Reply With Quote
KM
Guest
Posts: n/a
 
Re: A problem about VGA card driver
Posted: 05-17-2004, 05:40 PM
Malvem,

Reading you message again I just realized: are you setting up a component to copy the driver installer files?
Then it may not be a good idea. You will definitely cut the unnecessary steps if you install the driver package on your XP Pro
machine and then grab all the driver files in to your component.
Or manually expand all the .dl_ file and put them under appropriate window directories. No subfolders.

--
Regards,
KM

> Malvem,
>
> A repository is a flat structure (directory) so you can't create subfolders in it.
> However, it shouldn't be a problem when you componentize a driver as all the driver files are likely to be targeted in windows
> specific directories (windows\system32, windows\system32\drivers, etc.).
> What subfolders do you mean?
>
> --
> Regards,
> KM
>
>
> > I do the normal step to import a new driver.
> > Just when Component DB Manager copy the driver sources to repository,it can't
> > copy the files of sub-forder.So I try to copy all fils at the same folder,and
> > change some .dl_ to .dll.That works fine.But the driver information doesn't
> > show correct info. The system use "vga.sys" driver. It's not the correct one.

Reply With Quote
Malvem
Guest
Posts: n/a
 
Re: A problem about VGA card driver
Posted: 05-19-2004, 02:47 AM
"KM" <konstmor@nospam_yahoo.com> wrote in message news:<u#JJ93CPEHA.624@TK2MSFTNGP11.phx.gbl>...
> Malvem,
>
> Reading you message again I just realized: are you setting up a component to copy the driver installer files?
> Then it may not be a good idea. You will definitely cut the unnecessary steps if you install the driver package on your XP Pro
> machine and then grab all the driver files in to your component.
> Or manually expand all the .dl_ file and put them under appropriate window directories. No subfolders.
>
> --
> Regards,
> KM
I try expanding all .dl_ files and import to CD again.
It's useless. The situation is the same as usual.
So I change another VGA card-- Nvidia Geforce2 GTS.
I do the same steps again,still fail.
But I install drivers on XPE,there's no error message.
Actually,the driver version still shows "unavailable".
I think I miss some critical component. Am I right??


Best Regards,
Malvem
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help! nVidia 7950GX2 graphics card driver problem Moody Marco Windows Vista Performance & Maintenance 2 03-17-2007 10:32 AM
Sound card driver problem Majid Windows XP Device Drivers 1 05-08-2004 07:40 PM
Rise of Nations - Video Card/ Driver problem Conor Windows XP Games 3 12-03-2003 03:12 AM
USB2.0 PCMCIA Card--driver problem, can ne1 help? Phil Rubio Windows XP Device Drivers 3 11-05-2003 11:19 AM
Video driver problem with XP Pro & voodoo3 vid card Dominic Nanci Windows XP Video 1 10-06-2003 05:24 AM