mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Add tip to install linux-headers
before running mkinitcpio
(#204)
This commit is contained in:
parent
326b8f3de3
commit
c3fb82c4c0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ For others check out [kernal parameters](https://wiki.archlinux.org/title/Kernel
|
|||
|
||||
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` (make sure you have the `linux-headers` package installed first)
|
||||
|
||||
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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue