Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1463  / 2 Years ago, wed, february 9, 2022, 7:59:13

I've attempted to change the Backlight Brightness, by both the keyboard setting and directly in the screen settings. Both show that I've changed the brightness down to minimum neither actually changed the brightness level.


More From » brightness

 Answers
1

Did you set the backlightbrightness to changable in xorg.conf?



You need administrative properties for that, so open a terminal and do:



sudo -H gedit /etc/x11/xorg.conf


then please put this



Option          "RegistryDwords"        "EnableBrightnessControl=1"  


As shown here



Section "Device"
..
..
..
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection


If the file does not exist, you can create it.


[#39425] Thursday, February 10, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
iriousutur

Total Points: 321
Total Questions: 112
Total Answers: 106

Location: Sweden
Member since Mon, Dec 7, 2020
4 Years ago
;