Nvidia proprietary driver installation help in 4.2

I have the same dependency conflict. Temporary solution is to use older version of drivers that don’t have this issue.

How to install older version:

  1. Check what is available:
    dnf list kmod-nvidia --showduplicates
    
  2. Install specific version:
    dnf install kmod-nvidia-<version_including_architechture>
    

I also had a post about this, but never actually got to creating an issue on github: