ChristianCiach

Results 129 comments of ChristianCiach

Thanks for notifying me. Closing this issue as done.

Oops, I didn't check. I thought this option was also exposed with the Idea plugin.

I agree with everything @thechubbypanda said. For a containerized application Harbor is way too integrated with the host. To add to that, when upgrading Harbor, the documentation says that we...

Sorry, I will come back to you next weekend at the earliest. Good news is that I now also have a "Gladius III Wireless Aimpoint", which I expect to be...

I just did some more tests with my Keris Aimpoint. After removing the `DoubleDPIMixin` from the Device, setting DPI seems to work fine! This means these issues are still to...

Here is `hid.enumerate()` output for the **Gladius III Wireless AimPoint**: **Wired:** ``` {'path': b'/dev/hidraw10', 'vendor_id': 2821, 'product_id': 6768, 'serial_number': 'DA825369A7BAÄ`', 'release_number': 518, 'manufacturer_string': 'ASUSTeK', 'product_string': 'ROG GIII WIRELESS AIMPOINT', 'usage_page':...

I cannot get the Gladius III AimPoint to work. Using these device definitions: ```py class Gladius3Wireless(Gladius3): """ ROG Gladius III Wireless. """ product_id = 0x197F profiles = 5 dpis =...

> Can you comment those 2 lines: https://github.com/kyokenn/rogdrv/blob/master/rog/device/base.py#L346-L347 > and try other brightness values up to 255? Thats exactly it! Removing these lines allows me to set the maximum brighness...

> I think it have 4 DPI presets. > > > class Gladius3WirelessAimPoint(Device): > > Maybe you are extending the wrong class or forgot to specify "dpis" property. Thanks, that...

> > By the way: Is there no command to switch the active DPI preset? I couldn't find one. > > It's not supported by the mouse. ASUS hasn't designed...