Frage

I have one problem with linux mint and my conputer ACER v3, I can't control brightness, why?

War es hilfreich?

Lösung

It is mostly caused by GRUB bootloader. Running following commands might help.

sudo sed "s/\(GRUB_CMDLINE_LINUX=\)\"\"/\1\"acpi_osi=Linux acpi_backlight=vendor\"/" /etc/default/grub -i 

sudo update-grub

sudo reboot
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top