You are not logged in.
Sddm loads but upon login into plasma 5 All that is there is a black screen with my cursor. Ctrl Alt T doesnt work, but Ctrl Alt F2 to go to live env works
I have installed Xorg and Intel graphics drivers
Offline
I assume sddm.service is enabled. What is the output of systemctl status sddm.service?
Offline
Output of sddmservice seems all fine no errors, status active
Offline
After a failed log in, switch to a VT and post
journalctl -bvia a pastebin: https://wiki.archlinux.org/index.php/Li … in_clients
FWIW if you have xf86-video-intel installed, try removing it.
Last edited by V1del (2020-07-25 12:28:42)
Offline
I did this;
journalctl -b > log1.txt
pastebinit -i log1.txt -b
( sorry paste.ubuntu was the only one that workrd for me)
https://paste.ubuntu.com/p/FtRf5rsWSW
Last edited by kalystar (2020-07-26 01:53:36)
Offline
It loos like your GPU crashes:
Jul 26 08:34:22 arch kernel: i915 0000:00:02.0: GPU HANG: ecode 8:1:85dffffb, in Xorg [346]
Jul 26 08:34:22 arch kernel: GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace.
Jul 26 08:34:22 arch kernel: Please file a _new_ bug report at https://gitlab.freedesktop.org/drm/intel/issues/new.
Jul 26 08:34:22 arch kernel: Please see https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs for details.
Jul 26 08:34:22 arch kernel: drm/i915 developers can then reassign to the right component if it's not a kernel issue.
Jul 26 08:34:22 arch kernel: The GPU crash dump is required to analyze GPU hangs, so please always attach it.
Jul 26 08:34:22 arch kernel: GPU crash dump saved to /sys/class/drm/card0/errorAre you loading the intel module i915 in mkinitcpio?
Also while we're at it, do you have microcode?
Offline
Im not loading it in with mkinitcpio and I think i do have a microcode causes x86 intel processor
Last edited by kalystar (2020-07-26 07:11:38)
Offline
Can you post your xorg logs as well?
Check this site for microcodes.
Offline