You are not logged in.

#1 2024-03-07 09:11:14

trewq
Member
Registered: 2024-03-07
Posts: 10

Black screen with only cursor after login [SOLVED]

Hi,
i just did a update and after reboot when i try to login with wayland I'm greeted with a black screen and just a cursor. And here is the thing, I can login with X11 and  everything seems to work and the odd thing is that I've never been able to login with X11 since my GPU is not supported i believe. Is there a fix to this? I would like to login with Wayland, since it seems that my config is not loading in X11. I'm using Bismuth for window tilling and that doesn't seem to load up.

(I'm trying to describe the problem as best as i can, I'm still very new to Arch and I'm still learning the correct terms to describe things)

*edit: I left the browser open while in X11, logged out and loaded Wayland. Now i have access to the browser but that's it. I can't open kitty or do anything else. hmm

Last edited by trewq (2024-03-08 10:10:06)

Offline

#2 2024-03-07 09:46:09

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,984

Re: Black screen with only cursor after login [SOLVED]

https://bbs.archlinux.org/viewtopic.php?id=293533

I can login with X11 and  everything seems to work and the odd thing is that I've never been able to login with X11 since my GPU is not supported i believe.

Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General to provide an overview of your hardware/config

Online

#3 2024-03-07 13:23:21

trewq
Member
Registered: 2024-03-07
Posts: 10

Re: Black screen with only cursor after login [SOLVED]

My apologies I didn't see that post earlier. In the post it is stated that Wayland is set as default session for plasma 6 and that seems to be the issue for me. I have in fact been having issues with wayland and not X11. Journalctl shows that I've been loading X11 and not wayland and that seems to solve my issue. Bismuth has been uninstalled since it is not compatible with plasma 6, which is unfortunate. Thanks for the response.

Offline

#4 2024-03-07 15:11:09

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,984

Re: Black screen with only cursor after login [SOLVED]

That still doesn't really solve the wayland problem, do you have an nvidia GPU?

Online

#5 2024-03-07 17:41:39

trewq
Member
Registered: 2024-03-07
Posts: 10

Re: Black screen with only cursor after login [SOLVED]

Yes, I do (NVIDIA GeForce RTX 2060). I have been having issues with wayland for almost 2 years so I've just given up on it. I couldn't get it to work in Ubuntu and I'm sure i won't be able to get it work on arch.

Offline

#6 2024-03-07 17:50:33

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,984

Re: Black screen with only cursor after login [SOLVED]

Do you enable https://wiki.archlinux.org/title/NVIDIA … de_setting - use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!)?

Online

#7 2024-03-07 19:02:52

trewq
Member
Registered: 2024-03-07
Posts: 10

Re: Black screen with only cursor after login [SOLVED]

Interesting, I have not. I added  "modeset=1" in "/etc/modprobe.d/nvidia-modset.conf", rebooted and ran "cat /sys/module/nvidia_drm/parameters/modeset", it returned "N". I already have that parameter in my /etc/default/grub file as well:

GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet nvidia-drm.modset=1 usbcore.autosuspend=5 "

Offline

#8 2024-03-07 20:29:40

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,223

Re: Black screen with only cursor after login [SOLVED]

Your GRUB file has a typo nvidia-drm.modeset=1 and the syntax for modprobe.d conf syntax would be "options nvidia-drm modeset=1". But you want the cmdline method

Online

#9 2024-03-08 10:09:35

trewq
Member
Registered: 2024-03-07
Posts: 10

Re: Black screen with only cursor after login [SOLVED]

wow. I'm in Wayland, i thought my computer was broken or something. Thank  you both for the help!

Offline

Board footer

Powered by FluxBB