chiark / gitweb /
backlight: add minimal tool to save/restore screen brightness across reboots
authorLennart Poettering <lennart@poettering.net>
Tue, 13 Aug 2013 23:57:02 +0000 (01:57 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 13 Aug 2013 23:57:02 +0000 (01:57 +0200)
commit3731acf1acfb4a6eb68374a5b137f3b368f63381
treea6b378b127df46126ee8e334fc895bff10451b82
parent405e0255d5e6950180d9563f1a26294b5360db03
backlight: add minimal tool to save/restore screen brightness across reboots

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.
.gitignore
Makefile.am
configure.ac
rules/99-systemd.rules.in
rules/Makefile [new symlink]
src/backlight/Makefile [new symlink]
src/backlight/backlight.c [new file with mode: 0644]
units/.gitignore
units/systemd-backlight@.service.in [new file with mode: 0644]