TinyNvidiaUpdateChecker icon indicating copy to clipboard operation
TinyNvidiaUpdateChecker copied to clipboard

Show a warning/error when running with unsupported hardware

Open itsho opened this issue 5 years ago • 2 comments

Hi.

First - I'm really enjoying this wonderful tool! big thank you for all contributors!

As a continuation to #50 (wrong update for unsupported hardware)

When running the app with unsupported hardware, for example:

  • GeForce 630M
  • GeForce 210

display an error or a warning message.

list of supported cards: https://github.com/ElPumpo/TinyNvidiaUpdateChecker/wiki/Supported-Graphics-Cards

itsho avatar Nov 23 '19 17:11 itsho

Accually what we need to implement is to properly get the IDs here, then the application will always show the proper latest version available and not some hardcoded variable.

ElPumpo avatar May 14 '20 17:05 ElPumpo

Or query the nvidia API. Here's a project with a proper use https://github.com/ZenitH-AT/nvidia-update

ElPumpo avatar Sep 06 '21 20:09 ElPumpo

Implemented! New release soon

ElPumpo avatar Nov 18 '22 09:11 ElPumpo