Skip to content

Instantly share code, notes, and snippets.

@StevenMacias
Created November 7, 2019 20:52
Show Gist options
  • Select an option

  • Save StevenMacias/28d1a7bb2cf9c27bfcceb111c6885a9c to your computer and use it in GitHub Desktop.

Select an option

Save StevenMacias/28d1a7bb2cf9c27bfcceb111c6885a9c to your computer and use it in GitHub Desktop.

Revisions

  1. StevenMacias renamed this gist Nov 7, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. StevenMacias created this gist Nov 7, 2019.
    17 changes: 17 additions & 0 deletions gistfile1.txt
    Original 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.