Skip to content

Instantly share code, notes, and snippets.

@StevenMacias
Created December 7, 2019 19:44
Show Gist options
  • Select an option

  • Save StevenMacias/1021d99d47a2e3ac2df966a6588e28e1 to your computer and use it in GitHub Desktop.

Select an option

Save StevenMacias/1021d99d47a2e3ac2df966a6588e28e1 to your computer and use it in GitHub Desktop.

Revisions

  1. StevenMacias created this gist Dec 7, 2019.
    12 changes: 12 additions & 0 deletions Lenovo_Y540_Backlight_Fix
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    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