rogauracore
rogauracore copied to clipboard
Add ability to dim backlight
First: this project is awesome! I couldn't find any way to change the default rainbow setting on my G531GT until I found this project.
Could you add support for dimming the backlight?
Hi @mkreisel thanks for the issue report!
Backlight is normally controlled by the kernel, and you shouldn't need rogauracore to change the brightness. This project just aims to support setting the keyboard colours. Two caveats. One: for me, rogauracore breaks backlight control until I reboot the machine (or restore from suspend). Two: you can approximate dimming by scaling down the RGB colour you give rogauracore (like setting single_static to 990000 instead of ff0000).
Is the brightness issue solved once you restart? Like solved for good? Or you need to sudo systemctl restart upower.service all the time?