-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
NVIDIA Open GPU Kernel Modules Version
570.144-1.fc42.x86_64
Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only for bugs specific to the open kernel driver.
- I confirm that this does not happen with the proprietary driver package.
Operating System and Version
Fedora release 42 (Adams) - Silverblue / Atomic GNOME
Kernel Release
Linux exia 6.14.6-300.fc42.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 9 20:11:19 UTC 2025 x86_64 GNU/Linux
Please confirm you are running a stable release kernel (e.g. not a -rc). We do not accept bug reports for unreleased kernels.
- I am running on a stable kernel release.
Hardware: GPU
NVIDIA Corporation GB203 [GeForce RTX 5070 Ti]
Describe the bug
The package akmod-nvidia-open (which also installs akmod-nvidia) install via rpm-ostree is compiling and installing the proprietary driver instead of the open source one, and the proprietary drivers are not compatible with Blackwell-and-higher / 5000-series card.
I've already tried the %_with_kmod_nvidia_open 1 trick, but that seems to not work in OSTree-based systems.
I have no issues with the proprietary driver on the same PC with a 3000-series card.
To Reproduce
- Start with a default installation (
nouveauloads by default) rpm-ostree install akmod-nvidia-open xorg-x11-drv-nvidia- Reboot
Expected results:
modinfo -l nvidiashould returnDual MIT/GPLor similar- Loaded driver is compatible with 5000-series card
Actual results:
modinfo -l nvidiareturnsNVIDIA- Loaded driver indicates it is not open-source, despite what was installed:
NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2c05)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
Note, I'm not using Secureboot, and haven't seen any indications in the logs of failure due to driver signing problems:
May 18 09:34:38 fedora kernel: secureboot: Secure boot disabled
Bug Incidence
Always
nvidia-bug-report.log.gz
More Info
No response