Blackscreen bug on hyprland

I’m having problems with my hyprland. Everytime I turn on my computer and log in into my account, black screen shows up with “_” on upper left corner, it stays like this for few minutes and then hyprland pops up, what’s weird is after this “blackscreen” it log’s me out and SDDM (not hypridle) screen pops up asking me for my account password, after I log in, no blackscreen, no bugs, instantly pops up hyprland.

Possible issues:

  1. I am using .conf files (it shows me a warning everytime I log in, that it will be removed in the future)
  2. I am using nvidia graphics card (RTX 5060 Ti), could be driver issue? I hope it can be resolved.

If you need anything to determine the issue, please ask.

TLDR:

1. Turn on my pc
2. Log in through SDDM window into hyprland
3. Blackscreen shows up for few minutes (with "_" on the left upper corner)
4. Log's me in hyprland
5. After few minutes logs me out into SDDM window
6. After I log in, issue is gone, hyprland loads instantly
7. Repeats everytime I reboot or turn off my PC

If i were you, i would start by booting fresh, then once the entire process you describe is complete and you are logged in (for the second time), issue the following command at a terminal:

journalctl --boot -0 > this-boot-journal.log

Then inspect the this-boot-journal.log file to see if any weird errors or warnings appear.

That should at least give you an idea of what is actually happening during the boot / login process