Pretty sure you didn't break the kernel. Just that the nvidia driver is likely still incompatible with 6.11.
Or maybe you are mixing nvidia drivers for regular linux and lts somewhere. The regular driver seems to have been rebuild for 6.11.
The beloved lightweight distro
Pretty sure you didn't break the kernel. Just that the nvidia driver is likely still incompatible with 6.11.
Or maybe you are mixing nvidia drivers for regular linux and lts somewhere. The regular driver seems to have been rebuild for 6.11.
Nvidia proprietary 555.58.02, X, 6.11 here. I can tell you that it works in general.
You can reinstall stuff without uninstalling it first (yay -S <package>
). To add to the other comment suggesting a driver reinstall, you can use downgrade
to revert back to old versions (and also to keep it fixed till you wanna give it another go, don't forget if you do so tho!).
Moreover, set up snapshots! They provide a very straightforward way to recover from failed updates.
If you are on btrfs, you need: snapper, snap-pac, btrfs-assistant (optional, but provides a GUI and more automation...)
If you are on ext4: timeshift, timeshift-autosnap
Im both cases you need to create a profile for root (/
), although when it comes to Timeshift I think you need (/ want to) exclude /home
. (On the default btrfs setup, you don't need to do this, because /home
is it's own subvolume).
Next is to login and look at the logs, especially dmesg. Find out how to open a virtual terminal, probably ctrl+alt+f1 (or f2 etc) so you can bypass the display manager to login and poke around. Or try SSH from another system. There's a couple of ideas, good luck!
This happens to me often whenever nvidia (dkms) rebuilds and the module compilation fails (for whatever reason).
Usually I drop into tty ctrl+alt+f2 as root, run dkms autoinstall (or just yay -S <your nvidia package>
should trigger dkms rebuild if needed) and then rebuild initramfs ( mkinitcpio -P
), reboot.
Are you using Wayland? You need to set a couple module parameters if you haven't
https://wiki.archlinux.org/title/NVIDIA#DRM_kernel_mode_setting