level 7
zx707587326
楼主
原文出处:http://www.techjail.net/solved-brightness-problem-in-ubuntu-12-04-precise-pangolin.html
1.打开grub配置文件
sudo gedit /etc/default/grub
2.找到
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
3.修改其为
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
4.保存退出
5.更新grub配置文件
sudo update-grub
6.重启电脑
sudo reboot
以下是原文截图:

2013年12月18日 11点12分
1
1.打开grub配置文件
sudo gedit /etc/default/grub
2.找到
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
3.修改其为
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
4.保存退出
5.更新grub配置文件
sudo update-grub
6.重启电脑
sudo reboot
以下是原文截图:
