Re: Brightness Control v1.6 - 6.20, 6.35, 6.39, 6.60 and 6.61
Posted: Sat Dec 01, 2018 4:14 pm
Turned off Backlight Auto-Off in Power Save Settings, seems ok now.
Gaming/Programming community
http://wololo.net/talk/
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;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;