Hey there. I did a fresh install of fedora 44 today. The installation process went fine, and everything worked after the initial reboot. I then updated the system, and when I rebooted to finish the update, my screen would just remain black. GRUB would show, so would the boot logo, but as soon as the login screen would be displayed, its just black. TTY works though.
With journalctl -b -p err, I got those errors:
failed to start plasma-login-kwin-wayland.service.
This application failed to start becuase no Qt platforms plugin could be initialized.
It then lists the available platform plugins (eglfs, linuxfb etc.)
Booting an older kernel version and booting the rescue mode from the GRUB results in the same issue.
Other people seem to have similar problems, at least according to the r/fedora and r/KDE subreddits.
Is anyone experiencing similar issues / does anyone know how to fix this?
When reporting an issue you need to provide enough detail to allow others access to with similar hardware to reproduce the issue:
basic data describing your system from running inxi -Fzxx in a terminal (you may need to install inxi), posted as web-discoverable text using the </> button.
applying all Fedora and vendor firmware updates avoids lengthy exchanges comparing configurations and avoids wasting time on a solved problem.
This worked for me. I have an RTX4060 and after updating, got just a black screen. I was able to get to a terminal prompt, but ended up doing a reinstall that kept my home directory. Fortunately I don’t have anything critical on this desktop, but it was annoying.
Installed latest updates (which included Plasma 6.7) , PC was stuck on black screen after reboot to install updates (when it was launching display-manager target , did a hard-reboot and modified grub to boot into CLI only,
From CLI - launched the display-manager target, and from remote laptop watching the logs, saw this:
Jun 20 20:57:16 zend kwin_wayland[2293]: Failed to open /dev/dri/card1 device (Device or resource busy)
This was using GPU with open source drivers (what ever default is), installed NVIDIA drivers from prm fusion, and exact same error happens on non open source drivers.
This morning, figured let me plug in the screen into motherboard HDMI port, and it worked to get into graphical session this way.
This sounds like the nvidia driver did not get properly updated before the reboot.
Please try running sudo akmods --force --rebuild and allow that to complete then reboot and hopefully the nvidia GPU will work as it was doing before the upgrade.