每次用了Nvidia官方的Driver,亮度調整就失效 需要動手腳
Option "RegistryDwords" "EnableBrightnessControl=1"
所以看起來就像這樣
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
搞定收工
Comments