supporting multiple video cards
WinXPTalk.com Forum Index WinXPTalk.com
Forums for Windows XP users.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winxptalk.com
supporting multiple video cards

 
Post new topic   Reply to topic    WinXPTalk.com Forum Index -> Embedded System
Author Message
Mark.Young.Kim@gmail.com
Guest





Posted: Wed Dec 22, 2004 10:15 pm    Post subject: supporting multiple video cards Reply with quote

I know this topic has been discussed here before...

I need to support different ATI Video cards.
During the FBA everything installs fine. I have no problem with
resolution or font size.
But changing the video card screws up everything.
I can't have different builds for different video cards.
Will the ChangeDisplaySettingsEx work for me?

Also I've read in one of the threads that Slobodan posted inf for
supporting multiple nVidia video cards without multple Components. I
would like to see an example of that.

Thanks,
Mark
Back to top
Slobodan Brcin (eMVP)
Guest





Posted: Wed Dec 22, 2004 10:55 pm    Post subject: Re: supporting multiple video cards Reply with quote

Hi Mark,

Actually inf file that I have posted long time ago was an example how to make lite driver that do not have dependencies on services
and other high level stuff.
You can just satisfy all dependencies and copy all driver files to their folders and let FBA PnP do the installation process on its
own.

To support all video adapters just extract files from latest catalyst package and make component that will copy them from flat
repository folder to their correct folders in XPe image.


Please read trough following complete thread it will shed some light to this process:
http://groups-beta.google.com/group/microsoft.public.windowsxp.embedded/browse_frm/thread/18f886794b5ed5ff/37830897129cd1e3?q=Slobodan+Konstantin+usb&_done=%2Fgroups%3Fq%3DSlobodan+Konstantin+usb%26&_doneTitle=Back+to+Search&&d#37830897129cd1e3


Also if you have problems please examine setupapi.log and attach it here so we might help you.


Regards,
Slobodan

<Mark.Young.Kim@gmail.com> wrote in message news:1103735741.141716.3180@z14g2000cwz.googlegroups.com...
Quote:
I know this topic has been discussed here before...

I need to support different ATI Video cards.
During the FBA everything installs fine. I have no problem with
resolution or font size.
But changing the video card screws up everything.
I can't have different builds for different video cards.
Will the ChangeDisplaySettingsEx work for me?

Also I've read in one of the threads that Slobodan posted inf for
supporting multiple nVidia video cards without multple Components. I
would like to see an example of that.

Thanks,
Mark
Back to top
Mark.Young.Kim@gmail.com
Guest





Posted: Thu Dec 23, 2004 12:08 am    Post subject: Re: supporting multiple video cards Reply with quote

Hi Slobodan,

Thanks for the quick response and the link.
Let me see if this will help me.

Thanks,
Mark
Back to top
KM
Guest





Posted: Thu Dec 23, 2004 12:22 pm    Post subject: Re: supporting multiple video cards Reply with quote

Slobodan,

I saw your search string in Google :-)

Do you like new Google Beta search UI? I don't :-(

Konstantin

Quote:
Hi Mark,

Actually inf file that I have posted long time ago was an example how to make lite driver that do not have dependencies on
services
and other high level stuff.
You can just satisfy all dependencies and copy all driver files to their folders and let FBA PnP do the installation process on
its
own.

To support all video adapters just extract files from latest catalyst package and make component that will copy them from flat
repository folder to their correct folders in XPe image.


Please read trough following complete thread it will shed some light to this process:
http://groups-beta.google.com/group/microsoft.public.windowsxp.embedded/browse_frm/thread/18f886794b5ed5ff/37830897129cd1e3?q=Slobodan+Konstantin+usb&_done=%2Fgroups%3Fq%3DSlobodan+Konstantin+usb%26&_doneTitle=Back+to+Search&&d#37830897129cd1e3


Also if you have problems please examine setupapi.log and attach it here so we might help you.


Regards,
Slobodan

Mark.Young.Kim@gmail.com> wrote in message news:1103735741.141716.3180@z14g2000cwz.googlegroups.com...
I know this topic has been discussed here before...

