Ubuntu调节背景亮光

字体大小: 中小 标准 ->行高大小: 标准

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

然后保存,退出,重启之后,你就会发现可以调节屏幕背光亮度了。

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/61978.html