I recently upgraded my system after not updating it for about 2 months
Now when logging into wayland i get a black screen on my primary monitor and a single _ on my second monitor
if i log into x11 first then into wayland my computer outputs some TTY text, stopping at [ok] reached target Graphical Interface
in both instances if i hit the power button on my PC i get TTY output for the shutdown, so the computer isn’t “frozen”, just stuck somehow
i extracted some of my journalctl logs related to the period of time just before and after the login, this is from a fresh boot directly into wayland, so the black screens and single underscore https://pastebin.com/s2b8K4xL
I would much rather use wayland, scaling per monitor and HDR are great, and it seems to be the future
When running a rolling release distribution it’s not recommended to only update once every two months, I would say the minimum would be to update once a week.
This would make me have the same question as @Bink.
But if I were to guess it sounds like an Nvidia issue where the Nvidia driver isn’t able to load so the graphical environment can’t start because of it
I do normally update more often, there was just some stuff going on
Yeah, im leaning towards the NVIDIA issue aswell, though i have followed the Arch Wikis steps to change the nvidia_drm.modeset and fbdev settings, took me a bit to figure them out with dracut but im pretty sure they are set correctly
though sudo cat /sys/module/nvidia_drm/parameters/fbdev emits N, not sure if that is meant to be Y or not
Try logging into an X11 session and check what your Xorg.log says, I would think you should be able to find something there since you have a similar problem with both X11 and Wayland. Which Nvidia gpu are you using and what happens when you run nvidia-smi on your system? Do you have an Xorg configuration(/etc/X11/xorg.conf) on your system, if so try renaming that file and then running nvidia-xconfig to generate a new configuration and then reboot. What happens then?