Brightness and tint settings not automatic on reboot
Upon rebooting my previous Brightness and Tint settings are not applied until I actually click on the tray icon. Is there are way to have these settings apply during the boot process?
Discussion, talk and tips
https://forum.puppylinux.com/
Upon rebooting my previous Brightness and Tint settings are not applied until I actually click on the tray icon. Is there are way to have these settings apply during the boot process?
Same thing for me.
I have installed Dcontrol (viewtopic.php?p=106439)
[ Remark for @BarryK : dcontrol is not installed in Easy 5.7 but it is called in EasySetup (Hardware, Screenbrightness)]
Again the settings are not applied at boot.
What worked :
In display control, I have chosen the settings with the sct interface (button at bootom left to toogle beetween xrand and sct interfaces)
A executable script display-sct was created in /root/Startup:
Code: Select all
#!/bin/sh
sct 6500 .67
I made a copy of this file (still in /root/Startup) that was modified by the addition of a sleep command
Code: Select all
#!/bin/sh
sleep 10
sct 6500 .67
(10 seconds of sleep is probably too much but my PC is slow)
At the reboot the settings are applied after several seconds.
As far as I know (been using EasyOS since Buster), these have never worked. These settings have never been automatic (and were probably never meant to be automatic): one must set them every time the system boots, but that doesn't require more than 1 or 2 seconds. It is so fast that it became an automatism for me.
It would be nice to have them also automated, but it probably depends on the functioning of the JWM window manager and the way it interacts with the X server.