rogauracore icon indicating copy to clipboard operation
rogauracore copied to clipboard

Add ability to dim backlight

Open mkreisel opened this issue 6 years ago • 2 comments

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?

mkreisel avatar Jul 14 '19 19:07 mkreisel

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).

wroberts avatar Jul 16 '19 10:07 wroberts

Is the brightness issue solved once you restart? Like solved for good? Or you need to sudo systemctl restart upower.service all the time?

tiotrom avatar Aug 23 '20 02:08 tiotrom