[SOLVED] Brightness settings not working
[SOLVED] Brightness settings not working
Having a small issue turning down the brightness on my laptop, all the other function keys work except brightness. The key is properly assigned in global shortcuts and pressing the brightness buttons bring up the icon to show the brightness is being turned up or down but it doesn't actually change the brightness. I tried manually changing the brightness in power management but this also doesn't actually change the screen brightness/backlight. I tried using the 'xbacklight' command but to no avail. I'm running a Nvidia GeForce 1660Ti with the latest stable drivers. Any suggestions? TIA
Last edited by ali3n0id on Mon Dec 14, 2020 8:46 pm, edited 1 time in total.
Re: Brightness settings not working
Huckleberry Finn wrote: Mon Dec 14, 2020 10:53 am "Quick System Info" from Menu please.
Though not solved: viewtopic.php?f=104&t=61987
Last edited by ali3n0id on Mon Dec 14, 2020 8:48 pm, edited 1 time in total.
Re: Brightness settings not working
I just wonder if it was working with Nouveau ..
___________________________________________
Do you have /etc/X11/xorg.conf
or an Nvidia-related .conf file in
/usr/share/X11/xorg.conf.d/
?
Especially for the latter, you can try adding just before EndSection.. i.e:
Section "OutputClass"
Identifier "nvidia"
...
...
...
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
Or:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName ...
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
_______________________
Reboot.
( At least the xbacklight may begin to work )
___________________________________________
Do you have /etc/X11/xorg.conf
or an Nvidia-related .conf file in
/usr/share/X11/xorg.conf.d/
?
Especially for the latter, you can try adding
Code: Select all
Option "RegistryDwords" "EnableBrightnessControl=1
Section "OutputClass"
Identifier "nvidia"
...
...
...
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
Or:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName ...
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
_______________________
Reboot.
( At least the xbacklight may begin to work )
Re: Brightness settings not working
Excellent that worked perfectly, my keys now work. Many thanks HF!Huckleberry Finn wrote: Mon Dec 14, 2020 5:06 pm I just wonder if it was working with Nouveau ..
___________________________________________
Do you have /etc/X11/xorg.conf
or an Nvidia-related .conf file in
/usr/share/X11/xorg.conf.d/
?
Especially for the latter, you can try addingjust before EndSection.. i.e:Code: Select all
Option "RegistryDwords" "EnableBrightnessControl=1
Section "OutputClass"
Identifier "nvidia"
...
...
...
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
Or:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName ...
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
_______________________
Reboot.
( At least the xbacklight may begin to work )
Re: [SOLVED] Brightness settings not working

So glad to hear that and thank you for marking the thread.
Re: [SOLVED] Brightness settings not working
That worked for me also, thanks!.
Jes.
Jes.
Re: [SOLVED] Brightness settings not working

Thank you, too for the feedback :)