Nvidia: add warning for hibernation issues with early KMS (#1369)

This commit is contained in:
TmFrs 2026-02-05 23:36:52 +01:00 committed by GitHub
parent cd7ffc53ea
commit 205110a2df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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