I need to support different ATI Video cards.
During the FBA everything installs fine. I have no problem with
resolution or font size.
But changing the video card screws up everything.
I can't have different builds for different video cards.
Will the ChangeDisplaySettingsEx work for me?

Also I've read in one of the threads that Slobodan posted inf for
supporting multiple nVidia video cards without multple Components. I
would like to see an example of that.

Thanks,
Mark


Back to top
Slobodan Brcin (eMVP)
Guest





Posted: Thu Dec 23, 2004 1:20 pm    Post subject: Re: supporting multiple video cards Reply with quote

Quote:
Do you like new Google Beta search UI? I don't :-(

I can't believe that they make it so ugly :-( I just hope that they will do something about this or revert to old short link
convention.

Slobodan

"KM" <konstmor@nospam_yahoo.com> wrote in message news:uYcd%23AM6EHA.2016@TK2MSFTNGP15.phx.gbl...
Quote:
Slobodan,

I saw your search string in Google :-)

Do you like new Google Beta search UI? I don't :-(

Konstantin

Hi Mark,

Actually inf file that I have posted long time ago was an example how to make lite driver that do not have dependencies on
services
and other high level stuff.
You can just satisfy all dependencies and copy all driver files to their folders and let FBA PnP do the installation process on
its
own.

To support all video adapters just extract files from latest catalyst package and make component that will copy them from flat
repository folder to their correct folders in XPe image.


Please read trough following complete thread it will shed some light to this process:

http://groups-beta.google.com/group/microsoft.public.windowsxp.embedded/browse_frm/thread/18f886794b5ed5ff/37830897129cd1e3?q=Slobodan+Konstantin+usb&_done=%2Fgroups%3Fq%3DSlobodan+Konstantin+usb%26&_doneTitle=Back+to+Search&&d#37830897129cd1e3


Also if you have problems please examine setupapi.log and attach it here so we might help you.


Regards,
Slobodan

Mark.Young.Kim@gmail.com> wrote in message news:1103735741.141716.3180@z14g2000cwz.googlegroups.com...
I know this topic has been discussed here before...

I need to support different ATI Video cards.
During the FBA everything installs fine. I have no problem with
resolution or font size.
But changing the video card screws up everything.
I can't have different builds for different video cards.
Will the ChangeDisplaySettingsEx work for me?

Also I've read in one of the threads that Slobodan posted inf for
supporting multiple nVidia video cards without multple Components. I
would like to see an example of that.

Thanks,
Mark




Back to top
KM
Guest





Posted: Thu Dec 23, 2004 1:24 pm    Post subject: Re: supporting multiple video cards Reply with quote

Slobodan,

You can actually make it shorter (the link) and remove the search from the link.

E.g., your link
http://groups-beta.google.com/group/microsoft.public.windowsxp.embedded/browse_thread/thread/18f886794b5ed5ff#37830897129cd1e3

or, as a tree,
http://groups-beta.google.com/group/microsoft.public.windowsxp.embedded/browse_frm/thread/18f886794b5ed5ff/a6b590cb38cbd984?tvc=1&scrollSave=&&d#a6b590cb38cbd984

But all this requires many more clicks and the default UI is unbelievably worse than old one. One of the major advantages of Google
has always bee a simplicity of their UI. Seems like they are losing it :-(

Konstantin


Quote:
Do you like new Google Beta search UI? I don't :-(

I can't believe that they make it so ugly :-( I just hope that they will do something about this or revert to old short link
convention.

Slobodan

"KM" <konstmor@nospam_yahoo.com> wrote in message news:uYcd%23AM6EHA.2016@TK2MSFTNGP15.phx.gbl...
Slobodan,

I saw your search string in Google :-)

Do you like new Google Beta search UI? I don't :-(

Konstantin

Hi Mark,

Actually inf file that I have posted long time ago was an example how to make lite driver that do not have dependencies on
services
and other high level stuff.
You can just satisfy all dependencies and copy all driver files to their folders and let FBA PnP do the installation process on
its
own.

To support all video adapters just extract files from latest catalyst package and make component that will copy them from flat
repository folder to their correct folders in XPe image.


Please read trough following complete thread it will shed some light to this process:

