You are not logged in.

#1 2025-01-29 14:50:24

MrEquin
Member
Registered: 2025-01-24
Posts: 8

Black Screen right after turn on

Hello Everyone. I use hyprland as my window manager. When I turn my laptop on, I get the grub menu properly, the texts flows around my screen and suddenly, my computer stops working. It turns into black screen without anything. I changed tty with CTRL+ALT+F() And I get this error after logging through CLI:

 Start Hyprland with command Hyprland
Error: i/o timeout

I checked status of Hyprland via systemctl status, and it said

 Unit hyprland.service could not be found.

Any help please?

Offline

#2 2025-01-29 15:18:29

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,177

Re: Black Screen right after turn on

How are you starting hyprland? There is no and has never been a systemd service for hyprland specifically. After reproducing, and switching to a tty, post the link you get from

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#3 2025-01-31 12:36:07

MrEquin
Member
Registered: 2025-01-24
Posts: 8

Re: Black Screen right after turn on

I got this from journalctl:
http://0x0.st/88gm.txt

Everything was going well before this error. I didn't change any file I think. I can simply command: hyprland after changing tty in that black screen. And I think the problem is about the sddm, because when I try to exit from menu or command 'sddm' on terminal, I get this error:

 ~
❯ sddm
[16:31:04.666] (II) DAEMON: Initializing...
[16:31:04.676] (II) DAEMON: Starting...
[16:31:04.676] (II) DAEMON: Logind interface found
[16:31:04.678] (II) DAEMON: Adding new display...
[16:31:04.678] (II) DAEMON: Loaded empty theme configuration
[16:31:04.679] (EE) DAEMON: Failed to open VT master: Permission denied
[16:31:04.679] (EE) DAEMON: Failed to create xauth file
Aborted (core dumped)

I'm sorry if I'm wrong.

Offline

#4 2025-02-04 11:28:31

GrimBandito
Member
Registered: 2016-12-04
Posts: 48

Re: Black Screen right after turn on

Not sure if this was solved but sddm is not designed (afaik) to be run from the terminal like that.

Instead you should tell systemd to start sddm at boot, with the following :-

sudo systemctl enable sddm

Now when your pc has finished it's boot process, it will automatically start sddm and present you with the graphical login prompt.

Offline

Board footer

Powered by FluxBB