mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
dell/xps/13-9315: fix screen flickering
This commit is contained in:
@@ -27,4 +27,7 @@
|
|||||||
|
|
||||||
# enable cooling management, see NixOS/nixos-hardware#127
|
# enable cooling management, see NixOS/nixos-hardware#127
|
||||||
services.thermald.enable = lib.mkDefault true;
|
services.thermald.enable = lib.mkDefault true;
|
||||||
|
|
||||||
|
# fix laptop's screen flickering, see https://wiki.archlinux.org/title/Intel_graphics#Screen_flickering
|
||||||
|
boot.kernelParams = ["i915.enable_psr=0"];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user