X does not start automatically

Hi there,

Tumbleweed 20211102 here.
Something happen to my machine. X does not start automatically anymore.

However if I logon as root on console and ran “startx”, the X start with the root KDE DE, as expected. Resolution looks like ok, fonts are normal, all as expected.
Of course, I can not login directly as normal user as startx is not setuid…
Also, If I add “nomodeset” to grub command line, then X is started as usual, showing the display manager to the user logon.
I never had to use nomodeset before. It is not present on grub command line by default.
What happened here ?
The use of nomodeset is mandatory now ? I missed something in the last releases ?

I should add that my computer was off in the last few weeks. I am painting my house and the computer was off all that time. Yesterday I updated tumbleweed from 20211029 to 20211102, and that happened. Some explanation, please ?

20210927
kimera:~ # lsinitrd | grep -i nvidia
-rw-r--r--   1 root     root           18 Oct 20 15:44 etc/modprobe.d/nvidia.conf
-rw-r--r--   1 root     root          129 Oct 20 15:44 usr/lib/modprobe.d/09-nvidia-modprobe-bbswitch-G04.conf
-rw-r--r--   1 root     root           49 Oct 20 15:44 usr/lib/modprobe.d/09-nvidia-modprobe-pm-G05.conf
kimera:~ # lsmod | grep -i nvidia
nvidia_modeset       1155072  22
nvidia              36950016  1299 nvidia_modeset
drm                   626688  1 nvidia
kimera:~ # grep nouveau /etc/modprobe.d/*
/etc/modprobe.d/nvidia.conf:blacklist nouveau
kimera:~ # 
kimera:~ # systemctl get-default
graphical.target
kimera:~ #