Created
December 7, 2019 19:44
-
-
Save StevenMacias/1021d99d47a2e3ac2df966a6588e28e1 to your computer and use it in GitHub Desktop.
Revisions
-
StevenMacias created this gist
Dec 7, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ Create this file with: sudo nano /usr/share/X11/xorg.conf.d/10-nvidia-brightness.conf Write in the file: Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce RTX 2060 Mobile" Option "RegistryDwords" "EnableBrightnessControl=1" EndSection