TinyNvidiaUpdateChecker
TinyNvidiaUpdateChecker copied to clipboard
Show a warning/error when running with unsupported hardware
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
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.
Or query the nvidia API. Here's a project with a proper use https://github.com/ZenitH-AT/nvidia-update
Implemented! New release soon