Score:1

Ubuntu 22.04 after update screen brightness control disappeared from the bar and brightness is at 100%

az flag

I have Ubuntu 22.04.3 LTS running in my Dynabook laptop Intel i7-1165G7 as my daily development machine. Today, back to work after a few days of vacation, I did sudo apt update and sudo apt upgrade. After reboot the laptop screen stayed at 100% brightness and the brightness control bar disappeared from system bar.

Some weird update released at the end of July or beginning of August 2023 messed up this configuration with the acpi driver for controlling the brightness of the screen.

Current kernel version after update is:

Linux 6.2.0-26-generic 
#26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC 
Thu Jul 13 16:27:29 UTC 2 
x86_64 x86_64 x86_64 GNU/Linux

After viewing some web pages I had to edit grub file via sudo vim /etc/default/gruband change the following line

From:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"

To:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=native"

Then run: sudo update-grub and reboot the laptop.

After that the screen brightness control and brightness level was restored as before the update.

Hope this can help someone with same issue.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.