Skip to content

Commit fb12c82

Browse files
Laurent2916mergify[bot]
authored andcommitted
dell/xps/13-9315: fix screen flickering
1 parent cda8312 commit fb12c82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dell/xps/13-9315/default.nix

+3
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@
2727

2828
# enable cooling management, see NixOS/nixos-hardware#127
2929
services.thermald.enable = lib.mkDefault true;
30+
31+
# fix laptop's screen flickering, see https://wiki.archlinux.org/title/Intel_graphics#Screen_flickering
32+
boot.kernelParams = ["i915.enable_psr=0"];
3033
}

0 commit comments

Comments
 (0)