xorg.conf文件就在/etc/X11/下面
在终端输入:
sudo gedit /etc/X11/xorg.conf在文件中加入红色的一行:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
然后保存并重启X-window。
这时再按下Fn + F5就可以看到调节亮度的浮动条。