mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
Merge pull request #278 from symphorien/precision5530flicker
Dell Precision 5530: fix screen flicker
This commit is contained in:
@@ -7,16 +7,18 @@
|
|||||||
../../../common/pc/laptop/ssd
|
../../../common/pc/laptop/ssd
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1803179/comments/149
|
|
||||||
# fix lspci hanging with nouveau
|
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
|
# fix lspci hanging with nouveau
|
||||||
|
# source https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1803179/comments/149
|
||||||
"acpi_rev_override=1"
|
"acpi_rev_override=1"
|
||||||
"acpi_osi=Linux"
|
"acpi_osi=Linux"
|
||||||
"nouveau.modeset=0"
|
"nouveau.modeset=0"
|
||||||
"pcie_aspm=force"
|
"pcie_aspm=force"
|
||||||
"drm.vblankoffdelay=1"
|
"drm.vblankoffdelay=1"
|
||||||
"scsi_mod.use_blk_mq=1"
|
|
||||||
"nouveau.runpm=0"
|
"nouveau.runpm=0"
|
||||||
"mem_sleep_default=deep"
|
"mem_sleep_default=deep"
|
||||||
|
# fix flicker
|
||||||
|
# source https://wiki.archlinux.org/index.php/Intel_graphics#Screen_flickering
|
||||||
|
"i915.enable_psr=0"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user