You are not logged in.
When I add the boot parameters
nvidia_drm.modeset=1 nvidia_drm.fbdev=1my tty freezes, with the cursor not moving and letters not appearing. Xorg eventually starts and runs fine. KMS must not work, since GDM is using Xorg instead of Wayland. I have a GTX 1060 6GB with two monitors plugged in.
It seems Dexus also experienced this, but I haven't found anyone else from a quick search online.
Offline
Try with nvidia_drm.modeset=1 only.
Also, try adding modules nvidia nvidia_modeset nvidia_uvm nvidia_drm, then
# mkinitcpio -P<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
The modules are in my initramfs. I've tried booting with only the modeset parameter and also with only the fbdev parameter. In both cases, there is no freezing, but GDM still uses Xorg so I don't think KMS is working. If I force it to run on Wayland, it only detects one of my monitors, which is also what happens in my UEFI, so I wonder if it's using the EFI framebuffer.
Offline
Keep nvidia_drm.modeset=1, lose nvidia_drm.fbdev=1 see https://wiki.archlinux.org/title/GDM#Wa … DIA_driver (ignore the driver version discrimination, just draw ll measures) and in doubt please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline
Well, it works fine now. I tried this exact combination a month ago and it didn't work… no Nvidia driver update since then, only kernel and Mesa.
Offline
kernel update will have triggerent an initramfs re-generation.
Also you cannot update the kernel but not the nvidia package, because it has to align w/ the kernel or the module won't load.
Offline
No. I use the nvidia-dkms package, so it's automatically rebuilt on kernel updates. Also, I made sure to regenerate the initramfs every time I changed boot parameters and modules back when I was working on this last month.
Offline