문제

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