安装Ubuntu系统后无法调节亮度,经过一备搜索,找到了下面这个可靠的方法。
图片上传到红联Linux系统教程频道中。
执行:sudo gedit /etc/X11/xorg.conf
在xorg.conf这个文件里增加下面的代码:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
再执行一条指令来安装xbacklight
sudo apt-get install xbacklight
xbacklight -set num
其中:num为设置亮度,100是最亮的,然后测试下可以调节了,用fn+方向键也能调节了,问题完美解决。