Skip to content

Instantly share code, notes, and snippets.

@lewisgoddard
Forked from yantonov/20-nvidia.conf
Last active May 22, 2017 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lewisgoddard/fbeca17f3a6c255b4b30828b09f50d1c to your computer and use it in GitHub Desktop.
Save lewisgoddard/fbeca17f3a6c255b4b30828b09f50d1c 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"
VendorName "NVIDIA Corporation"
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