SolDoesTech / HyprV4

452 stars 133 forks source link

Log out when login #69

Open PATRICKTHASAN opened 8 months ago

PATRICKTHASAN commented 8 months ago

For me it log out when i login i have a nivda gpu tufgaming rtx 3070 ti and a tufgaming board with a 11gen i9 cpu and 32 gb of ram and I have followed your video

q39n commented 8 months ago

Same Here i tried it on vm and on my machine and when i login it's gives me black screen for 1sec and brings me back to the login screen

kleo-dev commented 8 months ago

I have the same problem. I just installed it and it just sends me back. Rtx 2060 r5 3600

muellerjp commented 8 months ago

Hi, i had the same looking issue. Here my error logs and neofetch for reference:

hyprlandCrashReport1632.txt neofetch.txt

What fixed it for me was stepping through this page again: https://wiki.hyprland.org/Nvidia/

for me there were some of the env vars not correctly uncommented/set (remember that some of them are in .config/hypr/env_var.cof and some in .config/hypr/env_var_nvidia.conf) and i was missing:

For people using grub you can do this by adding nvidia_drm.modeset=1 to the end of GRUB_CMDLINE_LINUX_DEFAULT= in /etc/default/grub, then run # grub-mkconfig -o /boot/grub/grub.cfg

Hope it works for you as well

0x3us4 commented 3 months ago

I managed to get it to work on nvidia using Nouveau Driver. Use this repo instead. I did a small change on driver installation.

@kleo-dev @q39n @PATRICKTHASAN

https://github.com/0x3us4/HyprV4

chengbo commented 1 month ago

I had the same issue, I found the following error from my Hyprland Crash Report file

~/.cache/hyprland/hyprlandCrashReport<pid>.txt
[render/egl.c:319] Software rendering detected, please use the WLR_RENDERER_ALLOW_SOFTWARE environment variable to proceed
[render/egl.c:571] Failed to initialize EGL context
[render/gles2/renderer.c:503] Could not initialize EGL
[CRITICAL] m_sWLRRenderer was NULL! This usually means wlroots could not find a GPU or enountered some issues.
[CRITICAL] Critical error thrown: wlr_gles2_renderer_create_with_drm_fd() failed!

I fixed it by adding the following line into my /etc/modprobe.d/nvidia.conf file

options nvidia-drm fbdev=1

Source: https://www.reddit.com/r/archlinux/comments/187iw3h/enabling_nvidia_drm/

If the above solution does not work for you, you might also want to try to enable WLR_RENDERER_ALLOW_SOFTWARE environment variable. See https://github.com/SolDoesTech/HyprV4/issues/53