Can’t set your screen brightness in Linux?

sudo nano /etc/default/grub

Change

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="

Then, save the file.

sudo update-grub

Restart computer

Loading

Leave a Reply

Your email address will not be published. Required fields are marked *