this post was submitted on 13 Oct 2025
14 points (88.9% liked)

Linux

10208 readers
371 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

At first Instead of my SDDM I would just see an after image of what was last displayed on screen. But if I typed in my password and pressed enter, it would let me in just fine. Then after following some suggestions from users in r/Kubuntu I’ve made a bit of progress. Now when I boot up my computer instead of the SDDM being invisible, it now doesn’t load at all, from there I switch to tty3 then back to tty2 and then log in through the terminal. After that I run startplasma-wayland and then I have access to my desktop. The post where all this went down - https://www.reddit.com/r/Kubuntu/comments/1nvreuo/sddm_not_rendering/

Does anyone know a fix? I would like to be able to see my login screen.

Here’s my specs in case that would help - https://i.imgur.com/XtC43zw.png

And here’s my journalctl output after booting and launching plasma - https://pastebin.com/nnGsWebd

you are viewing a single comment's thread
view the rest of the comments
[–] RubberDuckyDJ@lemmy.sdf.org 2 points 1 month ago (1 children)
[–] A_norny_mousse@feddit.org 2 points 1 month ago* (last edited 1 month ago) (1 children)

Not downloading and reading 181MB of logs. You probably used journalctl without any qualifiers, right?

What we want is

  1. The current boot showed the erroneous behavior
  2. Make note of the timeframe the erroneous behavior occured

Compose a journalctl command that takes these aspects into account, i.e.:

journalctl --boot --since <date_time> --until <date_time>

Also see:

-S, --since=, -U, --until=
   Start showing entries on or newer than the specified date, or on
   or older than the specified date, respectively. Date
   specifications should be of the format "2012-10-30 18:17:16". If
   the time part is omitted, "00:00:00" is assumed. If only the
   seconds component is omitted, ":00" is assumed. If the date
   component is omitted, the current day is assumed. Alternatively
   the strings "yesterday", "today", "tomorrow" are understood,
   which refer to 00:00:00 of the day before the current day, the
   current day, or the day after the current day, respectively.
   "now" refers to the current time. Finally, relative times may be
   specified, prefixed with "-" or "+", referring to times before or
   after the current time, respectively. For complete time and date
   specification, see systemd.time(7). Note that --output=short-full
   prints timestamps that follow precisely this format.

Assuming 1. and 2. are in effect, you can also try this:

systemctl status -n999 sddm
[–] RubberDuckyDJ@lemmy.sdf.org 2 points 1 month ago (1 children)

journalctl --boot --since "2025-10-15 8:18:00" --until "2025-10-15 8:21:00" --no-tail > log.log

https://drive.google.com/file/d/1syk9Okhq7qA3TLMxNpO-35JmmKFKWIaW

systemctl status -n999 sddm

https://pastebin.com/mF9h0x9e

Hope I did this right.

[–] A_norny_mousse@feddit.org 2 points 1 month ago* (last edited 1 month ago) (1 children)

Neither output shows the string "Failed to read display number from pipe".

Why?

FWIW, the journal snippet shows a mostly healthy KDE session has started, no errors.

It's up to you to provide some context now.

[–] RubberDuckyDJ@lemmy.sdf.org 2 points 1 month ago (1 children)

Here is a video I recorded of what it looks like to log into my conputer from boot.

https://drive.google.com/file/d/1xX0xYuefGoGZ1ddW5fOG6GPkUThfvE6B/

I genuinely don't know how to describe this since I don't entirely understand what is actually going on here.

[–] A_norny_mousse@feddit.org 2 points 1 month ago* (last edited 1 month ago)

I see. That's why it doesn't show up as an error, presuming you got the instructions from my previous post correct (that the problem actually occured in the timeframe given) - sddm is apparently oblivious to the problem.

Searching "kubuntu sddm blank screen" gives some relevant-looking forum posts; I found these to be good reading:

https://bbs.archlinux.org/viewtopic.php?id=226363 => content of /etc/sddm.conf please
https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy/68489-sddm-black-screen-but-working-somewhat

They should give you some idea where to go from here.

Since this topic has been going on for a while, to no avail, I will lecture you now:

  • asking for help requires you to remain an active participant, i.e. we find the solution together. Actually, you have to put in more effort than the people helping you because you are the only one with access to the machine. This includes going through each comment again and again. It's your job to keep the overview, aggregate and evaluate all info and progress.
  • IMHO a branching tree of comments veering off topic is not a good medium to find a solution to a single technical problem. A linear format is better suited, like a forum.
  • Double posting, as you probably realized by now, makes it all even messier.