Skip to content

Instantly share code, notes, and snippets.

@StevenMacias
Created December 7, 2019 19:44
Show Gist options
  • Save StevenMacias/1021d99d47a2e3ac2df966a6588e28e1 to your computer and use it in GitHub Desktop.
Save StevenMacias/1021d99d47a2e3ac2df966a6588e28e1 to your computer and use it in GitHub Desktop.
FIx backlight in Lenovo Y540 with Linux Mint. The backlight keys work but no changes in screen bightness after installing Nvidia Drivers.
Create this file with:
sudo nano /usr/share/X11/xorg.conf.d/10-nvidia-brightness.conf
Write in the file:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce RTX 2060 Mobile"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment