Search Criteria
Package Details: nvidia-open-beta-dkms 1:565.77-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, 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.25 |
First Submitted: | 2022-05-12 04:42 (UTC) |
Last Updated: | 2024-12-07 13:30 (UTC) |
Dependencies (4)
- dkms (dkms-gitAUR)
- libglvnd (libglvnd-gitAUR)
- 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.77/nvidia-open-565.77.tar.gz
Latest Comments
1 2 3 4 Next › Last »
gerson commented on 2024-12-11 01:20 (UTC)
@dbermond, I understand, thanks.
Just to clarify, I know that arch does not have a
linux-headers-meta
, and I have no idea why Manjaro decided to call it meta instead of simply usinglinux-headers
as in Arch. These two packages are probably exactly the same pointer to the default kernel headers, but with different names.In any case, your aur package is working perfectly with Manjaro with this simply edit on the PKGBUILD. The nvidia-open drivers are still on Manjaro's unstable. It will probably take time for it to reach stable. Until there I'll be running the script below to get updates from your package.
dbermond commented on 2024-12-10 21:07 (UTC)
@gerson sorry, but Manjaro is not supported. As far as I could gather, there is not even a package named (or providing) such a 'linux-headers-meta' neither in the Arch Linux official repositories or in the AUR.
gerson commented on 2024-12-09 17:03 (UTC) (edited on 2024-12-09 17:35 (UTC) by gerson)
Manjaro uses
linux-headers-meta
instead oflinux-headers
, would it be possible to add it as an alternative? Currently I'm editing the PKGBUILD to fix this and it works fine, but I would appreciate if you could leave it there by default.In case someone is interested, here's my update script:
BeauTaapken commented on 2024-12-04 09:16 (UTC) (edited on 2024-12-07 16:04 (UTC) by BeauTaapken)
The nvidia 565 drivers need a patch for kernel 6.12+ to work properly with fbdev=1 https://github.com/Frogging-Family/nvidia-all/ commit/8f5f63beea677afa1cc93db2e5e23cbe0f207670
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
1 2 3 4 Next › Last »