From 205110a2df2ea70fb6bc15bc916a7e0083f63e36 Mon Sep 17 00:00:00 2001 From: TmFrs <82935664+tm-frs@users.noreply.github.com> Date: Thu, 5 Feb 2026 23:36:52 +0100 Subject: [PATCH] Nvidia: add warning for hibernation issues with early KMS (#1369) --- content/Nvidia/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/Nvidia/_index.md b/content/Nvidia/_index.md index 6f3e3dc5..55c7837f 100644 --- a/content/Nvidia/_index.md +++ b/content/Nvidia/_index.md @@ -96,6 +96,10 @@ names: MODULES=(... nvidia nvidia_modeset nvidia_uvm nvidia_drm ...) ``` +> [!WARNING] +> Loading the Nvidia modules early may cause resuming from hibernation to not work anymore (i.e. the system will just boot instead of resuming). +> If you have issues with that, try disabling early KMS. + > [!WARNING] > Electron or Chromium-based apps can stall for up to a minute after boot on hybrid graphics systems with an Intel iGPU and an Nvidia dGPU. > @@ -270,6 +274,10 @@ For Nix users, the equivalent of the above is } ``` +> [!WARNING] +> [Loading the Nvidia modules early](https://wiki.hypr.land/Nvidia/#early-kms-modeset-and-fbdev) may cause resuming from hibernation to not work anymore (i.e. the system will just boot instead of resuming). +> If you have issues with that, try disabling early KMS. + > [!WARNING] > According to Nvidia, suspend/wakeup issues should be solved on the Nvidia open > driver. If it still doesn't work and you're using the open driver, it may be