You are not logged in.
Pages: 1
I just installed arch linux with hyprland for my first time and I don't know why, but sometimes the mouse gets laggy and hyprland randomly crashes, closing everything in my session. Any help?
Log file 1: https://pastebin.com/cLg05fRd
Log file 2: https://pastebin.com/awpXaqqH
Log file 3: https://pastebin.com/1t3TLajz
Last edited by peluqqi (2024-06-13 19:58:50)
Offline
They all crash in nouveau, try to use the binary nvidia driver.
Edit:
https://wiki.archlinux.org/title/NVIDIA#Installation
https://wiki.archlinux.org/title/NVIDIA#Wayland
Last edited by seth (2024-06-13 20:10:21)
Offline
They all crash in nouveau, try to use the binary nvidia driver.
Edit:
https://wiki.archlinux.org/title/NVIDIA#Installation
https://wiki.archlinux.org/title/NVIDIA#Wayland
Following the wiki I changed to proprietary drivers. I did everything the wiki (https://wiki.hyprland.org/Nvidia/) says but when I do the "mkinitcpio -P" part I get "module not found" error for modules nvidia, nvidia_modeset, nvidia_uvm and nvidia_drm.
As the wiki says:
Now, run sudo mkinitcpio -P. This will regenerate the initcpios for all kernels currently installed on the system. If you see any errors here about missing nvidia modules, it is highly probable that you forgot to install the correct headers package. Make sure you install the headers package for your kernel and run this command again.
But I would say that everything there is okay:
[root@archlinux] uname -r
6.9.4-zen1-1-zen
[root@archlinux] sudo pacman -Q | grep zen
linux-zen 6.9.4.zen1-1
linux-zen-headers 6.9.4.zen1-1
Any idea why I still getting the "module not found" error?
Last edited by peluqqi (2024-06-14 08:44:04)
Offline
dkms status
Offline
Pages: 1