Created
December 7, 2019 19:44
-
-
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.
This file contains 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
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