I am unable to reduce Laptop brightness in Ubuntu 20.04 after upgrading.
Installed brightness-controller to adjust brightness but still unable to adjust the brightness.
sudo add-apt-repository ppa:apandada1/brightness-controller sudo apt update sudo apt install brightness-controller
Tried to solve issue by enabling Laptop Specific Drivers by adding below line in /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
But still unable reduce brightness.
sudo lspci|grep VGA
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (Whiskey Lake) (rev 02)
sudo lshw -c video
*-display UNCLAIMED
description: VGA compatible controller
product: UHD Graphics 620 (Whiskey Lake)
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 02
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list
configuration: latency=0
resources: memory:c0000000-c0ffffff memory:b0000000-bfffffff ioport:4000(size=64) memory:c0000-dffff
sudo lshw -c video
. Probably you will be using the kernelmodedriver i951. Also, revert you changes if they do not work. – vanadium Jun 22 '20 at 10:37