You are not logged in.
Pages: 1
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 timeoutI checked status of Hyprland via systemctl status, and it said
Unit hyprland.service could not be found.Any help please?
Offline
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.stOffline
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
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 sddmNow when your pc has finished it's boot process, it will automatically start sddm and present you with the graphical login prompt.
Offline
Pages: 1