Package Details: nvidia-beta 565.77-1

Git Clone URL: https://aur.archlinux.org/nvidia-beta.git (read-only, click to copy)
Package Base: nvidia-beta
Description: NVIDIA kernel module (beta version)
Upstream URL: https://www.nvidia.com/
Licenses: LicenseRef-custom
Conflicts: nvidia
Provides: nvidia, nvidia-beta, NVIDIA-MODULE
Submitter: None
Maintainer: dbermond
Last Packager: dbermond
Votes: 349
Popularity: 0.023651
First Submitted: 2008-02-10 22:03 (UTC)
Last Updated: 2024-12-07 13:29 (UTC)

Required by (39)

Sources (2)

Pinned Comments

dbermond commented on 2024-06-28 21:55 (UTC)

@Bohdanator you need to install both packages at the same time with 'pacman -U'.

Det commented on 2018-07-17 13:28 (UTC) (edited on 2018-07-17 13:36 (UTC) by Det)

✔ OBS This is not a Vulkan package: https://developer.nvidia.com/vulkan-driver, https://devtalk.nvidia.com/default/topic/1035845

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 43 Next › Last »

Det commented on 2014-03-09 18:38 (UTC)

334.21-2 - Added the Unified Memory module (nvidia-uvm.ko). See: https://devblogs.nvidia.com/parallelforall/unified-memory-in-cuda-6/

Det commented on 2013-11-08 04:26 (UTC)

Yeah, I'll deal with that when I get home. Just one more loophole my scripts decided to take advantage of and fail once more.

mininessie commented on 2013-11-07 23:00 (UTC)

okay it wants to install 331.17 which is not compatible with nivida-utils-beta which installs nvidia-libgl-beta which is required for mvidia-beta in short 331.17 is nvidia-beta and nivida-utils-beta 331.20 help

Det commented on 2013-11-02 08:54 (UTC)

The "Dependencies" field is also overridden in .AURINFO to stop getting these dumb questions about the stupid 'nvidia-libgl-beta'.

Det commented on 2013-11-02 08:36 (UTC)

331.17-2 * Use a better patch: http://forums.gentoo.org/viewtopic-t-973960.html

frat commented on 2013-10-31 12:28 (UTC)

is there any 'nvidia-libgl-beta' in aur ?

Det commented on 2013-10-26 09:30 (UTC)

Right, but _kernver never was there and I can't have _major set before the user is sure to have 'linux' installed.

hps commented on 2013-10-26 09:04 (UTC)

You need to move the three variables _major, _extramodules & _kernver back to the global scope. Otherwise they won't be accessible in the package() section, resulting in the module ending up in /usr/lib/modules/nvida.ko.gz

MatejLach commented on 2013-08-11 10:14 (UTC)

@Det - You're right, I was under wrong assumption that you already depend on 'nvidia-libgl-beta' elsewhere and now I see you don't, thanks for the clarification.