Nvidia: fix spelling (#1313)

This commit is contained in:
Ahum Maitra 2025-12-14 03:19:37 +05:30 committed by GitHub
parent 2a79ebde90
commit 50979ec80b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
---
weight: 8
title: NVidia
title: Nvidia
---
## Foreword
@ -98,9 +98,9 @@ MODULES=(... nvidia nvidia_modeset nvidia_uvm nvidia_drm ...)
> [!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.
>
>
> This can be fixed by loading the `i915` module **before** the Nvidia ones in `/etc/mkinitcpio.conf`. Just edit the `MODULES` line like this:
>
>
> ```conf {filename="/etc/mkinitcpio.conf"}
> MODULES=(i915 nvidia nvidia_modeset nvidia_uvm nvidia_drm ...)
> ```