mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Fix errors in formating
This commit is contained in:
parent
1d866792b1
commit
1b5967c04e
1 changed files with 1 additions and 2 deletions
|
@ -16,10 +16,9 @@ parameters. Follow the information available here:
|
||||||
|
|
||||||
in `/etc/mkinitcpio.conf` add `nvidia nvidia_modeset nvidia_uvm nvidia_drm` to your `MODULES`
|
in `/etc/mkinitcpio.conf` add `nvidia nvidia_modeset nvidia_uvm nvidia_drm` to your `MODULES`
|
||||||
|
|
||||||
|
|
||||||
run `# mkinitcpio --config /etc/mkinitcpio.conf --generate /boot/initramfs-custom.img`
|
run `# mkinitcpio --config /etc/mkinitcpio.conf --generate /boot/initramfs-custom.img`
|
||||||
|
|
||||||
add a new line to `/etc/modprobe.d/nvidia.conf` (make it if it does not exist) and add the line options nvidia-drm modeset=1`
|
add a new line to `/etc/modprobe.d/nvidia.conf` (make it if it does not exist) and add the line `options nvidia-drm modeset=1`
|
||||||
|
|
||||||
{{< hint >}}If your GPU is listed as supported by the `nvidia-open-dkms` driver,
|
{{< hint >}}If your GPU is listed as supported by the `nvidia-open-dkms` driver,
|
||||||
use that one instead.
|
use that one instead.
|
||||||
|
|
Loading…
Reference in a new issue