mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-23 10:09:44 +01:00
ThinkPad X270: Disable Panel Self Refresh.
This commit is contained in:
parent
720d531b1c
commit
cca70642e8
1 changed files with 5 additions and 0 deletions
|
@ -3,4 +3,9 @@
|
|||
../.
|
||||
../../../common/cpu/intel
|
||||
];
|
||||
|
||||
boot.kernelParams = [
|
||||
# Disable "Panel Self Refresh". Fix random freezes.
|
||||
"i915.enable_psr=0"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue