Skip to content

Instantly share code, notes, and snippets.

@StevenMacias
Created November 7, 2019 20:52
Show Gist options
  • Save StevenMacias/28d1a7bb2cf9c27bfcceb111c6885a9c to your computer and use it in GitHub Desktop.
Save StevenMacias/28d1a7bb2cf9c27bfcceb111c6885a9c to your computer and use it in GitHub Desktop.
Linux mint fix backlight
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