mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
dell/xps/13-9315: fix screen flickering
This commit is contained in:
parent
cda8312060
commit
fb12c8270a
1 changed files with 3 additions and 0 deletions
|
|
@ -27,4 +27,7 @@
|
|||
|
||||
# enable cooling management, see NixOS/nixos-hardware#127
|
||||
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"];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue