@SoftExpert have members of Arch been notified?
Search Criteria
Package Details: nvidia-470xx-utils 470.256.02-7.97
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvidia-470xx-utils.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-470xx-utils |
Description: | NVIDIA drivers utilities |
Upstream URL: | http://www.nvidia.com/ |
Keywords: | driver nvidia video |
Licenses: | custom |
Conflicts: | nvidia-libgl, nvidia-utils |
Provides: | nvidia-libgl, nvidia-utils, opengl-driver, vulkan-driver |
Submitter: | jonathon |
Maintainer: | Sinyria (cysp74, SoftExpert) |
Last Packager: | SoftExpert |
Votes: | 104 |
Popularity: | 1.80 |
First Submitted: | 2021-10-31 00:50 (UTC) |
Last Updated: | 2025-04-09 17:01 (UTC) |
Dependencies (6)
- egl-wayland (egl-wayland-gitAUR)
- libglvnd (libglvnd-gitAUR)
- xorg-server (xorg-server-gitAUR, xorg-server-bug865-issue1578AUR, xorg-server-bug865AUR)
- nvidia-470xx-settingsAUR (optional) – configuration tool
- opencl-nvidia-470xxAUR (optional) – OpenCL support
- xorg-server-devel (xorg-server-devel-gitAUR) (optional) – nvidia-xconfig
Required by (318)
- adaptivecpp (requires nvidia-utils)
- adaptivecpp-git (requires nvidia-utils)
- agisoft-metashape (requires nvidia-utils) (optional)
- agisoft-metashape-pro (requires nvidia-utils) (optional)
- airshipper (requires vulkan-driver) (optional)
- alchemy-viewer-git (requires nvidia-libgl) (optional)
- alchemy-viewer-git (requires nvidia-utils) (optional)
- aquamarine-git (requires opengl-driver)
- ares-emu (requires vulkan-driver)
- ares-emu-avx-git (requires vulkan-driver)
- ares-emu-git (requires vulkan-driver)
- armorpaint (requires opengl-driver)
- arrayfire-git (requires nvidia-utils) (optional)
- aurorafw-git (requires opengl-driver)
- auto-gpufreq-git (requires nvidia-utils)
- autokey-git (requires nvidia-utils) (optional)
- blackmagic-raw-sdk (requires nvidia-utils) (optional)
- btop-git (requires nvidia-utils) (optional)
- btop-gpu-git (requires nvidia-utils) (optional)
- ccdc-mercury (requires opengl-driver)
- Show 298 more...
Sources (13)
- 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-fix-linux-6.14.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 .. 18 19 20 21 22 23 24 25 26 27 28 .. 45 Next › Last »
zerophase commented on 2023-07-07 22:00 (UTC)
SinClaus commented on 2023-07-07 13:28 (UTC)
O, yes :-) No maintainer - no updates...
SoftExpert commented on 2023-07-07 13:17 (UTC)
@SinClaus: nope! for now no one amongst ourselves has the right to update this repository. That's why we are waiting for the new maintainer to be selected.
SinClaus commented on 2023-07-07 07:33 (UTC)
This situation will be with all updates?
SinClaus commented on 2023-07-07 07:00 (UTC)
With last patch from/for @ukase all is OK, my base comp is working now!!! Thanx to all!!!
ukase commented on 2023-07-07 06:37 (UTC) (edited on 2023-07-07 06:42 (UTC) by ukase)
@SoftExpert thanks worked everything fine like magic
@SinClaus: dont copy the repo from nvidia copy from this aur and create a kernel-6.4.patch file and add the contents that was mentioned
SinClaus commented on 2023-07-07 06:03 (UTC)
I'm cloned repo from nvidida with all files but without patch 6.4. When I use patch from here, pkgbuild ask me what it have to patch. I don't know, maybe wrong path in patch, or another bug...
SoftExpert commented on 2023-07-07 05:15 (UTC)
@ukase: You need the patch from this comment
ukase commented on 2023-07-06 23:53 (UTC)
was running everything fine until i installed some packages and update the sys ive tried to install again with yay but it aint even compiling here the make.log that generates in /var/lib/dkms/nvidia/nvidia-version/build https://gist.github.com/sjakk/d0d7bbc789a0580e488d559c56f73273 anyone some suggestion?
SoftExpert commented on 2023-07-06 17:59 (UTC) (edited on 2023-07-06 18:01 (UTC) by SoftExpert)
@SinClaus:
-
you can clone this repository or you can start from scratch
-
the PKGBUILD file references the following files, in the same folder, and there are no symlinks involved; you have to use the PKGBUILD from the previous comment
-
nvidia-drm-outputclass.conf
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Option "AllowEmptyInitialConfiguration"
ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSection
- nvidia-470xx-utils.sysusers
u nvidia-persistenced 143 'NVIDIA Persistence Daemon'
- nvidia-470xx.rules
# Make sure device nodes are present even when the DDX is not started for the Wayland/EGLStream case
KERNEL=="nvidia", RUN+="/usr/bin/bash -c 'if [ ! -c /dev/nvidiactl ]; then /usr/bin/mknod -Z -m 666 /dev/nvidiactl c $$(grep nvidia-frontend /proc/devices | cut -d \ -f 1) 255; fi'"
KERNEL=="nvidia", RUN+="/usr/bin/bash -c 'for i in $$(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \ -f 4); do if [ ! -c /dev/nvidia$${i} ]; then /usr/bin/mknod -Z -m 666 /dev/nvidia$${i} c $$(grep nvidia-frontend /proc/devices | cut -d \ -f 1) $${i}; fi; done'"
KERNEL=="nvidia_modeset", RUN+="/usr/bin/bash -c 'if [ ! -c /dev/nvidia-modeset ]; then /usr/bin/mknod -Z -m 666 /dev/nvidia-modeset c $$(grep nvidia-frontend /proc/devices | cut -d \ -f 1) 254; fi'"
KERNEL=="nvidia_uvm", RUN+="/usr/bin/bash -c 'if [ ! -c /dev/nvidia-uvm ]; then /usr/bin/mknod -Z -m 666 /dev/nvidia-uvm c $$(grep nvidia-uvm /proc/devices | cut -d \ -f 1) 0; fi'"
KERNEL=="nvidia_uvm", RUN+="/usr/bin/bash -c 'if [ ! -c /dev/nvidia-uvm-tools ]; then /usr/bin/mknod -Z -m 666 /dev/nvidia-uvm-tools c $$(grep nvidia-uvm /proc/devices | cut -d \ -f 1) 1; fi'"
-
NVIDIA-Linux-x86_64-470.199.02.run <= will be downloaded by the package
-
kernel-6.4.patch <= you already got its contents from a previous comment
-
you can execute
makepkg -g
to obtain the output for the checksums collection; then you can replace in the PKGBUILD file the corresponding sums -
now you can run
makepkg
Good luck !
edited: fixed typo, made clearer which PKGBUILD to use
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.