lord-carlos / nvidia-update

Checks for a new version of the Nvidia Driver, downloads and installs it.
MIT License
147 stars 30 forks source link

PSA: Nvidia no longer releasing standard drivers #38

Closed tavern2782 closed 2 years ago

tavern2782 commented 3 years ago

Starting with version 496.13 (October 12, 2021) the only download option is DCH. This can be verified with switching the toggle on the advanced driver search from "Standard" to "DCH".

As it currently stands, I'm sad to say that this tool no longer provides the same value in its current iteration. The URL used to download the drivers can be easily fixed, but am unsure at this time if DCH drivers can be extracted and manipulated in the same manner as Standard drivers.

Will do some testing and report back.

tavern2782 commented 3 years ago

DCH drivers can be extracted and manipulated just like Standard drivers.

OmbertoOreily commented 2 years ago

Hello @iorv3th, I was testing moving over to DCH drivers as well and modified the detection URL to be:

https://www.nvidia.com/Download/processFind.aspx?psid=101&pfid=816&osid=57&lid=1&whql=1&lang=en-us&ctk=0&dtcid=1

But when running I am getting an error that the link does not exist on the server (Start-BitsTransfer : HTTP status 404: The requested URL does not exist on the server.)

Would you mind sharing what you got to work when switching over to updating DCH drivers?

Thanks!

tavern2782 commented 2 years ago

@OmbertoOreily This is the url I use: https://international.download.nvidia.com/Windows/$version/$version-desktop-$windowsVersion-$windowsArchitecture-international-dch-whql.exe

This is on line 127 for me, should be the same for you.

OmbertoOreily commented 2 years ago

@iorv3th That worked for me too. Thank you sir!

lord-carlos commented 2 years ago

Thanks for the help. Testing it now. When I tried to switch from standart to DCH it got a couple of errors while installing. image But it still seems to work.

Will do some testing and push the updates soon. Next time just make a pull request and I can merge it faster. Thank you :)

tavern2782 commented 2 years ago

Thanks Carl.

Apologies for not putting up a PR. I don't have a development environment set up and am not really a used to working with GitHub as I'm not a developer.

lord-carlos commented 2 years ago

Apologies for not putting up a PR. I don't have a development environment set up and am not really a used to working with GitHub as I'm not a developer.

No problem.

It seems to have installed just fine. But I have not looked at the file structure if out extraction and removing of privacy stuff still works 🤷‍♀️

Let me know if stuff explodes.