6

Since I installed Ubuntu 22.04, I can't change my screen brightness as there is no slider nor such configs under settings > power. I have no idea what to do.

Already tried to edit grub sudo gedit /etc/default/grub as in 22.04 jammy shows no brightness sliders under Settings > Power but without any success.

Edit: Worth noting that this slider existed in previous versions of ubuntu in this same laptop (not sure about the version, I've been using 22.04 for quite a while now)

I am using a acer NITRO 5 AN515-55-59MT laptop, graphic card GeForce GTX 1650 TI.

enter image description here

enter image description here

guntbert
  • 13,134

1 Answers1

0

find the configuration file related to your nvidia in

/etc/X11/xorg.conf.d/

or

/usr/share/X11/xorg.conf.d/

Add the below lines at the end of the file and save the file.

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection

Save and reboot.
related:

  1. https://askubuntu.com/a/1247820/1698042
  2. https://www.debugpoint.com/2-ways-fix-laptop-brightness-problem-ubuntu-linux/