mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
ThinkPad X270: Disable Panel Self Refresh.
This commit is contained in:
@@ -3,4 +3,9 @@
|
||||
../.
|
||||
../../../common/cpu/intel
|
||||
];
|
||||
|
||||
boot.kernelParams = [
|
||||
# Disable "Panel Self Refresh". Fix random freezes.
|
||||
"i915.enable_psr=0"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user