Im using Fedora 39 Dell Precision 5600
Im using 6.7.9-200.fc39.x86_64
Problem: while login black screen occurs and cursor is freeze not moving
How i overcome my issue?
Im using Fedora 39 Dell Precision 5600
Im using 6.7.9-200.fc39.x86_64
Ok I looked up the specs on that machine and you most likely have an Nvidia video card in it. So you will need to do some extra work to get it going.
Since Nvidia and Wayland don’t always work right together you may need to go back to x11 for the time being.
I would recommend using only dedicated RPM Fusion drivers and guide in here
https://rpmfusion.org/Howto/NVIDIA?highlight=(\bCategoryHowto\b)
Do you have access to the console with <Ctrl-Alt F3>
or another system than can connect to the broken system using ssh? If so, sudo dmesg
or journalctl -b
may provide error messages related to the issue. If not, you may need to boot a Live USB system, mount the system disk and use journalctl -D <broken_system_mount_root>/var/log/journal
. For example, using Gnome Disks to mount a btrfs system disk at /run/media/<user>/fedora/
, use: journalctl -D /run/media/<user>/fedora/root00/var/log/journal
.