Merge pull request #236 from pmeiyu/master
ThinkPad X270: Disable Panel Self Refresh
This commit is contained in:
commit
831de9cac9
|
@ -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