Ubuntu 屏幕亮度调整
sudo apt-get install geditsudo gedit /etc/X11/xorg.conf
加入红色的一行如下:
Section "Screen"
> DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
> Driver "nvidia"
Option "NoLogo" "flase"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
页:
[1]