http://groups-beta.google.com/group/microsoft.public.windowsxp.embedded/browse_frm/thread/18f886794b5ed5ff/37830897129cd1e3?q=Slobodan+Konstantin+usb&_done=%2Fgroups%3Fq%3DSlobodan+Konstantin+usb%26&_doneTitle=Back+to+Search&&d#37830897129cd1e3


Also if you have problems please examine setupapi.log and attach it here so we might help you.


Regards,
Slobodan

Mark.Young.Kim@gmail.com> wrote in message news:1103735741.141716.3180@z14g2000cwz.googlegroups.com...
I know this topic has been discussed here before...

I need to support different ATI Video cards.
During the FBA everything installs fine. I have no problem with
resolution or font size.
But changing the video card screws up everything.
I can't have different builds for different video cards.
Will the ChangeDisplaySettingsEx work for me?

Also I've read in one of the threads that Slobodan posted inf for
supporting multiple nVidia video cards without multple Components. I
would like to see an example of that.

Thanks,
Mark






Back to top
Slobodan Brcin (eMVP)
Guest





Posted: Thu Dec 23, 2004 1:37 pm    Post subject: Re: supporting multiple video cards Reply with quote

Konstantin,

I knew about showing one response. But I did not see how to revert to full thread.
Ok I know it now. Thanks :-)

Slobodan

"KM" <konstmor@nospam_yahoo.com> wrote in message news:OFUkjjM6EHA.3504@TK2MSFTNGP12.phx.gbl...
Quote:

Slobodan,

You can actually make it shorter (the link) and remove the search from the link.

E.g., your link
http://groups-beta.google.com/group/microsoft.public.windowsxp.embedded/browse_thread/thread/18f886794b5ed5ff#37830897129cd1e3

or, as a tree,

http://groups-beta.google.com/group/microsoft.public.windowsxp.embedded/browse_frm/thread/18f886794b5ed5ff/a6b590cb38cbd984?tvc=1&scrollSave=&&d#a6b590cb38cbd984

But all this requires many more clicks and the default UI is unbelievably worse than old one. One of the major advantages of
Google
has always bee a simplicity of their UI. Seems like they are losing it :-(

Konstantin


Do you like new Google Beta search UI? I don't :-(

I can't believe that they make it so ugly :-( I just hope that they will do something about this or revert to old short link
convention.

Slobodan

"KM" <konstmor@nospam_yahoo.com> wrote in message news:uYcd%23AM6EHA.2016@TK2MSFTNGP15.phx.gbl...
Slobodan,

I saw your search string in Google :-)

Do you like new Google Beta search UI? I don't :-(

Konstantin

Hi Mark,

Actually inf file that I have posted long time ago was an example how to make lite driver that do not have dependencies on
services
and other high level stuff.
You can just satisfy all dependencies and copy all driver files to their folders and let FBA PnP do the installation process
on
its
own.

To support all video adapters just extract files from latest catalyst package and make component that will copy them from
flat
repository folder to their correct folders in XPe image.


Please read trough following complete thread it will shed some light to this process:


http://groups-beta.google.com/group/microsoft.public.windowsxp.embedded/browse_frm/thread/18f886794b5ed5ff/37830897129cd1e3?q=Slobodan+Konstantin+usb&_done=%2Fgroups%3Fq%3DSlobodan+Konstantin+usb%26&_doneTitle=Back+to+Search&&d#37830897129cd1e3


Also if you have problems please examine setupapi.log and attach it here so we might help you.


Regards,
Slobodan

Mark.Young.Kim@gmail.com> wrote in message news:1103735741.141716.3180@z14g2000cwz.googlegroups.com...
I know this topic has been discussed here before...

I need to support different ATI Video cards.
During the FBA everything installs fine. I have no problem with
resolution or font size.
But changing the video card screws up everything.
I can't have different builds for different video cards.
Will the ChangeDisplaySettingsEx work for me?

Also I've read in one of the threads that Slobodan posted inf for
supporting multiple nVidia video cards without multple Components. I
would like to see an example of that.

Thanks,
Mark








Back to top
 
Post new topic   Reply to topic    WinXPTalk.com Forum Index -> Embedded System All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Office Forums Access Forums Windows Server Exchange Server Help
New Topics Powered by phpBB