mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-24 21:50:02 +01:00
Fixed Nvidia spelling
This commit is contained in:
parent
d87bfcb34f
commit
17a81c0755
1 changed files with 3 additions and 3 deletions
|
|
@ -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 ...)
|
||||||
> ```
|
> ```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue