What's the output of the following?Same black screen, which can still be overcome bysudo systemctl restart sddm
Code:
systemctl get-default
What's the output of the following?Same black screen, which can still be overcome bysudo systemctl restart sddm
systemctl get-default
graphical.targetWhat's the output of the following?
Code:systemctl get-default
discussion.fedoraproject.org
discussion.fedoraproject.org
head -n 10 /etc/default/grub
grubby --info=ALL | grep rhgb
Thank you. I'll take a look at these links when I'm more alertSeems like it's a specific bug with Fedora and KDE Plasma.
![]()
Black Screen after boot, SDDM restart required on F43 KDE
Since the update, SDDM will display as a black screen on startup. Dropping to TTY and restarting SDDM will cause it to run normally. The problem seems to mainly affect users with laptops. related: System: Framework 13, 7040 series Workaround for those affected: Switch to TTY with Ctrl...discussion.fedoraproject.org
![]()
SDDM showing a blank screen on Startup
Hi guys, I recently upgraded my Framework 13 (AMD Ryzen 7 7840U) to Fedora 43 (KDE) and after I finished upgrading, I would be left with a blank screen (not even with a cursor). I would press CTRL+ALT+F2 to open TTY and would run sudo systemctl stop sddm and then sudo system start sddm, and...discussion.fedoraproject.org
Can you share what the 10 lines of your /etc/defaultgrub looks like and also the second command?
Code:head -n 10 /etc/default/grub grubby --info=ALL | grep rhgb
Try running this.Thank you. I'll take a look at these links when I'm more alert
sudo grubby --remove-args="rhgb" --update-kernel=ALL
This results in:Try running this.
Then reboot?Code:sudo grubby --remove-args="rhgb" --update-kernel=ALL
sudo systemctl restart sddmsudo grubby --args="rhgb" --update-kernel=ALL
sudo systemctl edit sddm.service
Save it and then run this.[Unit]
After=plymouth-quit.service
[Service]
ExecStartPre=/bin/sleep 5
sudo systemctl daemon-reload
discussion.fedoraproject.org
discussion.fedoraproject.org
Alright...and with that done, and a few more reboots, Fedora is loading smoothlyYou can just add it back then, by running this.
Code:sudo grubby --args="rhgb" --update-kernel=ALL
Then just try to use the workaround on the other link I shared.
Code:sudo systemctl edit sddm.service
Then added the following snippet at the top.
Save it and then run this.
Then reboot.Code:sudo systemctl daemon-reload
Is there a donation link, that I might show my appreciation financially?
Alright...and with that done, and a few more reboots, Fedora is loading smoothly
I've installed some programs, and am doing more things. I think I can call this solved, so let me update the thread after I post this
Glad to have helped you come to a solution. Hopefully they will fix this bug soon for people who do new installations.Which leaves one final, very important question:
@f33dm3bits , I can see that you like to be f3d bits. How do you like your bits served, and how do you like your bits being f3d to y0u?
In other words: THANK YOU :hug:
This worked for OP, starting from.Sorry if the fix is obvious in this conversation somewhere I just cant find it.
Then just try to use the workaround on the other link I shared.
sudo grubby --args="rhgb" --update-kernel=ALL
sudo systemctl edit sddm.service
Save it and then run this.[Unit]
After=plymouth-quit.service
[Service]
ExecStartPre=/bin/sleep 5
sudo systemctl daemon-reload