You are not logged in.

#1 2024-04-06 05:47:30

deadrohan19
Member
Registered: 2024-04-06
Posts: 2

[SOLVED] Not going past SDDM login screen

When entering correct password, screen goes blank for a sec then again login screen comes up.

It started happening after updating system today.

/var/log/pacman.log : https://pastebin.com/cEjxH548

journalctl : https://pastebin.com/1Gpxwtxd

I am able to access TTY normally but not able to reach graphical interface.

System configuration

linux-lts
Hyprland for tiling

PS: I am new to arch. It's my first time posting a issue. Please guide me if anything is wrong or anymore information is required.

Last edited by deadrohan19 (Yesterday 06:06:37)

Offline

#2 2024-04-06 07:07:20

seth
Member
Registered: 2012-09-03
Posts: 51,553

Re: [SOLVED] Not going past SDDM login screen

Apr 06 10:45:38 arch systemd-coredump[1516]: Process 1474 (Hyprland) of user 1000 dumped core.
                                             
                                             Stack trace of thread 1474:
                                             #0  0x00007c81884ab32c n/a (libc.so.6 + 0x8d32c)
                                             #1  0x00007c818845a6c8 raise (libc.so.6 + 0x3c6c8)
                                             #2  0x00007c81884424b8 abort (libc.so.6 + 0x244b8)
                                             #3  0x00005f059cb6e5f2 _Z25handleUnrecoverableSignali (Hyprland + 0x925f2)
                                             #4  0x00007c818845a770 n/a (libc.so.6 + 0x3c770)
                                             #5  0x00007c81884ab32c n/a (libc.so.6 + 0x8d32c)
                                             #6  0x00007c818845a6c8 raise (libc.so.6 + 0x3c6c8)
                                             #7  0x00007c81884424b8 abort (libc.so.6 + 0x244b8)
                                             #8  0x00007c818869ca6f _ZN9__gnu_cxx27__verbose_terminate_handlerEv (libstdc++.so.6 + 0x9ca6f)
                                             #9  0x00007c81886b011c _ZN10__cxxabiv111__terminateEPFvvE (libstdc++.so.6 + 0xb011c)
                                             #10 0x00007c81886b0189 _ZSt9terminatev (libstdc++.so.6 + 0xb0189)
                                             #11 0x00007c81886b03ed __cxa_throw (libstdc++.so.6 + 0xb03ed)
                                             #12 0x00005f059cb29b6d n/a (Hyprland + 0x4db6d)
                                             #13 0x00005f059cb75fbb _ZN11CCompositor10initServerEv (Hyprland + 0x99fbb)
                                             #14 0x00005f059cb552d2 main (Hyprland + 0x792d2)
                                             #15 0x00007c8188443cd0 n/a (libc.so.6 + 0x25cd0)
                                             #16 0x00007c8188443d8a __libc_start_main (libc.so.6 + 0x25d8a)
                                             #17 0x00005f059cb6bba5 _start (Hyprland + 0x8fba5)
                                             
                                             Stack trace of thread 1506:
                                             #0  0x00007c81884a5ebe n/a (libc.so.6 + 0x87ebe)
                                             #1  0x00007c81884a8750 pthread_cond_wait (libc.so.6 + 0x8a750)
                                             #2  0x00007c81886d9e11 __gthread_cond_wait (libstdc++.so.6 + 0xd9e11)
                                             #3  0x00005f059cc3de1e n/a (Hyprland + 0x161e1e)
                                             #4  0x00007c81886e1943 execute_native_thread_routine (libstdc++.so.6 + 0xe1943)
                                             #5  0x00007c81884a955a n/a (libc.so.6 + 0x8b55a)
                                             #6  0x00007c8188526a3c n/a (libc.so.6 + 0x108a3c)
                                             ELF object binary architecture: AMD x86-64
Apr 06 10:45:38 arch systemd[1]: systemd-coredump@0-1515-0.service: Deactivated successfully.

Hyprland crashes on you.
There's

Apr 06 10:45:18 arch kernel: amdgpu: Virtual CRAT table created for CPU
Apr 06 10:45:18 arch kernel: amdgpu: Topology: Add CPU node
Apr 06 10:45:18 arch kernel: amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
Apr 06 10:45:18 arch kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x16A2 0xC5).
Apr 06 10:45:18 arch kernel: [drm] register mmio base: 0xFC500000
Apr 06 10:45:18 arch kernel: [drm] register mmio size: 524288
Apr 06 10:45:18 arch kernel: amdgpu 0000:05:00.0: amdgpu: get invalid ip discovery binary signature
Apr 06 10:45:18 arch kernel: [drm:amdgpu_discovery_set_ip_blocks [amdgpu]] *ERROR* amdgpu_discovery_init failed
Apr 06 10:45:18 arch kernel: amdgpu 0000:05:00.0: amdgpu: Fatal error during GPU init
Apr 06 10:45:18 arch kernel: amdgpu 0000:05:00.0: amdgpu: amdgpu: finishing device.
Apr 06 10:45:18 arch kernel: amdgpu: probe of 0000:05:00.0 failed with error -22

and neither nouveau nor nvidia are loaded (it's a hybrid GPU system)

The latter is probably because you installed nvidia-utils but not nvidia-lts and SDDM will probably run on

Apr 06 10:45:14 arch kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Apr 06 10:45:14 arch kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device

the amdgpu issue is likely because of overagressive power saving, https://bbs.archlinux.org/viewtopic.php … 8#p2043368

Last edited by seth (2024-04-06 07:07:44)

Offline

Board footer

Powered by FluxBB