From 250d11d0dd14404a39593540b277a0de66cd8f47 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 29 Mar 2024 17:39:04 -0500 Subject: Fix Framework Laptop display flashing white after a while This seems to happen randomly, usually after a fair bit of use, though more frequently if I'm on a Jitsi call after about 30m-1h. Perhaps some video memory corruption. Framework community posts seem to indicate the kernel parameter in this commit should fix it. --- tw/system/frm.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tw/system/frm.scm b/tw/system/frm.scm index 5e9e7d55..8a81465c 100644 --- a/tw/system/frm.scm +++ b/tw/system/frm.scm @@ -66,6 +66,8 @@ ;; (it's in an M.2 slot). Alternatives are S (SDIO) and U (USB). (kernel (nongnu:corrupt-linux linux-libre #:configs '("CONFIG_MT7921E=m"))) (kernel-loadable-modules (list ddcci-driver-linux)) + ;; Fix screen flashing white: https://community.frame.work/t/39073 + (kernel-arguments (cons* "amdgpu.sg_display=0" %default-kernel-arguments)) (initrd nongnu:microcode-initrd) (firmware (cons* nongnu:amdgpu-firmware mt7922-firmware %base-firmware)) -- cgit v1.2.3