* Axel Braun axel.braun@gmx.de [02-06-23 12:13]:
Hi, after returning from FOSDEM I updated my workhorse to TW 20230205 and ran into exactly the same issue. Afte entering the LUKS password the screen remains black, killing the X-Server does not help, neither renaming the 50-nvidia-... file. Booting into init 3 as well as booting into an older snapshot works neither - always black screen. The kernel crashes with a version mismatch (client has version 470.161.x, kernel module 525.85.05) in snapshot 20230205. Currently searching a solution....
change or boot to a text screen, change to root do rpm -qa *nvidia* and remove inappropriate nvidia drivers zypper -v rm <wrong><nvidia><drivers>
then lock out the incorrect drivers, zypper al *G06* (works for me and undoubtedly for you seeing 470.161.x)
then install correct drivers, probably: zypper -v dup *nvidia*
keep the lock until the package correction comes mainstream
and you should be good to go.