This copr repository does - not - provides the nvidia-driver but helps to install the FLOSS components built from source for current stables fedora releases.
Greetings – my apologies if this is not the correct place to post this issue, if not, I would like to be directed to the correct forum or resource for assistance.
Since kernel 6.12 has been offered on the kernel-vanilla/mainline copr, the nvidia drivers on my fedora machine are not building. I’m on a intel integrated / nvidia discrete GPU so I’m running on the integrated GPU only at the moment. This is a snip of the output of “akmods --force”:
Checking kmods exist for 6.12.0-0.rc0.20240922gt88264981.308.vanilla.fc40.x86_64 [ OK ]
Building and installing nvidia-kmod [FAILED]
Building rpms failed; see /var/cache/akmods/nvidia/560.35.03-1-for-6.12.0-0.rc0.20240922gt88264981.308.vanilla.fc40.x86_64.failed.log for details
here is a tail output of /var/cache/akmods/nvidia/560.35.03-1-for-6.12.0-0.rc0.20240922gt88264981.308.vanilla.fc40.x86_64.failed.log:
2024/09/22 07:49:13 akmodsbuild: make[2]: *** [/usr/src/kernels/6.12.0-0.rc0.20240922gt88264981.308.vanilla.fc40.x86_64/Makefile:1928: /tmp/akmodsbuild.mxWIGlRR/BUILD/nvidia-kmod-560.35.03/_kmod_build_6.12.0-0.rc0.20240922gt88264981.308.vanilla.fc40.x86_64] Error 2
2024/09/22 07:49:13 akmodsbuild: make[1]: *** [Makefile:226: __sub-make] Error 2
2024/09/22 07:49:13 akmodsbuild: make: *** [Makefile:89: modules] Error 2
2024/09/22 07:49:13 akmodsbuild: error: Bad exit status from /var/tmp/rpm-tmp.rJoapR (%build)
2024/09/22 07:49:13 akmodsbuild:
2024/09/22 07:49:13 akmodsbuild: RPM build errors:
2024/09/22 07:49:13 akmodsbuild: Bad exit status from /var/tmp/rpm-tmp.rJoapR (%build)
2024/09/22 07:49:13 akmodsbuild:
2024/09/22 07:49:13 akmods: Building rpms failed; see /var/cache/akmods/nvidia/560.35.03-1-for-6.12.0-0.rc0.20240922gt88264981.308.vanilla.fc40.x86_64.failed.log for details
Please advise, or let me know if there is any additional information that I should provide. Again, accept my apologies if I am posting in the wrong forum/thread.
could you also build libvdpau for i686 to fix the following dependency issue? wine depends on the 32 bit version of the library
sudo dnf up
Updating and loading repositories:
Repositories loaded.
Problem: libvdpau-1.5-8.fc41.i686 from @System has inferior architecture
- cannot install both libvdpau-1.5-9.fc41.x86_64 from copr:copr.fedorainfracloud.org:kwizart:nvidia-driver-rawhide and libvdpau-1.5-8.fc41.x86_64 from @System
- cannot install both libvdpau-1.5-9.fc41.x86_64 from copr:copr.fedorainfracloud.org:kwizart:nvidia-driver-rawhide and libvdpau-1.5-8.fc41.x86_64 from updates
- cannot install the best update candidate for package libvdpau-1.5-8.fc41.i686
- cannot install the best update candidate for package libvdpau-1.5-8.fc41.x86_64
@kwizart Are you getting issues with grubby not satisfying dependencies on Fedora 41? The Nvidia driver cant install on a freshly installed Fedora because of grubby dependency issues. There are also the libvdpau issues that someone else mentioned
How are you trying to install the nvidia driver ? and which version (the lastest with nvidia-driver-rawhide method or the regular nvidia from f41-nonfree ?)
I’m currently using the nvidia driver from f41 just fine, but the grubby issue is likely something from f42+ so you might trying the rawhide version…