mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-05-07 16:18:01 +02:00
Nvidia: add warning for hibernation issues with early KMS (#1369)
This commit is contained in:
parent
cd7ffc53ea
commit
205110a2df
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue