Skip to content

Instantly share code, notes, and snippets.

@pau
Created June 10, 2011 04:43
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 pau/1018240 to your computer and use it in GitHub Desktop.
Save pau/1018240 to your computer and use it in GitHub Desktop.
Enable Brightness Controls in Ubuntu 11.04 using NVIDIA
# /etc/X11/xorg.conf
Section "Device"
Identifier "Default Device"
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