Re: Can't login after new driver. Nothing works.
Reply #22 –
You've somehow failed to have any nvidia driver kernel modules built and installed. (not a criticism)
Try reinstalling nvidia-dkms again. Play close attention to the output for errors.
If no joy try installing the normal nvidia. sudo pacman -S nvidia
With each check find /lib/modules -name nvidia.ko.zst
again.
It can't work if there are no kernel modules installed or they are in the wrong place.
Under /lib/modules there are directories eg /lib/modules/6.1.10-artix1-1
With the 6.1.10-artix1-1 kernel you should have them installed such as
ls /lib/modules/6.1.10-artix1-1/kernel/drivers/video/*
/lib/modules/6.1.10-artix1-1/kernel/drivers/video/nvidia-drm.ko.zst /lib/modules/6.1.10-artix1-1/kernel/drivers/video/nvidia-peermem.ko.zst
/lib/modules/6.1.10-artix1-1/kernel/drivers/video/nvidia.ko.zst /lib/modules/6.1.10-artix1-1/kernel/drivers/video/nvidia-uvm.ko.zst
/lib/modules/6.1.10-artix1-1/kernel/drivers/video/nvidia-modeset.ko.zst