MSFN Forum: How to replace NVIDIA drivers on SP2 CD? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How to replace NVIDIA drivers on SP2 CD? Rate Topic: -----

#1 User is offline   Marztabator 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 469
  • Joined: 31-July 03

Posted 02 February 2005 - 06:18 AM

I want to make a customisation to my XP SP2 CD by getting rid of MS's default NVIDIA graphics drivers (which aren't very good IMHO) and replacing it instead with the latest official NVIDIA drivers (by means of winnt.sif or whatever). The reason for this is that the two, when they clash, don't seem to get on too well and bugger up the graphics in a way that my resolution is stuck at 640x480 16-colour (or worse) mode. If I uninstall the NVIDIA drivers when this happens, then reinstall them, it usually solves the problem. Therefore I feel maybe I shouldn't allow the MS drivers to be installed in the first place.

I remember jdeboeck's useful site (here) helped with getting rid of needless files during the SP1 days, but alas, it hasn't been updated for the SP2 generation (has the guy abandoned the project?). Maybe nLite will remove these specific graphics drivers? Help me out if you can, thanks.


#2 User is offline   Marztabator 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 469
  • Joined: 31-July 03

Posted 02 February 2005 - 12:09 PM

*bump*

#3 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 02 February 2005 - 02:01 PM

Well, I hope you install your updated nV drivers via OEMpnpDriversPath.
I just do that, and windows straight away uses those - and it all works fine.

If you don't use that method, then do it now. If you already are using that clean method, but now want to get your hands dirty with some fiddling in I386, then check out nLite's driver integration feature.

Do post back with what happens!

#4 User is offline   analyser 

  • Group: Members
  • Posts: 2
  • Joined: 13-January 05

Posted 03 February 2005 - 10:21 PM

Ex:

X:\i386
X:\$OEM$\$1\Drivers\VGA\nvidia files <- your driver


Posted Image

edit winnt.sif

DriverSigningPolicy=Ignore
OemPnPDriversPath="Drivers\VGA"

Ex:

Posted Image

:D

#5 User is offline   buletov 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 518
  • Joined: 08-September 04

Posted 04 February 2005 - 03:39 AM

they also have to be whql for windows to use them instead of default ones...

#6 User is offline   mentalindustrie 

  • Junior
  • Pip
  • Group: Members
  • Posts: 65
  • Joined: 03-June 04

Posted 04 February 2005 - 12:01 PM

no they don't, thats the point of

DriverSigningPolicy=Ignore

stops it checking for WHQL

mentalinc

#7 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 04 February 2005 - 12:07 PM

mentalindustrie, on Feb 4 2005, 08:01 PM, said:

no they don't, thats the point of

DriverSigningPolicy=Ignore

stops it checking for WHQL

mentalinc

It simply doesn't work ;)

The ignore value WILL work for drivers that aren't shipped by default on the Win SP2. But the nVidia Graphics drivers ARE. So Windows will tend to use the older, but signed ones that it comes with...

I'm sorry to awake you from your dream ;) :P

I *wish* it was that easy...

#8 User is offline   SwedenXP 

  • Member
  • PipPip
  • Group: Members
  • Posts: 226
  • Joined: 28-September 03

Posted 04 February 2005 - 04:20 PM

Can verify Mr Bashrat´s post... unfourtunately...

But I´m really interested in the possibility of getting it done :w00t:

/ SwedenXP B)

#9 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 05 February 2005 - 06:35 AM

SwedenXP, on Feb 5 2005, 12:20 AM, said:

Can verify Mr Bashrat´s post... unfourtunately...

But I´m really interested in the possibility of getting it done  :w00t:

/ SwedenXP  B)

Remove the nVidia drivers out of Win XP ;) But that's quite some work!

#10 User is offline   fsmith 

  • Group: Members
  • Posts: 3
  • Joined: 12-January 05

Posted 09 February 2005 - 06:37 AM

I did this without "DriverSigningPolicy=Ignore" - worked fine.

#11 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 09 February 2005 - 06:46 AM

DriverSigningPolicy=Ignore

will only do one thing: You will not be prompted regarding unsigned drivers during your unattended install. There is still a "pecking order" with the device drivers however. So if there is an old WHQL driver and a new non-WHQL driver, the signed driver wins. WHQL checking is NOT disabled, only the warning regarding it is.

One problem I have come across is with some older HP desktops. They have an nVidia "Vantra" (sp?). While the drivers for newer nVidia cards are indeed signed, the Vantra drivers are not. Therefore the default SP2 drivers win. I'd love to eliminate those default drivers myself.

#12 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 10 February 2005 - 04:05 AM

RogueSpear, on Feb 9 2005, 01:46 PM, said:

DriverSigningPolicy=Ignore

will only do one thing:  You will not be prompted regarding unsigned drivers during your unattended install.  There is still a "pecking order" with the device drivers however.  So if there is an old WHQL driver and a new non-WHQL driver, the signed driver wins.  WHQL checking is NOT disabled, only the warning regarding it is.

One problem I have come across is with some older HP desktops.  They have an nVidia "Vantra" (sp?).  While the drivers for newer nVidia cards are indeed signed, the Vantra drivers are not.  Therefore the default SP2 drivers win.  I'd love to eliminate those default drivers myself.

Can't you remove them with nLite?

#13 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 10 February 2005 - 07:23 AM

Maybe someone can correct me if I'm wrong, but I think you can only select all video drivers, not an individual vendor's drivers. I'm not sure on this because I stopped removing drivers with nLite a while ago. Maybe Nuhi added this in an upgrade?

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy