Ubuntu调节背景亮光
修改你的xorg.conf
xorg.conf文件的位置就在/etc/X11/下面。
在终端中输入:
sudo gedit /etc/X11/xorg.conf(注意大小写)
这时会提示你输入密码
密码输入完成后会打开一个文本文档,也就是xorg.conf
把
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
改成
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
然后保存,退出,重启之后,你就会发现可以调节屏幕背光亮度了。