Ale*_*exa 4 brightness acer aspire screen
我有一台配备 Intel Core i3 的 Aspire 5740,Fn + 箭头键仍然可以调用亮度调节器,但对实际更改亮度没有影响。滑块移动,但亮度保持最大。系统设置还允许我移动滑块,但同样没有效果。
它正在耗尽我的电池 - 请告诉我如何编码来解决这个问题!
这是一个已知的错误。您可以在此处查看:https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/543294 好吧,有人发布了这样的解决方法:
1. Open a terminal (Program - Accessories - Terminal)
2. Type in "sudo gedit /etc/default/grub" (without the "")
3. Find the line that says: GRUB_CMDLINE_LINUX="quiet splash"
4. Edit it so it says: GRUB_CMDLINE_LINUX="quiet splash acpi_backlight=vendor"
5. Save and exit
6. Run the command "sudo update-grub" (again without quotes of course)
7. Reboot and enjoy!
Run Code Online (Sandbox Code Playgroud)
是的,它对我有用