Merge pull request #204 from oxzi/x260-i915

lenovo/thinkpad/x260: i915.enable_psr=0 parameter
This commit is contained in:
Jörg Thalheim 2020-11-03 08:53:36 +01:00 committed by GitHub
commit 26e9c94511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
../../../common/pc/laptop/acpi_call.nix
];
boot.kernelParams = [
# https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X260#Thinkpad_X260
"i915.enable_psr=0"
];
# https://wiki.archlinux.org/index.php/TLP#Btrfs
services.tlp.settings = {
SATA_LINKPWR_ON_BAT = "med_power_with_dipm";