prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland
GNU General Public License v3.0
7.4k stars 863 forks source link

[Bug]: black screen with only an underscore in the top left corner. #976

Closed i-sifat closed 1 month ago

i-sifat commented 8 months ago

Bug Report

Description

After installing Hyprland on EndeavourOS, my initial login screen defaulted to an old SDDM theme. images

Post-login, everything worked well. However, after restarting, the screen turned black with only an underscore in the top left corner. IMG_2024-02-27-15-35-33-846

Seeking guidance on resolving this issue. Thank you.

kRHYME7 commented 8 months ago

any output for nvidia-inst.

-khing

Skyfr69 commented 8 months ago

I have this issue too except I'm on arch linux

kRHYME7 commented 8 months ago

lsmod | grep nvidia

pacman -Qs nvidia

Can guys provide output for this ?

Skyfr69 commented 8 months ago

lsmod | grep nvidia

pacman -Qs nvidia

Can guys provide output for this ?

PXL_20240227_143543617 MP Some extra details: I have also realized that when i type in xrandr, it cannot open a display, i reconfigured the ~/.config/hypr/monitors.conf file and removed the monitor i put there, and then it worked again, however after adding my display to hypr.conf instead, it did work and my monitor ran at 165hz and everything seemed fine, but after rebooting this issue came back

kRHYME7 commented 8 months ago

@Skyfr69 Seemed like a different problem. Try to open Hyprland without modifications here's the command Hyprland -c /usr/share/hyprland/hyprland.conf

Also why xrandr? use wlr-randr we are now on wayland. Are you trying to configure a specific xorg package?

Skyfr69 commented 8 months ago

@Skyfr69 Seemed like a different problem. Try to open Hyprland without modifications here's the command Hyprland -c /usr/share/hyprland/hyprland.conf

Also why xrandr? use wlr-randr we are now on wayland. Are you trying to configure a specific xorg package?

Wasn't aware of wlr-randrs existence, kind of new here. After running the command it opened up hyprland perfectly fine Also, no I'm not trying to configure a specific xorg package

kRHYME7 commented 8 months ago

After running the command it opened up hyprland perfectly fine

Alright comment out that line any line that configures " monitors "

output for this ?

cat ~/.config/hypr/monitors.conf
Skyfr69 commented 8 months ago

After running the command it opened up hyprland perfectly fine

Alright comment out that line any line that configures " monitors "

That fixes it, but now I'm running on 60hz again, is there a different work around to get back on 165? Output would've been monitor = DP-2,1920x1080@165,0x0,1

kRHYME7 commented 8 months ago

Try to use this to configure properly https://github.com/nwg-piotr/nwg-displays yay -Sy nwg-displays

or what is the output if your run wlr-randr

Seek the hyprland-wiki regarding this refresh rate issues/configurations

here's a not so related issue

https://github.com/prasanthrangan/hyprdots/issues/854

Skyfr69 commented 8 months ago

Try to use this to configure properly https://github.com/nwg-piotr/nwg-displays yay -Sy nwg-displays

or what is the output if your run wlr-randr

Seek the hyprland-wiki regarding this refresh rate issues/configurations

here's a not so related issue

854

Using nwg completely fixed the issue, thank you so much!

also wlr-randr shows my monitor model where it's plugged in, if it's enabled and a bunch of modes including 1920x1080 at 165.003006 hz (which is now enabled)

Luiz0047 commented 8 months ago

I had this today too, with the recent sddm-git update. I removed the git version and installed sddm from the extra repositories and its working properly now, even the themes are back. I don't know if that's the optimal fix, but it worked for me.

abenezerw commented 1 month ago

Could you close as solved if you no longer have this issue. Thank you @i-sifat