Closed mschiff closed 11 months ago
Backlight control through the module is currently only supported on RGB keyboards where it does not have direct hardware support. Control of the plain white variants is planned however. As is proper brightness linux driver for better integration.
As for the output, the module is reporting the internal state whether there is a driver or not. (Needs better hardware detection among other things.)
This repository will no longer get any updates as the code here is now part of tuxedo-drivers https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers.
Please open a merge request or issue in the new project on GitLab if you contribution or bug report still applies.
Using
Fn+F4
to change the brightness is always working. Even without the module being loaded. But testing withxev
no KeyPressed-Events are being emitted to the system.Loading the module works fine:
After that I can see events using
xev
:But the module fails to set the brighness in any way. Trying to echo any value to the brighness file will not change anything and the value stays at 255. Also using something like
xdotool key XF86KbdBrightnessUp
does not work.Would be nice to have this fixed so the keyboardlight can be turned on and off after booting or based on daytime or even sunrise/sunset times.