diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-01-17 22:00:19 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-01-17 22:00:19 +0530 |
| commit | 60c1c76d5484ea371e19985d4e465e1785ff9b9c (patch) | |
| tree | 5b2cd648cf12dfbf091cb1ad928950590829f411 /hardware | |
| parent | 1f5fd6dba444ef0faef7e0799a205183c6ceb9af (diff) | |
| download | nixos-config-60c1c76d5484ea371e19985d4e465e1785ff9b9c.tar.gz nixos-config-60c1c76d5484ea371e19985d4e465e1785ff9b9c.zip | |
fixes brightness issue with new laptop
Diffstat (limited to 'hardware')
| -rw-r--r-- | hardware/thinkpad-e14/default.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/hardware/thinkpad-e14/default.nix b/hardware/thinkpad-e14/default.nix index 20a864a..6b08352 100644 --- a/hardware/thinkpad-e14/default.nix +++ b/hardware/thinkpad-e14/default.nix @@ -35,9 +35,12 @@ boot.kernelParams = [ "i8042.nopnp=1" "pci=nocrs" + "acpi_osi=linux" "acpi_backlight=native" - "i915.enable_dpcd_backlight=1" - "i915.force_probe=46a8" + "i915.enable_dpcd_backlight=0" + # "acpi_backlight=vendor" + # "acpi_backlight=intel_backlight" + # "i915.force_probe=46a8" ]; boot.extraModprobeConfig = '' options snd slots=snd-hda-intel |
