(In reply to Takashi Iwai from comment #21) > The log shows: > > [ 17.985] (II) LoadModule: "nouveau" > [ 17.986] (WW) Warning, couldn't open module nouveau > [ 17.986] (EE) Failed to load module "nouveau" (module does not exist, 0) > > It means that you likely have some fixed configuration to use nouveau > driver, instead of the automatic selection. > > Check /etc/X11/xorg.conf.d/*.conf. If any of the file doesn't belong to a > package (you can check via rpm -qf /etc/X11/xorg.conf.d/*), it's a > non-standard config. Hi Takashi, I followed your instructions and identified that the file /etc/X11/xorg.conf.d/20-nouveau.conf was not owned by any package. Here are the steps I took: Inspected the contents of /etc/X11/xorg.conf.d/20-nouveau.conf and found the following configuration: Section "Device" Identifier "Nvidia Card" Driver "nouveau" EndSection Edited the file to comment out the lines forcing the use of the nouveau driver: # Section "Device" # Identifier "Nvidia Card" # Driver "nouveau" # EndSection Uninstalled the xf86-video-nouveau driver again: sudo zypper rm xf86-video-nouveau Rebooted the system using the kernel 6.4.0-150600.23.7-default without any additional settings from GRUB. Results: The display now works, and I can log into XFCE successfully. Everything seems to be functioning correctly so far. Is there anything else I should check or any additional logs you need? Thank you for your guidance and support. Best regards, Jacopo