Search Criteria
Package Details: nvidia-open-beta-dkms 1:575.51.02-2
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, GPL-2.0-only |
Conflicts: | NVIDIA-MODULE, nvidia-open |
Provides: | NVIDIA-MODULE, nvidia-open |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 18 |
Popularity: | 0.77 |
First Submitted: | 2022-05-12 04:42 (UTC) |
Last Updated: | 2025-04-30 21:27 (UTC) |
Dependencies (4)
- dkms (dkms-gitAUR)
- libglvnd (libglvnd-gitAUR)
- 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-gcc15-fix.patch
- https://github.com/NVIDIA/open-gpu-kernel-modules/archive/575.51.02/nvidia-open-575.51.02.tar.gz
Latest Comments
« First ‹ Previous 1 2 3 4 5
antdking commented on 2022-05-14 16:59 (UTC) (edited on 2022-05-14 17:35 (UTC) by antdking)
Not a bug: it took me a while to work this one out, so I'll post it in the event that others see similar issues on their systems.
This package strips the makepkg buildargs (
options=('!buildflags' ...)
).however if you have Graphite enabled on builds, you'll get strange errors relating to missing symbols,
__divti3
,__modti3
,GOMP_parallel
,omp_get_thread_num
,omp_get_num_threads
,__divmodti4
. This is from the missing CFLAGS. Remove graphite from your makepkg.conf when building this package.antdking commented on 2022-05-14 16:52 (UTC) (edited on 2022-05-14 17:35 (UTC) by antdking)
Fails packaging on systems without an official Linux installed, no /usr/src/linux is available. I think this is also the case for Manjaro (though DKMS fills that need). Suggest DKMS goes back to being a separate package.
Currently, I'm patching
build
to remove theSYSSRC
reference, andpackage_nvidia_open_beta
to perform an early return.Builds fine otherwise. Thanks :)
Included my modified PKGBUILD, which should work for the above:
https://gist.github.com/antdking/90838c963c704eb4f8000839649a974d
dbermond commented on 2022-05-13 16:02 (UTC)
@antdking I've updated the patch to fix this. Thank you for the report.
antdking commented on 2022-05-13 11:01 (UTC) (edited on 2022-05-13 11:13 (UTC) by antdking)
FYI: The reproducible build patches seem to emit some errors, though the build proceeds.
« First ‹ Previous 1 2 3 4 5