Luke Horwell

Results 498 comments of Luke Horwell

We need to rule out if it's definitely a device quirk or if there's a persistence logic bug when the daemon starts. In that file, `device_base.py`, do you mind adding...

Looks like a firmware quirk. _Theoretically_, we don't know if the firmware is secretly at `8000`, but has a bug in reporting it back (`1000`), or if it really is...

Good find! You could try moving that line above `super().__init__` since that's calling the parent classes, where this persistence restoration code runs. _MacroKeyboard --> RazerDeviceBrightnessSuspend --> RazerDevice Like so: ```diff...

Thanks for trying. Silly me, I should've checked `set_device_mode()` first! 🙃 The second approach, to fix each device individually with device-specific code _(re-apply after everything else initialises)_ might be the...

Yes, I'd agree. https://github.com/openrazer/openrazer/commit/1547925c80680ec5b4012a327b1c7c13cf86a190 first added the variable, it seems to be used internally for the suspend/resume calls. Tread carefully as there's also `disable_notify` which would make the other variables...

We don't have a graphic for the **Razer Huntsman V2 Tenkeyless**, so this would be expected. If you like, help us by contributing an SVG that looks like your device,...

It seems another user also reported this over on OpenRazer's repository: * https://github.com/openrazer/openrazer/issues/2580 The device has been supported for 4+ years https://github.com/openrazer/openrazer/commit/aaf3ca4ab6b034403e8d932e8b4b477d99bf4ccb which could mean there's a different hardware revision...

Polychromatic doesn't currently support all the features of this device: * #520 > if i do a full Green square nothing append. I imagine using the Effect Editor. That **could**...

To clarify, I meant that I need you to try reading/setting values to these methods, to see if that fixes the problem with the lack of lighting in the Effect...

With the D-Bus program you're using, double click the method. 🖱️ If it starts with `get`, it should print something. If it starts with `set`, it should prompt for input/value(s)....