Search Criteria
Package Details: nvidia-open-beta 1:575.64-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvidia-open-beta.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-open-beta |
Description: | NVIDIA open kernel modules (beta version) |
Upstream URL: | https://github.com/NVIDIA/open-gpu-kernel-modules/ |
Licenses: | MIT, GPL-2.0-only |
Conflicts: | NVIDIA-MODULE, nvidia-open |
Provides: | NVIDIA-MODULE, nvidia-open |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 19 |
Popularity: | 0.69 |
First Submitted: | 2022-05-12 04:42 (UTC) |
Last Updated: | 2025-06-17 20:51 (UTC) |
Dependencies (4)
- libglvnd (libglvnd-gitAUR)
- linux
- nvidia-utils-betaAUR
- linux-headers (make)
Required by (8)
- lutris-world-of-warcraft-dependencies-nvidia (requires nvidia-open)
- nvidia-exec (requires NVIDIA-MODULE)
- nvidia-exec-git (requires NVIDIA-MODULE)
- nvidia-pacman-hook (requires NVIDIA-MODULE) (optional)
- nvidia-xrun-pm (requires NVIDIA-MODULE)
- nvidiactl-git (requires NVIDIA-MODULE)
- optimus-manager-git (requires NVIDIA-MODULE)
- xorgxrdp-nvidia (requires NVIDIA-MODULE)
Sources (7)
- 110-nvidia-open-change-dkms-conf.patch
- 120-nvidia-open-linux-rt-gift.patch
- 130-nvidia-open-reproducible-build.patch
- 140-nvidia-open-gcc-sls.patch
- 150-nvidia-open-make-modeset-fbdev-default.patch
- 160-nvidia-open-linux6.15-fix.patch
- https://github.com/NVIDIA/open-gpu-kernel-modules/archive/575.64/nvidia-open-575.64.tar.gz
Latest Comments
1 2 3 4 5 Next › Last »
sonofevropa commented on 2025-06-18 09:57 (UTC) (edited on 2025-06-18 09:58 (UTC) by sonofevropa)
@dbermond my kernel build does create a directory in /usr/lib/modules. That is not the issue. The issue is that when it's symlinked back to the source, there is no version file where this build script is looking with the following snippet:
if i'm not mistaken, the version file at that location has been deprecated and is now at include/generated/uapi/linux/version.h. what I provided below would change the PKGBUILD to only look at module folders found in /usr/lib/modules without the need for a specific version file. With the latest update and a locally built 6.15.2, this was still necessary. Perhaps there's a better way to write it, but it's functional at this point with what's below.
dbermond commented on 2025-06-13 17:38 (UTC)
@sonofevropa firstly, your build issue should be fixed by your custom kernel, and not in this package, as it should correctly provide a versioned directory for kernel modules. Secondly, your suggestion does not make sense, as the '_kernver' variable is not used in the build() function.
sonofevropa commented on 2025-06-12 15:44 (UTC) (edited on 2025-06-12 15:46 (UTC) by sonofevropa)
Every time I build this, it requires intervention to build against my locally built kernel, which with traditional compilation does not produce a version file. I'd like to propose a change to the package build:
dbermond commented on 2025-05-19 02:08 (UTC)
@nikdog I have just checked after deleting my local cached upstream sources, and the package is building perfectly fine. I cannot reproduce your issue.
nikdog commented on 2025-05-18 14:25 (UTC)
Not sure why I'm getting this error. Would seem to be bad source files, but then everyone would have this problem.
dbermond commented on 2025-05-01 14:44 (UTC)
@@brianc Try to build the package in a clean chroot. Alternatively, use nvidia-open-beta-dkms.
BeauTaapken commented on 2025-05-01 06:21 (UTC) (edited on 2025-05-01 06:22 (UTC) by BeauTaapken)
@brianc Are you using the nvidia-open-beta or nvidia-open-beta-dkms package? the dkms package should automatically rebuild and install itself properly after a kernel update, so if you are not using that one, give it a try. Also, do you have the headers package for your specific kernel type installed?
brianc commented on 2025-04-30 23:50 (UTC)
@dbermond That's what I initially tried; but, it didn't work for me - and it's breaking again today with the
-2
version of both this package and thelinux
package.I'm looking at line 45 of the PKGBUILD and it checks for the presence of a directory matching the currently running kernel which shouldn't be there if the kernel has been updated; but, on my system, it's still there.
Its contents seem to be directly related to this package--a single directory called
extramodules
that contains the nvidia kernel modules:It looks like those are being left around for some reason on my system when the kernel is updated. I'm not sure why. But that's definitely the source of the build failing.
I suspect it's a similar issue to the one @Thorin_Wolf was reporting previously--remnants of an older kernel headers package left around tricking this PKGBUILD into thinking that was the version to build against.
I removed those old remnants and the build works as expected.
dbermond commented on 2025-04-30 20:50 (UTC)
@brianc you can do a system upgrade with 'pacman -Syu' and rebuild this package immediately after, and then you reboot.
syzzori commented on 2025-04-30 15:17 (UTC) (edited on 2025-04-30 15:19 (UTC) by syzzori)
Build error on linux-tkg 6.14.4, https://pastebin.com/Di5suHTk, I'm using
makepkg
of course, also new kernel ver. linux 6.14.4.arch1-2 gives errors when rebuilding intramfsERROR: module not found: 'nvidia' ERROR: module not found: 'nvidia_modeset' ERROR: module not found: 'nvidia_uvm' ERROR: module not found: 'nvidia_drm'
1 2 3 4 5 Next › Last »