They well could be. Optimal update method is zypper dup, providing maximum dependency resolution. Is this what you last tried? There are currently known Packman issues that are expected to resolve soon. If you have any Mesa packages installed from Packman, switch them all back to opensuse and you might be good to go right away.
Inxi utility does much better than neofetch in providing data useful to would be assistants.
MrMazda thank you very much for the quick response, I really appreciate the help. Yes sir I did use zypper dup and then when I restart the computer it gives me the failed X display manager on a black screen.
I will use your suggestions and will see what happens!
Is your 6.11.3 kernel also not starting X? I am generally unaffected by this kind of problem, because once an initrd has proven its worth, I apply chattr +i against it to make it immutable, unable to be regenerated (or removed) without removing the immutable bit, thus making prior kernels good backup when new one fails to do its job properly.
mrmazda - If I am not mistaken my 6.11.3 Kernel is working fine, but it is when I update it to the new version I have the issue. When I update it I have the problem, then I revert to my last snapshot and it works fine.
I am not aware of whether NVidia’s proprietary drivers are ready to support 6.11.8. Others in this forum would know this because they use them themselves, while I never do. There is often lag between when a new kernel is released, and suitable proprietary NVidia drivers are ready for duty with it.
To keep operating at maximum security level, what I would do is boot the newest installation state (after the most recent zypper dup, which provided the 6.11.8 kernel), but choose to boot the prior kernel from the Grub menu instead of the 6.11.8 default. Next I would remove 6.11.8 so that 6.11.3 becomes the default, and lock the kernel so that 6.11.8 is not reinstalled before being aware NVidia’s drivers are ready to support it.
Nvidia driver modules get build automatically on the user machine when a new kernel arives. It is a persistent missinformation that the driver needs to match the kernel and that they are lagging after each other.
Written from an actual Tumbleweed snapshot 20241121 with proprietary G06 Nvidia drivers (nvidia-driver-G06-550.127.05-27.1) from the repo for openSUSE.
Thank you mrmazda for your help, I really appreciate it. However I’m not sure that I know how to perform what you are suggesting…It may be a little over my head as I’m not that Linux savvy…
Hey Hui, if the drivers are updated and not the issue would you have any recommendations? I appreciate your insight.
WRT to booting from a choice of snapshots, I am virtually ignorant, as I have only one BTRFS filesystem among several hundred hardware installations, which is on a laptop given me with Leap already installed, and is only used maybe 2-3 hours per year. Thus, occasions to boot a snapshot have yet to occur here.
WRT NVidia drivers, I must defer to those who actually use them.
Locking is called “taboo” when running yast software. I use yast software very little, and would do:
sudo zypper al kernel-defaul*
to lock all kernels default, or
sudo zypper al kernel-default-6.11.8*
to lock only 6.11.8. It is not necessary to unlock when wishing to install or remove a kernel-default while the lock exists. Zypper provides a menu from which to select how to proceed when a kernel-default installation or removal is attempted while a lock exists, one of which is to remove the lock. Locks that include any wildcard will not actually be removed, only ignored for the current transaction, contrary to zypper’s language.
Removing an unwanted kernel is simple in yast software, and:
sudo zypper rm kernel-default-6.11.8
is just one among other methods, the one I would most likely use.