Aşağıdaki komutla xorg.conf dosyasını açıp,
sudo pluma /etc/X11/xorg.conf
aşağıdaki Section "Device" bölümüne,
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Option "RegistryDwords" "EnableBrightnessControl=1" satırını ekleyip dosyayı kaydedin.
(Not: Satır girdilerine dikkat ediniz.)
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
Düzenleme sonrası sisteminizi yeniden başlatmayı deneyiniz.