Page 2 of 2

Re: Brightness Control v1.6 - 6.20, 6.35, 6.39, 6.60 and 6.61

Posted: Sat Dec 01, 2018 4:14 pm
by VitaminO
Turned off Backlight Auto-Off in Power Save Settings, seems ok now.

Re: Brightness Control v1.6 - 6.20, 6.35, 6.39, 6.60 and 6.61

Posted: Tue Mar 05, 2019 4:43 pm
by riccetto80
hello people!

if i understand correctly, to set the 5 level to be the maxim possible i have to edit the Brightness.ini file from:

Code: Select all

#	You can make up to 5 brightness levels.
# If you want to disable this feature, set 0 in all levels.
# The value must be greater than 10 and less than 101.
Livel1 = 20;
Livel2 = 40;
Livel3 = 60;
Livel4 = 80;
Livel5 = 0;
TO:

Code: Select all

#	You can make up to 5 brightness levels.
# If you want to disable this feature, set 0 in all levels.
# The value must be greater than 10 and less than 101.
Livel1 = 20;
Livel2 = 40;
Livel3 = 60;
Livel4 = 80;
Livel5 = 100;
this will made the 5 level, 20% mor bright compared to default 4, maximum level, right?