Fixed Nvidia spelling

This commit is contained in:
Ahum Maitra 2025-12-12 19:36:34 +05:30
parent d87bfcb34f
commit 17a81c0755

View file

@ -1,6 +1,6 @@
--- ---
weight: 8 weight: 8
title: NVidia title: Nvidia
--- ---
## Foreword ## Foreword
@ -98,9 +98,9 @@ MODULES=(... nvidia nvidia_modeset nvidia_uvm nvidia_drm ...)
> [!WARNING] > [!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. > 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: > 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"} > ```conf {filename="/etc/mkinitcpio.conf"}
> MODULES=(i915 nvidia nvidia_modeset nvidia_uvm nvidia_drm ...) > MODULES=(i915 nvidia nvidia_modeset nvidia_uvm nvidia_drm ...)
> ``` > ```