1. On my Acer laptop, on Debian 9, out of the box, the screen brightness is set
during the boot - you can see the screen dim.
Well, during SOME boots the brightness is set EARLY in the boot process, before
X is started; but during other boots, it is set about 10 seconds later, after X
and lxpanel are fully up and running.
2. My Questions:
a) How can I make the dimming occur consistently EARLY in the boot?
b) What is causing the brightness to be set at DIFFERENT times?
c) My system is
systemd. What controls WHEN processes and actions are performed
at boot, and where in my filesystem do I look to find the thing that is setting
the screen brightness?
3. To help you fathom things out, it might help to say that after the boot, I
can MANUALLY set the screen brightness with the following command:
Code:
$ sudo sh -c "echo 400 > /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-
LVDS-1/intel_backlight/brightness"
where the "400" can be a value from 0 to 976.