Is this an intentional change in 22.04 LTS? Or is something just not recognizing the hardware correctly? Previously, I had both a Screen Brightness and Keyboard Brightness slider visible under Settings > Power. Those no longer appear in 22.04 LTS. BTW: I tried disabling the Automatic Screen Brightness (especially since my device doesn't support the capability) but that didn't cause any sliders to be revealed.
Asked
Active
Viewed 1,075 times
3 Answers
2
For me this happened upgrading from 22.10 => 23.04
All the brightness controls went missing and the brightness keys on the laptop stopped. The solution for me was to update my grub from acpi_backlight=vendor
to acpi_backlight=native
- Optional - backup grub
cp /etc/default/grub ~/backup-grub
You could also send it to another device in case you need to type it in during booting. - edit grub
sudo gedit /etc/default/grub
replace the line for GRUB_CMDLINE_LINUX_DEFAULT
GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=Linux splash quiet pcie_aspm=force acpi_backlight=native"
- Update grub
sudo update-grub
- Reboot
This restored all my brightness settings and controls including keyboard key controls.
Good luck

Ali Fensome
- 121
0
That could be an intentional change. Few people are go to hunt so deep to change brightness, so it makes sense to have the control just there under the system button in the top right corner.

vanadium
- 88,010
-
Except there is now no UI to control keyboard backlight. That is the real issue. – AdvApp May 21 '22 at 23:55
0
This issue was not present for me, but just appeared on 12 sept 2022.
If you have an NVidia card, try disabling in your bios and switching to the CPU video.

beep_check
- 1
- 1