I have a Dell G3 3579 (Secure Boot Disabled) with Ubuntu 20.04 fully updated. The brightness cannot be changed in either the OS or with the hardware keyboard buttons. Here's what I tried:
I reinstalled Nvidia drivers for GTX 1050 Mobile
I changed the
GRUB_CMDLINE_LINUX_DEFAULT
line in/etc/default/grub
to:"quiet splash nomodeset acpi_backlight=vendor acpi_osi=linux"
With this, the transparent backlight appears but the backlight still does not change.
I also tried changing acpi_backlight to video
I ran
ls /sys/class/backlight
and there is one entry calleddell_backlight
I installed
backlight-controller
but no effect. Errors were output in the terminal when I ran the program from the terminal and moved the slidersPlease check and decypher the output of
dmesg | grep "ACPI"
here
When I had Manjaro installed the brightness could be changed both in the OS and the hardware buttons. Without the brightness working. I will have to keep the laptop plugged in because of the power draw of the screen.
What could be the issue?