Re: [systemd-devel] brightness in tmpfiles.d

2013-09-11 Thread Lennart Poettering
On Mon, 12.08.13 22:40, Christian Hesse ([email protected]) wrote: > Hello everybody, > > I have a file /etc/tmpfiles.d/brightness.conf containing this line: > > w /sys/class/backlight/acpi_video0/brightness - - - - 10 > > This used to set the brightness on boot, but broke lately. The path is > cor

Re: [systemd-devel] brightness in tmpfiles.d

2013-08-13 Thread Christian Hesse
Mantas Mikulėnas on Tue, 2013/08/13 00:27: > On Mon, Aug 12, 2013 at 11:40 PM, Christian Hesse wrote: > > Hello everybody, > > > > I have a file /etc/tmpfiles.d/brightness.conf containing this line: > > > > w /sys/class/backlight/acpi_video0/brightness - - - - 10 > > > > This used to set the brig

Re: [systemd-devel] brightness in tmpfiles.d

2013-08-12 Thread Mantas Mikulėnas
On Tue, Aug 13, 2013 at 12:54 AM, Kay Sievers wrote: > Remembering brightness sounds pretty useful for everyone. In the > longer run, it should probably be handled like ALSA restore for the > sound volume, with a service that writes it to /var/lib and reads it > from there ... I guess this is har

Re: [systemd-devel] brightness in tmpfiles.d

2013-08-12 Thread Kay Sievers
On Mon, Aug 12, 2013 at 11:27 PM, Mantas Mikulėnas wrote: > On Mon, Aug 12, 2013 at 11:40 PM, Christian Hesse wrote: >> Hello everybody, >> >> I have a file /etc/tmpfiles.d/brightness.conf containing this line: >> >> w /sys/class/backlight/acpi_video0/brightness - - - - 10 >> >> This used to set

Re: [systemd-devel] brightness in tmpfiles.d

2013-08-12 Thread Mantas Mikulėnas
On Mon, Aug 12, 2013 at 11:40 PM, Christian Hesse wrote: > Hello everybody, > > I have a file /etc/tmpfiles.d/brightness.conf containing this line: > > w /sys/class/backlight/acpi_video0/brightness - - - - 10 > > This used to set the brightness on boot, but broke lately. The path is > correct, so

[systemd-devel] brightness in tmpfiles.d

2013-08-12 Thread Christian Hesse
Hello everybody, I have a file /etc/tmpfiles.d/brightness.conf containing this line: w /sys/class/backlight/acpi_video0/brightness - - - - 10 This used to set the brightness on boot, but broke lately. The path is correct, so I assume this is a race condition. Any chance to get this work again? -