Search Criteria
Package Details: nvidia-beta-dkms 575.57.08-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvidia-beta-dkms.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-beta-dkms |
Description: | NVIDIA kernel modules - module sources (beta version) |
Upstream URL: | https://www.nvidia.com/ |
Licenses: | LicenseRef-custom |
Conflicts: | nvidia, nvidia-dkms |
Provides: | nvidia, nvidia-beta, nvidia-dkms, NVIDIA-MODULE |
Submitter: | alucryd |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 72 |
Popularity: | 0.91 |
First Submitted: | 2013-03-12 11:21 (UTC) |
Last Updated: | 2025-05-30 01:38 (UTC) |
Dependencies (3)
- dkms (dkms-gitAUR)
- libglvnd (libglvnd-gitAUR)
- nvidia-utils-betaAUR
Required by (40)
- bumblebee-forceunload (requires nvidia) (optional)
- bumblebee-git (requires nvidia) (optional)
- bumblebee-picasso-git (requires nvidia) (optional)
- conky-lua-nv (requires nvidia) (optional)
- cudapm1 (requires nvidia)
- deepin-nvidia-prime-git (requires nvidia)
- gpu-viewer (requires nvidia) (optional)
- hoomd-blue (requires nvidia) (optional)
- mfaktc (requires nvidia)
- mhwd-nvidia (requires nvidia-dkms) (make)
- monitorix (requires nvidia) (optional)
- monitorix-git (requires nvidia) (optional)
- mumax3 (requires nvidia)
- nuxhash-git (requires nvidia)
- nv-card (requires nvidia)
- nv-card-pm (requires nvidia)
- nvfancontrol (requires nvidia) (optional)
- nvfancontrol-git (requires nvidia) (optional)
- nvidia-525xx (requires nvidia-dkms) (make)
- nvidia-exec (requires NVIDIA-MODULE)
- Show 20 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 25 Next › Last »
dbermond commented on 2021-08-02 18:16 (UTC)
@Akholic I had no problems when updating to linux 5.13.7. The nvidia modules were built fine with this package.
Akholic commented on 2021-08-02 16:30 (UTC) (edited on 2021-08-02 22:40 (UTC) by Akholic)
Hi, dkms fails to install this pacakage against 5.13.7-arch1-1 with the following error:
==> dkms install --no-depmod -m nvidia -v 470.57.02 -k 5.13.7-arch1-1 Error! Bad return status for module build on kernel: 5.13.7-arch1-1 (x86_64) Consult /var/lib/dkms/nvidia/470.57.02/build/make.log for more information. ==> Warning, `dkms install --no-depmod -m nvidia -v 470.57.02 -k 5.13.7-arch1-1' returned 10 ==> depmod 5.13.7-arch1-1 depmod: ERROR: could not open directory /lib/modules/5.13.7-arch1-1: No such file or directory depmod: FATAL: could not search modules: No such file or directory ==> Warning, `depmod 5.13.7-arch1-1' returned 1
the make logfile reports the following:
DKMS make.log for nvidia-470.57.02 for kernel 5.13.7-arch1-1 (x86_64) Mon Aug 2 06:19:34 PM CEST 2021 make[1]: *** /lib/modules/5.13.7-arch1-1/build: No such file or directory. Stop. make: *** [Makefile:80: modules] Error 2
EDIT: after further investigation it was the actual kernel upgrade giving me problems. sorry for the pollution, @dbermond and thanks for the quick feedback!
dbermond commented on 2021-06-27 03:47 (UTC)
@JDAturbo fixed.
JDAturbo commented on 2021-06-25 22:33 (UTC) (edited on 2021-06-25 22:35 (UTC) by JDAturbo)
Getting this error when running mkinitcpio -P after installing nvidia-beta-dkms 470.42.01-1: ==> ERROR: module not found: `nvidia_drm'
Looks like you forgot to increment the index to 4 for nvidia-peermem:
+BUILT_MODULE_NAME[3]="nvidia-drm" +DEST_MODULE_LOCATION[3]="/kernel/drivers/video" ++BUILT_MODULE_NAME[3]="nvidia-peermem" ++DEST_MODULE_LOCATION[3]="/kernel/drivers/video"
drgr33n commented on 2021-06-25 10:52 (UTC)
Please bump to 470.41.01
dbermond commented on 2021-04-01 17:09 (UTC)
@shoober420 Having depends specified at the package() function does not make any difference in the case of this package, since we are not building any binaries here, but just packaging source files. This will let the user to build the package without having the matching nvidia-utils-beta installed. Being such, a user can separately build all the needed packages and install them at once for convenience. Dependency will be enforced at install time.
shoober420 commented on 2021-04-01 16:32 (UTC) (edited on 2021-04-01 16:36 (UTC) by shoober420)
Since there is only a single package here, shouldn’t the depends section be where it normally is, and not under the package section? Because it’s under package, there is no warning before building that the user cannot resolve “nvidia-utils-beta”. It should warn the user before executing makepkg that nvidia-utils-beta is required, not after the fact. I only see depends under the package section when there are multiple packages within the PKGBUILD, understandably.
dbermond commented on 2021-01-09 02:39 (UTC)
@DDoSolitary Ok, probably it makes sense to have it on conflicts. I have added it. Thanks.
DDoSolitary commented on 2020-12-21 22:09 (UTC) (edited on 2020-12-21 22:10 (UTC) by DDoSolitary)
@dbermond It makes sense, but I still think it should at least conflict with nvidia-dkms in addition to nvidia, becase 1) On a system with nvidia-dkms already installed, installing nvidia-beta-dkms will fail because nvidia-utils-beta conflicts with nvidia-utils, but nvidia-utils is required by nvidia-dkms. I have to uninstall nvidia-dkms manually instead of simply pressing a "Y" on conflict, which is a bit inconvenient. 2) nvidia-beta-dkms and nvidia-dkms will in fact conflict if the latter is updated but the former is not.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 25 Next › Last »