Created
November 7, 2019 20:52
-
-
Save StevenMacias/28d1a7bb2cf9c27bfcceb111c6885a9c to your computer and use it in GitHub Desktop.
Revisions
-
StevenMacias renamed this gist
Nov 7, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
StevenMacias created this gist
Nov 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,17 @@ Use the following command: ls /sys/class/backlight/ If you have 'intel_backlight' sudo nano /usr/share/X11/xorg.conf.d/20-intel.conf and write: Section "Device" Identifier "card0" Driver "intel" Option "Backlight" "intel_backlight" BusID "PCI:0:2:0" EndSection Log out and it should work.