Package Details: lib32-nvidia-utils-beta 555.42.02-1

Git Clone URL: https://aur.archlinux.org/lib32-nvidia-utils-beta.git (read-only, click to copy)
Package Base: lib32-nvidia-utils-beta
Description: NVIDIA drivers utilities (32-bit, beta version)
Upstream URL: https://www.nvidia.com/
Keywords: lib32-opencl-driver lib32-vulkan-driver
Licenses: LicenseRef-custom
Conflicts: lib32-nvidia-libgl, lib32-nvidia-utils
Provides: lib32-nvidia-libgl, lib32-nvidia-libgl-beta, lib32-nvidia-utils, lib32-opengl-driver, lib32-vulkan-driver
Replaces: lib32-nvidia-libgl
Submitter: IncredibleLaser
Maintainer: dbermond
Last Packager: dbermond
Votes: 145
Popularity: 0.180719
First Submitted: 2008-08-30 16:22 (UTC)
Last Updated: 2024-05-21 15:17 (UTC)

Required by (15)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

sl1pkn07 commented on 2012-11-14 14:02 (UTC)

change _soname="$(dirname ${_lib})/$(readelf -d "$_lib" | sed -nr 's/.*Library soname: \[(.*)\].*/\1/p')" to _soname="$(dirname ${_lib})/$(LANG=C readelf -d "$_lib" | sed -nr 's/.*Library soname: \[(.*)\].*/\1/p')" to fix create soname links in non-english system greetings

<deleted-account> commented on 2011-10-03 20:41 (UTC)

Thanks premiso, I've updated my PKGBUILD and things seems to work OK.

<deleted-account> commented on 2011-10-02 16:51 (UTC)

Thanks to gun26 for that information. Wine kept seg faulting on me. I took the liberty to post a good PKGBUILD that works here http://pastebin.com/kHFXzUq1 This has the updated file location and updated MD5 sum as long as the version updates. Should build and run just fine!

<deleted-account> commented on 2011-08-02 16:43 (UTC)

Updated & synced with [extra]'s PKGBUILD. Thanks

Frostbyrne commented on 2011-07-30 18:34 (UTC)

gun26 I have the same issue but with wine, I figured it was with the new version not with the pkgbuild. Thanks for the better pkg

gun26 commented on 2011-07-30 17:22 (UTC)

I can't tell what's wrong with it, but a lib32-nvidia-utils-beta built with this PKGBUILD causes Google Earth to segfault. If I instead build with a PKGBUILD copied from Arch's lib32-nvidia-utils, bumping the version number and renaming as necessary: http://pastebin.com/QAVVW1qZ Google Earth works with the resulting package. Which brings up the point, is there a compelling reason why this PKGBUILD differs so dramatically from the Arch one for the non-beta package? It does make troubleshooting harder.

<deleted-account> commented on 2011-07-24 10:01 (UTC)

alexcortes: there are no lib32-libcl or lib32-opencl-nvidia packages, so this library can't depend on them. As for nvidia-utils-beta, the libraries are provided directly by the package, so it provides and conflicts with opencl-nvidia and libcl.

alexcortes commented on 2011-07-24 04:48 (UTC)

Arch Team added "opencl-nvidia" and "libcl" as dependencies for nvidia-utils.