Skip to content

Instantly share code, notes, and snippets.

@georgboe
Created March 7, 2016 20:16
Show Gist options
  • Save georgboe/c34374410b8739aa0194 to your computer and use it in GitHub Desktop.
Save georgboe/c34374410b8739aa0194 to your computer and use it in GitHub Desktop.
Fixes brightness control for Thinkpad T510
#/usr/share/X11/xorg.conf.d/10-nvidia-brightness.conf
Section "Device"
Identifier "Device0"
Driver "nvidia"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment