Created
November 7, 2019 20:52
-
-
Save StevenMacias/28d1a7bb2cf9c27bfcceb111c6885a9c to your computer and use it in GitHub Desktop.
Linux mint fix backlight
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 characters
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment