Search Criteria
Package Details: nvidia-open-beta-dkms 1:590.48.01-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 (module sources; beta version) |
| Upstream URL: | https://github.com/NVIDIA/open-gpu-kernel-modules/ |
| Licenses: | MIT AND GPL-2.0-only |
| Conflicts: | NVIDIA-MODULE, nvidia-open |
| Provides: | NVIDIA-MODULE, nvidia-open |
| Submitter: | dbermond |
| Maintainer: | dbermond |
| Last Packager: | dbermond |
| Votes: | 20 |
| Popularity: | 0.81 |
| First Submitted: | 2022-05-12 04:42 (UTC) |
| Last Updated: | 2025-12-18 18:09 (UTC) |
Dependencies (4)
- dkms (dkms-gitAUR)
- libglvnd (libglvnd-gitAUR)
- nvidia-utils-betaAUR
- linux-headers (make)
Required by (9)
- gdrcopy (requires nvidia-open)
- lutris-world-of-warcraft-dependencies-nvidia (requires nvidia-open)
- nvidia-exec (requires NVIDIA-MODULE)
- nvidia-exec-git (requires NVIDIA-MODULE)
- nvidia-powerd-dinit (requires NVIDIA-MODULE)
- nvidia-xrun-pm (requires NVIDIA-MODULE)
- nvidiactl-git (requires NVIDIA-MODULE)
- optimus-manager-git (requires NVIDIA-MODULE)
- xorgxrdp-nvidia (requires NVIDIA-MODULE)
Sources (6)
- 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
- https://download.nvidia.com/XFree86/NVIDIA-kernel-module-source/NVIDIA-kernel-module-source-590.48.01.tar.xz
Latest Comments
1 2 3 4 5 6 Next › Last »
dbermond commented on 2025-12-20 17:51 (UTC)
@changhuazhiye you can manually change the source url in the PKGBUILD.
changhuazhiye commented on 2025-12-19 13:36 (UTC)
can't download https://download.nvidia.com/XFree86/NVIDIA-kernel-module-source/NVIDIA-kernel-module-source-590.48.01.run in china,but can download https://cn.download.nvidia.cn/XFree86/Linux-x86_64/590.48.01/NVIDIA-Linux-x86_64-590.48.01.run . Are there any other ways to fix this?
lxe commented on 2025-08-11 22:55 (UTC) (edited on 2025-08-11 22:56 (UTC) by lxe)
I think we'll need something like this until the source is fixed for the 6.17+ kernels because of the
drm_helper_mode_fill_fb_structsignature change here: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?
1 2 3 4 5 6 Next › Last »