-
Notifications
You must be signed in to change notification settings - Fork 8
Adaptive component and feature activation based on laptop model #12
Comments
I have a small note for this issue: I have the silver variant of the Blade 14 2023 - so it does not have a logo with light. It's PID is the same as the non-silver variant. Interestingly the logo's state can change between "Off", "Static" and "Breathing". No errors are given, even though the logo doesn't have a light. Clearly Razer does detect this feature/model somehow, as in Synapse it's a silver model with no logo options. But what they rely on other than the PID, I don't know. |
That's actually a BIG note. Thanks for raising it. I guess Razer has a way to detect Model Prefix Number, I see 2 entries for Blade 14"(2023), likely one of them is silver, and another is dark
When I was downloading the backup image they asked for the serial number (which can be queried from BIOS It becomes even more interesting with different variants of CPUs/GPUs as the setting for boost/overclock may vary.
I noticed that "New Synapse", downloads the whole component for each model. I won't be surprised if for silver and dark versions it's 2 separate programs with hardcoded options. |
Googled it a bit and seems like things are way easier, I can fetch the model in PowerShell
I will rely on a model number to define available features. This will be more robust and fine grained that VID/PID. |
Some features (battery health, boost mode, overclock mode) are available on some models and not available on others.
Introduce configurations and allow disabling unsupported features.
The text was updated successfully, but these errors were encountered: