Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-02 | fix lingering references to /var/lib/{backlight,random-seed} | Dave Reisner | |
This should have been part of ef5bfcf668e6029faa78534dfe. | |||
2013-08-14 | backlight: instead of syspath use sysname for identifying backlight devices | Lennart Poettering | |
This makes the description string of the backlight service a bit nicer. | |||
2013-08-14 | backlight: add minimal tool to save/restore screen brightness across reboots | Lennart Poettering | |
As many laptops don't save/restore screen brightness across reboots, let's do this in systemd with a minimal tool, that restores the brightness as early as possible, and saves it as late as possible. This will cover consoles and graphical logins, but graphical desktops should do their own per-user stuff probably. This only touches firmware brightness controls for now. |