- Stock 470.141.10 does not support Linux 6.0, compilation fails on ACPI stuff.
- Using the
kernel-6.0.patch
against 470.141.10 results in the module loading on 6.0.6, but failing to run with same messages as previously :
[ 17.367232] NVRM: GPU 0000:01:00.0: Failed to copy vbios to system memory.
[ 17.367356] NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x30:0xffff:874)
[ 17.367404] NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device minor number 0
- Applying the Debian patches to 470.141.03 makes the module load and run properly on 6.0.6.
- 470.141.10 with Debian patches seems to work okay as well.
This was tested on my Lenovo Z500 and a GeForce GT 645M. Offload (prime-run glxgears
), Vulkan (vkcube
) as well as nvidia-smi
are working as expected.
PKGBUILDs including the Debian patches are here :
- 470.141.03 : https://github.com/xavery/nvidia-470xx-utils/tree/new-patches
- 470.141.10 : https://github.com/xavery/nvidia-470xx-utils/tree/new-patches-and-tesla
That said, I don't think running 470.141.10 provides any value over the current version. I seem to remember some differences being there between "regular" and "datacenter" (Tesla) drivers so perhaps it's better to stay at .03. My memory might be wrong here, though, so if anybody has more actual information on this, please speak up.
Pinned Comments
SoftExpert commented on 2025-02-09 10:20 (UTC)
For the beginners in need of assistance, first take a look at this recommended guide https://github.com/korvahannu/arch-nvidia-drivers-installation-guide - maybe it helps to solve the issues your are having with this version of the driver.