ThinkPad T510 Xorg NVidia config

To enable screen backlight brightness adjustment, create the following file and restart the X server

/etc/X11/xorg.conf.d/20-nvidia.conf

Section "Device"
    Identifier "GPU"
    Driver     "nvidia"
    Option     "RegistryDwords" "EnableBrightnessControl=1"
EndSection

Ajnasz Blog lets readers post comments anonymously or by signing in with Google, GitHub, or Telegram.

comments loading...