From 648764c1b2c0f89d79c4e508df610c0656e38ce1 Mon Sep 17 00:00:00 2001 From: Axel Flordal Date: Mar 18 2026 15:27:15 +0000 Subject: Add FAQ text regarding updated kernel parameter --- diff --git a/modules/ROOT/pages/faq.adoc b/modules/ROOT/pages/faq.adoc index e7730f6..66f094d 100644 --- a/modules/ROOT/pages/faq.adoc +++ b/modules/ROOT/pages/faq.adoc @@ -118,6 +118,11 @@ Run the following command to resolve the issue: This is caused by an https://bugs.chromium.org/p/chromium/issues/detail?id=1442633[upstream Chromium bug]. This step will be necessary after certain upgrades until the fix is released for the various Chromium-based frameworks and applications built on them. +=== The screen no longer extends above the notch + +The kernel parameter was changed from `apple_dcp.show_notch` to `appledrm.show_notch`. Running the following command as root and rebooting your system should resolve the issue: + grubby --args=appledrm.show_notch=1 --update-kernel=ALL + == Known bugs Please see our https://pagure.io/fedora-asahi/remix-bugs/issues[bug tracker] for a list of major known issues.