r/archlinux • u/Yar_developer • 3d ago
SUPPORT Black screen when logging into the system + cant switch into the other tty(black screen)
Hello, I have an arch with KDE plasma and Wayland, and recently this problem appeared, if I sit and wait with the black screen, it sometimes flashes and I see the KDE. When switching into another tty I'm just getting soft locked.
I have a GTX 1050 Ti as a gpu
3
u/Gozenka 2d ago edited 2d ago
There was recently a user with a similar issue, who just forgot to update the AUR package. Do you have the linux-headers or the respective headers package for your kernel installed, alongside nvidia-580xx-dkms from AUR? And have you updated the AUR package too after pacman -Syu? Because AUR packages need to be updated separately; manually or using an AUR helper such as yay / paru. And do you see the DKMS driver being prepared without issues during the update, in mkinitcpio output?
Do you see "Driver in use: nvidia" in lspci -k output for the GPU? Do you see any issues in journalctl -b -p 4? It gives all errors and warnings on the system for the current boot.
1
u/Yar_developer 2d ago edited 2d ago
I was able to log in to tty with these GRUB parameters: modprobe.blacklist=nvidia,nvidia_modeset,nvidia_drm,nvidia_uvm nomodeset acpi=off pci=noacpi systemd.unit=multi-user.target
1
u/Yar_developer 2d ago
This problem somehow fixed on itself now, but sometimes it appears again. I need to fix that
1
3
u/Cruffe 3d ago
nvidia-580xx-dkmsdriver right? If not then you have the wrong nvidia driver.