We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497ae13 commit c979331Copy full SHA for c979331
lenovo/ideapad/14imh9/default.nix
@@ -26,6 +26,10 @@
26
# See https://wiki.archlinux.org/title/Dell_XPS_16_(9640)#Random_freezes
27
"iommu.strict=1"
28
"iommu.passthrough=1"
29
+
30
+ # Workaround: i915 0000:00:02.0: [drm] *ERROR* [CRTC:82:pipe A] flip_done timed out
31
+ # See https://github.com/pop-os/pop/issues/3130
32
+ "i915.dmc_firmware_path=\"\""
33
];
34
};
35
0 commit comments