@marco.righi: see here: https://bbs.archlinux.org/viewtopic.php?pid=2159644#p2159644
Search Criteria
Package Details: opencl-nvidia-470xx 470.256.02-7.95
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvidia-470xx-utils.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-470xx-utils |
Description: | OpenCL implemention for NVIDIA |
Upstream URL: | http://www.nvidia.com/ |
Keywords: | driver nvidia video |
Licenses: | custom |
Conflicts: | opencl-nvidia |
Provides: | opencl-driver, opencl-nvidia |
Submitter: | jonathon |
Maintainer: | Sinyria (cysp74, SoftExpert) |
Last Packager: | SoftExpert |
Votes: | 103 |
Popularity: | 1.94 |
First Submitted: | 2021-10-31 00:50 (UTC) |
Last Updated: | 2025-02-03 19:42 (UTC) |
Dependencies (2)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- opencl-headers (opencl-headers-gitAUR) (optional) – headers necessary for OpenCL development
Required by (66)
- aftershotpro3 (requires opencl-nvidia) (optional)
- arrayfire-git (requires opencl-driver) (optional)
- bfgminer-git (requires opencl-driver) (optional)
- computecpp (requires opencl-driver)
- cpu-x-opencl (requires opencl-driver) (optional)
- crark (requires opencl-driver) (optional)
- cuda-10.0 (requires opencl-nvidia)
- cuda-10.2 (requires opencl-nvidia)
- cuda-11.1 (requires opencl-nvidia)
- cuda-11.7 (requires opencl-nvidia)
- cuda-8.0 (requires opencl-nvidia)
- cuda-9.0 (requires opencl-nvidia)
- cuda11.1 (requires opencl-nvidia)
- cuda11.4 (requires opencl-nvidia)
- cuda11.4-versioned (requires opencl-nvidia)
- cuda12.0 (requires opencl-nvidia)
- cuda12.0-versioned (requires opencl-nvidia)
- cytoscape (requires opencl-driver) (optional)
- davinci-resolve (requires opencl-driver)
- davinci-resolve-beta (requires opencl-driver)
- Show 46 more...
Sources (12)
- 0001-Fix-conftest-to-ignore-implicit-function-declaration.patch
- 0002-Fix-conftest-to-use-a-short-wchar_t.patch
- 0003-Fix-conftest-to-use-nv_drm_gem_vmap-which-has-the-se.patch
- https://us.download.nvidia.com/XFree86/Linux-x86_64/470.256.02/NVIDIA-Linux-x86_64-470.256.02.run
- kernel-6.10.patch
- kernel-6.12.patch
- nvidia-470xx-fix-linux-6.13.patch
- nvidia-470xx-utils.sysusers
- nvidia-470xx.rules
- nvidia-drm-outputclass.conf
- systemd-homed-override.conf
- systemd-suspend-override.conf
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 44 Next › Last »
Maniaxx commented on 2024-05-28 15:34 (UTC)
marco.righi commented on 2024-05-28 11:58 (UTC) (edited on 2024-05-28 12:09 (UTC) by marco.righi)
Hi, I found a bug with this driver. I tested the drive using Manjaro, EndevurOS and Xfce4. The video card is:
inxi -G
Graphics:
Device-1: NVIDIA GK107 [GeForce GT 640] driver: nvidia v: 470.239.06
Device-2: Owon USB CAMERA driver: snd-usb-audio,uvcvideo type: USB
Display: x11 server: X.Org v: 21.1.13 with: Xwayland v: 24.1.0 driver: X:
loaded: N/A failed: nvidia gpu: nvidia,nvidia-nvswitch note: X driver n/a,
try sudo/root resolution: 1: 1920x1080~60Hz 2: 1920x1080~60Hz
3: 1440x900~60Hz
API: EGL v: 1.5 drivers: kms_swrast,nvidia,swrast
platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: mesa v: 24.0.8-arch1.1
renderer: llvmpipe (LLVM 17.0.6 256 bits)
API: Vulkan v: 1.3.279 drivers: nvidia surfaces: xcb,xlib
yay nvidia 470 |grep Installed |sed 's/.* aur/aur/g'
aur/lib32-libxnvctrl-470xx 470.239.06-1 (+0 0.00) (Installed)
aur/nvml-fix-git r37.9be4552-1 (+2 0.00) (Installed)
aur/lib32-opencl-nvidia-470xx 470.239.06-1 (+19 0.35) (Installed)
aur/lib32-nvidia-470xx-utils 470.239.06-1 (+19 0.35) (Installed)
aur/libxnvctrl-470xx 470.239.06-1 (+29 0.36) (Installed)
aur/opencl-nvidia-470xx 470.239.06-2 (+95 2.98) (Installed)
aur/nvidia-470xx-settings 470.239.06-1 (+29 0.36) (Installed)
aur/nvidia-470xx-dkms 470.239.06-2 (+95 2.98) (Installed)
aur/nvidia-470xx-utils 470.239.06-2 (+95 2.98) (Installed)
Using this configuration, some labels of a few applications do not appear. For example, the labels on the keys of the gnome-calculator
are not visible.
I find these solutions:
1) the use of Nouveau drivers
2) this Xorg config
Section "Device"
Identifier "Nvidia Card"
Driver "nvidia"
Option "AccelMethod" "glamor"
Option "DRI" "true"
Option "ShadowFB" "true"
Option "BackingStore" "true"
Option "RenderAccel" "true"
Option "SWCursor" "false"
#Option "TripleBuffer" "false"
Option "TripleBuffer" "true"
Option "EXAVSync" "true"
Option "MigrationHeuristic" "smart"
Option "TearFree" "true"
Option "NoFlip" "false"
Option "Accel" "false"
EndSection
By switching Accel
to true
the problem appears.
benjarobin commented on 2024-05-26 10:30 (UTC) (edited on 2024-05-26 10:31 (UTC) by benjarobin)
Did you update first this package, before updating your system?
You should have this version installed: nvidia-470xx-dkms 470.239.06-2. The "broken" version is: 470.239.06-1.
Otherwise, please provide the full build log, troughs a pastebin like service
IdkGoodName commented on 2024-05-26 10:11 (UTC)
Seems like the latest version is broken on my end. Getting bunch of wait_on_bit_lock() conftest failed!
, implicit declaration of function 'phys_to_dma'
and such in header files like conftest/function.h
, inc/nv-linux.h
header files when installing. It was fine before updating (though, last update prior was a few months ago, so no idea which version may have summoned that).
howetuft commented on 2024-05-18 18:23 (UTC)
Guys, this is just a word of encouragement and thanks: with this 470xx package, you allow me to keep my ancient GeForce GTX 750 Ti, instead of throwing it away for hardware compatible with the latest drivers. In a way, you're even doing something for the planet!
Maniaxx commented on 2024-05-18 14:14 (UTC)
470.239.06-2 builds/runs properly on 6.9.1-arch1-1 (quick test).
grzechoo commented on 2024-05-14 06:41 (UTC)
Package nvidia-470xx-dkms 470.239.06-2 build fine with gcc 14.x on stock kernel.
rodolfoser commented on 2024-05-14 05:44 (UTC)
here too all working
Maniaxx commented on 2024-05-13 23:45 (UTC)
@SoftExpert: All ok. lib32-nvidia-470xx-utils and nvidia-470xx-settings with GCC 14.x build properly here. Stock kernel.
injiniero commented on 2024-05-13 18:25 (UTC)
I can confirm that nvidia-470xx-dkms 470.239.06-2 builds with gcc 14.1.1 and 6.8.9-arch1-2 kernel without problems.
Pinned Comments
SoftExpert commented on 2025-02-09 10:20 (UTC)
For the beginners in need of assistance, first take a look at this recommended guide https://github.com/korvahannu/arch-nvidia-drivers-installation-guide - maybe it helps to solve the issues your are having with this version of the driver.