Skip to content

Instantly share code, notes, and snippets.

@luca-c-xcv
Last active March 4, 2023 15:11
Show Gist options
  • Save luca-c-xcv/47761032098007ef7ac4ea6960d7b44c to your computer and use it in GitHub Desktop.
Save luca-c-xcv/47761032098007ef7ac4ea6960d7b44c to your computer and use it in GitHub Desktop.

How to set the monitors dimmer in Linux

Check the driver

Go to /sys/class/backlight and check if you have intel_backlight

Customizing settings

  1. add acpi_backlight=vendor to the end of GRUB_CMDLINE_LINUX_DEFAULT line

  2. create /etc/X11/xorg.conf.d/10-intel.conf file

  3. add the following configs into the file created above

Section "Device"
    Identifier  "Intel Graphics"
    Driver      "intel"
    Option      "Backlight"  "intel_backlight"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment