You are not logged in.

#1 2026-02-16 14:41:04

Sattis
Member
Registered: 2026-02-16
Posts: 2

[Solved] SDDM booting into a black screen

SDDM boots into a black screen with an underscore at the top left whenever I boot into Arch. I've booted into tty3, logged in and done

startplasma-wayland

for a while, but this is very inconvenient. My config is KDE Plasma with Wayland and I have an nvidia gpu. Any suggestions or logs to get?

Last edited by Sattis (2026-02-16 15:17:57)

Offline

#2 2026-02-16 14:44:14

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,432

Re: [Solved] SDDM booting into a black screen

https://bbs.archlinux.org/viewtopic.php … 8#p2256418 - but you'll have to edid the sddm.service

Offline

#3 2026-02-16 15:04:51

Sattis
Member
Registered: 2026-02-16
Posts: 2

Re: [Solved] SDDM booting into a black screen

didn't work, but I've probably misinterpreted it as the idiot I am... this is what I have ended up with when I have edited sddm.service and rebooted.
                                                                 

### Editing /etc/systemd/system/sddm.service.d/override.conf
### Anything between here and the comment below will become the contents of the drop-in file

ExecStartPre=/usr/bin/sleep 1

### Edits below this comment will be discarded
 

### /usr/lib/systemd/system/sddm.service
# [Unit]
# Description=Simple Desktop Display Manager
# Documentation=man:sddm(1) man:sddm.conf(5)
# Conflicts=getty@tty1.service
# After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service systemd-logind.service
# PartOf=graphical.target
# StartLimitIntervalSec=30
# StartLimitBurst=2
#
# [Service]
# ExecStart=/usr/bin/sddm
# Restart=always
#
# [Install]
# Alias=display-manager.service

Apologies if I've done something stupid.
(edited after Seth's reply to add code and /code tags)

Last edited by Sattis (2026-02-16 15:13:24)

Offline

#4 2026-02-16 15:11:42

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,432

Re: [Solved] SDDM booting into a black screen

Please use [code][/code] tags

[Service]
ExecStartPre=/usr/bin/sleep 1

The group header is required

Offline

Board footer

Powered by FluxBB