Brightness and tint settings not automatic on reboot

Moderator: BarryK

Post Reply
OldMan
Posts: 11
Joined: Thu Apr 25, 2024 11:56 pm
Has thanked: 5 times

Brightness and tint settings not automatic on reboot

Post by OldMan »

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?

Caramel
Posts: 323
Joined: Sun Oct 02, 2022 6:25 pm
Location: France
Has thanked: 78 times
Been thanked: 53 times

Re: Brightness and tint settings not automatic on reboot

Post by Caramel »

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)

Screenshot(3).png
Screenshot(3).png (31.37 KiB) Viewed 129 times

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.

Post Reply

Return to “EasyOS”