Search Criteria
Package Details: nvidia-open-beta 530.41.03-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 GPU kernel modules (beta version) |
Upstream URL: | https://github.com/NVIDIA/open-gpu-kernel-modules/ |
Licenses: | GPL2, MIT |
Conflicts: | NVIDIA-MODULE, nvidia-open |
Provides: | NVIDIA-MODULE, nvidia-open |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 7 |
Popularity: | 0.29 |
First Submitted: | 2022-05-12 04:42 (UTC) |
Last Updated: | 2023-03-24 13:24 (UTC) |
Dependencies (4)
- libglvnd (libglvnd-git)
- linux (linux-aarch64-rock64-bin, linux-ec2, linux-galliumos, linux-zest-git, linux-sumavision-q5, linux-t2-wifi, linux-rk3328, linux-phicomm-n1, linux-tqc-a01, linux-aarch64-rockpro64, linux-radxa-rkbsp5-bin, linux-515-starfive-visionfive2, linux-rockchip-rk3588-bin, linux-bpir64-git)
- nvidia-utils-beta (nvidia-utils-beta-nvlax)
- linux-headers (linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-zest-git-headers, linux-sumavision-q5-headers, linux-t2-wifi-headers, linux-rk3328-headers, linux-phicomm-n1-headers, linux-tqc-a01-headers, linux-aarch64-rockpro64-headers, linux-radxa-rkbsp5-bin-headers, linux-515-starfive-visionfive2-headers, linux-rockchip-rk3588-bin-headers, linux-bpir64-git-headers) (make)
Required by (4)
- nsight-graphics (requires NVIDIA-MODULE)
- nvidia-exec (requires NVIDIA-MODULE)
- nvidia-tweaks (requires NVIDIA-MODULE)
- nvidia-xrun-pm (requires NVIDIA-MODULE)
Latest Comments
1 2 Next › Last »
Fazzi commented on 2023-03-05 20:52 (UTC)
@crendel your fix did indeed solve my issues building this package. Thanks!
dbermond commented on 2023-02-04 15:55 (UTC)
@crendel Patch updated. Thank you for reporting this.
crendel commented on 2023-01-22 17:29 (UTC) (edited on 2023-01-22 19:19 (UTC) by crendel)
@dbermond Thanks for your work maintaining this package! You've saved me hours of labor. :)
Would you mind adjusting your patchfile
130-nvidia-open-reproducible-build.patch
by either changing the definition ofHOSTNAME
to$(printf '%s\n' archlinux)
or wrapping$$(HOSTNAME)
in backticks onutils.mk:543
?Note that
WHOAMI
in the unpatched makefile is assumed to hold a command that will be evaluated later, butHOSTNAME
is treated as a simple string. SinceHOSTNAME
is not wrapped by a command substitution inutils.mk:543
, the command set in the patched makefile is silently never evaluated (so the nvidstring always unintentionally containsarchlinux_builder@printf '%s\n' archlinux
instead of intendedarchlinux_builder@archlinux
). I think this happens on all systems, not just mine, but I may be wrong.But more significantly, when
/bin/sh
isdash
(and maybe other shells that are more strictly POSIX-compliant thanbash
orzsh
), the build fails altogether because the '\n' is parsed as a literal newline by the shell, leading to build errors like the below:This latter error probably only happens for users (like me) who have linked
/bin/sh
to a different shell than the Arch default, but might as well make the patchedutils.mk
behave like the unpatched version as much as possible. :)This might also be the same issue that @Fazzi had a few months ago.
Thanks again!
FabioLolix commented on 2022-11-29 17:11 (UTC)
@Fazzi it is linux-zen-headers that don't provide linux-headers
Fazzi commented on 2022-11-29 17:09 (UTC)
Why does the linux-headers dependency not allow for the use of linux-zen-headers?
Fazzi commented on 2022-11-15 17:48 (UTC)
I seem to be getting a lot of missing terminating character errors when building. I am using linux-zen and linux-zen-headers. Any help here?
dbermond commented on 2022-11-11 20:16 (UTC)
@mrvictory1 On the last update, I already removed the ibc part and left only harden-sls.
mrvictory1 commented on 2022-11-11 17:12 (UTC)
Nvidia patched the open modules for IBT, the 140 gcc-sls patch is no longer needed for 525 series. https://github.com/NVIDIA/open-gpu-kernel-modules/issues/256#issuecomment-1310642119
Entr0p1st commented on 2022-09-20 15:04 (UTC)
Remove this package, because Nvidia-open is newer than nvidia-open-beta.. this looks really strange
dbermond commented on 2022-07-24 16:48 (UTC)
@djcris Sorry, but Manjaro is not supported. Please seek help on your distribution support channels.
1 2 Next › Last »