ZenitH-AT / nvidia-update

Checks for a new version of the NVIDIA driver, downloads and installs it.
MIT License
56 stars 8 forks source link

How to select Studio driver? #11

Open PabloGrok opened 1 year ago

PabloGrok commented 1 year ago

Hi.

On the interactive website, I can select Studio or Game driver. Is it possible to choose this with your script?

ZenitH-AT commented 1 year ago

Not possible right now but I do plan to support studio driver updating in the future.

I've been looking into ways of doing this in the past (see https://github.com/ElPumpo/TinyNvidiaUpdateChecker/issues/137#issuecomment-1352804241) but implementing this method of finding a new driver isn't ideal.

I recommend checking out NVIDIA-Driver-Downloader, which seems to have this functionality, though I've never tested it.

PabloGrok commented 1 year ago

Thank you! I will check it tonight.