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

有帮助吗?

解决方案

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
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top