NixOS / nixos-hardware

A collection of NixOS modules covering hardware quirks.
Creative Commons Zero v1.0 Universal
1.9k stars 593 forks source link

acpi_backlight=native introduce issues to my keyboard backlight #512

Open baronleonardo opened 1 year ago

baronleonardo commented 1 year ago

This option

  boot.kernelParams = [
    # Force use of the thinkpad_acpi driver for backlight control.
    # This allows the backlight save/load systemd service to work.
    "acpi_backlight=native"
  ];

from nixos-hardware/lenovo/thinkpad/e14/default.nix

currently I have 2 issues related to keyboard backlight 1- the keyboard backlight (on Gnome) doesn't go off when the screensaver start 2- it always enable itself on when I end the screensaver (by moving the cursor)

solution: if I change to acpi_backlight=video everything goes well.

Mic92 commented 1 year ago

cc @ebbertd

ebbertd commented 1 year ago

I no longer have an E14 available to test this.