Search Criteria
Package Details: nvidia-open-beta 1:565.57.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 (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: | 16 |
Popularity: | 0.56 |
First Submitted: | 2022-05-12 04:42 (UTC) |
Last Updated: | 2024-11-08 20:52 (UTC) |
Dependencies (4)
- libglvnd (libglvnd-gitAUR)
- linux
- nvidia-utils-betaAUR
- linux-headers (make)
Required by (9)
- lutris-world-of-warcraft-dependencies-nvidia (requires nvidia-open)
- nsight-graphics (requires NVIDIA-MODULE)
- 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 (8)
- 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-fix-hdmi-names.patch
- 170-nvidia-open-silence-event-assert-until-570.patch
- https://github.com/NVIDIA/open-gpu-kernel-modules/archive/565.57.01/nvidia-open-565.57.01.tar.gz
Latest Comments
1 2 3 4 Next › Last »
BeauTaapken commented on 2024-11-07 19:44 (UTC)
When can we expect an update for this package? There is a CVE in the 560 driver that is fixed in the 565 driver (https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-utils/-/commit/865583be29ef66045a6332a4ec582346cd75360a). This package is now also behind of the extra repository
dbermond commented on 2024-08-22 02:21 (UTC)
@Fazzi it's needed only as a build time dependency (makedepend), and is not required at runtime.
Fazzi commented on 2024-08-20 23:08 (UTC)
does this package require linux-headers? Or just any header package installed. I run zen kernel and this package always installs linux-headers when it isn't needed on my system
dbermond commented on 2024-06-27 20:49 (UTC)
@Exioncore downgraded to 555.58 to fix the issue. Thanks for reporting.
Exioncore commented on 2024-06-27 18:17 (UTC) (edited on 2024-06-27 19:01 (UTC) by Exioncore)
Something is wrong with this package currently. When booting I get an error that it cannot find the GSP firmware image in nvidia/555.58/gsp_ga10x.bin. Upon inspecting /lib/firmware/nvidia I see that the GSP image is in fact present under the folder 555.58.02.
If I go ahead and rename /lib/firmware/nvidia/555.58 into /lib/firmware/nvidia/555.58.02 it then can find the image HOWEVER, it then fails to load it with the following error: [ 3.033324] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver [ 3.200971] NVRM: _kgspFwContainerVerifyVersion: GSP firmware image version mismatch: got version 555.58, expected version 555.58.02 [ 3.200973] NVRM: nvCheckOkFailedNoLog: Check failed: Invalid data passed [NV_ERR_INVALID_DATA] (0x00000025) returned from _kgspFwContainerVerifyVersion(pGpu, pKernelGsp, pGspFw->pBuf, pGspFw->size, "GSP firmware image") @ kernel_gsp.c:3768 [ 3.200975] NVRM: kgspInitRm_IMPL: Error preparing GSP-RM image [ 3.200976] NVRM: RmInitAdapter: Cannot initialize GSP firmware RM [ 3.201205] NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x62:0x25:1860) [ 3.201679] NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device minor number 0 [ 3.201749] [drm:nv_drm_load [nvidia_drm]] ERROR [nvidia-drm] [GPU ID 0x00000100] Failed to allocate NvKmsKapiDevice [ 3.201892] [drm:nv_drm_register_drm_device [nvidia_drm]] ERROR [nvidia-drm] [GPU ID 0x00000100] Failed to register device
EDIT: Problem fixed by changing the pkgver to 555.58 (released 1 hour ago at time of writing) instead of 555.58.02 in PKBGBUILD and 110-nvidia-open-change-dkms-conf.patch
kingdomkind commented on 2024-06-05 11:07 (UTC)
I see, thanks
dbermond commented on 2024-06-03 16:14 (UTC)
@kingdomkind First of all, AUR helpers are not supported, use makepkg. Just run makepkg and both packages will be built, and then you install the needed one with 'pacman -U'.
kingdomkind commented on 2024-06-02 21:44 (UTC)
Hi, sorry if this isn't the right place, but how is this package intended to be built? Since the clone url builds both nvidia-open-beta-dkms and nvidia-open-beta and they conflict with eachother. Using yay, it automatically just installs the nvidia-open-beta one (instead of dkms). I can manually remove the nvidia-open-beta from the pkg name section and just get nvidia-open-beta-dkms but i'm unsure if this is the intended / best way of getting only that package. Many thanks.
1 2 3 4 Next › Last »