Skip to content

Instantly share code, notes, and snippets.

@reliq
Forked from yantonov/20-nvidia.conf
Last active September 11, 2016 04:00
Show Gist options
  • Save reliq/af64798af3e2d2850cbd4605e4415a4a to your computer and use it in GitHub Desktop.
Save reliq/af64798af3e2d2850cbd4605e4415a4a 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