>>109165555
anything important saved on that machine? would you mind reinstalling the system? i think that would be faster than fixing the broken nvidia driver.
after the install i'd update the system, reboot and then install the nvidia driver like this:
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf config-manager setopt fedora-cisco-openh264.enabled=1
this is going to start the compile of the driver which is going to take time
sudo dnf update -y # and reboot if you are not on the latest kernel
sudo dnf install akmod-nvidia # rhel/centos users can use kmod-nvidia instead
sudo dnf install xorg-x11-drv-nvidia-cuda #optional for cuda/nvdec/nvenc support
check if the driver is now present
modinfo -F version nvidia