SolDoesTech / HyprV2

An improved hyprland deployment - collection of dot config files for hyprland with a simple install script for a fresh Arch linux with yay
362 stars 91 forks source link

Black screen after logging in #6

Open Script20 opened 1 year ago

Script20 commented 1 year ago

I followed the video and after I logged in it does nothing just a black screen, and I leave it for ages and nothing happens.

anaydev commented 1 year ago

hi,

  1. after restarting the computer, what happens?
  2. Do you have an option to log in via tty? - try ctrl+alt+F2 or F3
  3. don't have a second monitor on?
UpperCenter commented 1 year ago

I also have the same issue. Can get into a TTY. I can launch Hyprland if I run Hyprland in the TTY, it just doesn't start from login for some reason.

SolDoesTech commented 1 year ago

Please try commenting out the following line from the start-hypr in your home folder export WLR_EGL_NO_MODIFIERS=1 Then do a reboot. Please let me know if that helped.

tcatrain commented 1 year ago

Hello,

I am having a quite similar issue. Login page shows up correctly, but after logging in, I have a black screen. Archlinux is configured to use nvidia-open-dkms for a RTX 2080 SUPER GPU, nvidia nvida_drm nvidia_uvm and nvidia_modeset modules are active, all nvidia parameter are uncommented in the start-hypr script. I tried to comment the WLR_EGL_NO_MODIFIERS and sadly it doesn't help.

I made a fresh install of archlinux and followed the V2 tutorial, to ensure there would be any interference with other packages. Little difference however, I cannot run Hyprland from the TTY, it gets me to the same black screen.

If you have any lead... I'll take it :)

webbb82 commented 1 year ago

im also having a similar issue only with mine the screen just freezes and doesnt go black, im sure a frozen screen or black one is basically the same thing, Also It wont let me tty half the time when its frozen, If I start pressing keys I can hear the fan ramp up like i started something/ any help would be amazing

Manokii commented 1 year ago

This happened to my pc, installed it on my laptop and it works just fine

when i use tty and start Hyprland manually, it works

Manokii commented 1 year ago

Please try commenting out the following line from the start-hypr in your home folder export WLR_EGL_NO_MODIFIERS=1 Then do a reboot. Please let me know if that helped.

this worked

devSakaoglu commented 1 year ago

Please try commenting out the following line from the start-hypr in your home folder export WLR_EGL_NO_MODIFIERS=1 Then do a reboot. Please let me know if that helped.

this worked

What is your system information can you tell us shorty because i have same issues as others, may be we can gain some information about this problem over on hardware. Thx.

I have an Nvidia GPU Pascal series 1070 and my CPU is Intel Xeon.

Manokii commented 1 year ago

Please try commenting out the following line from the start-hypr in your home folder export WLR_EGL_NO_MODIFIERS=1 Then do a reboot. Please let me know if that helped.

this worked

What is your system information can you tell us shorty because i have same issues as others, may be we can gain some information about this problem over on hardware. Thx.

I have an Nvidia GPU Pascal series 1070 and my CPU is Intel Xeon.

Second PC: GTX 1050ti + amd r5 3600 Laptop: RTX 3050ti + amd (forgot which model, but the laptop is acer nitro 5)

webbb82 commented 1 year ago

I got mine working again by following the guides above about editing the files

akunito commented 7 months ago

in case you are using virtualbox, enable 3d acceleration and maximize VRAM, that fixed the issue in my case. btw I also did the previous steps commented here