Skip to content

Instantly share code, notes, and snippets.

@yantonov
Last active May 22, 2017 19:17
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save yantonov/8064d8dd6c099e9a18e5 to your computer and use it in GitHub Desktop.
Save yantonov/8064d8dd6c099e9a18e5 to your computer and use it in GitHub Desktop.
Fix brightness on ubuntu 14.04 lts for nvidia cards (create this file at /usr/share/X11/xorg.conf.d/20-nvidia.conf)
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment