Package Base Details: nvidia-470xx-utils

Git Clone URL: https://aur.archlinux.org/nvidia-470xx-utils.git (read-only, click to copy)
Keywords: driver nvidia video
Submitter: jonathon
Maintainer: Sinyria (cysp74, SoftExpert)
Last Packager: SoftExpert
Votes: 96
Popularity: 3.51
First Submitted: 2021-10-31 00:50 (UTC)
Last Updated: 2024-06-05 07:33 (UTC)

Latest Comments

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

<deleted-account> commented on 2023-03-18 21:18 (UTC)

@aparthy I use zen too, I just removed and reinstalled the package (after cleaning up any sort of cache) and it builds and installs without any issue. Do you have custom CFLAGS? I've noticed you're forcing the dkms autoinstall, is there something preventing you from just installing this package? Dkms should trigger and install the modules by default just fine.

aparthy commented on 2023-03-18 20:47 (UTC) (edited on 2023-03-19 13:14 (UTC) by aparthy)

❯ less /var/lib/dkms/nvidia/470.161.03/build/make.log
DKMS make.log for nvidia-470.161.03 for kernel 6.2.6-zen1-1-zen (x86_64)
Sa 18. Mär 21:18:26 CET 2023
warning: the compiler differs from the one used to build the kernel
  The kernel was built by: gcc (GCC) 12.2.1 20230201
  You are using:           cc (GCC) 12.2.1 20230201
...
/var/lib/dkms/nvidia/470.161.03/build/nvidia/nv-acpi.c:84:19: error: initializatio
n of ‘void (*)(struct acpi_device *)’ from incompatible pointer type ‘int (*)(stru
ct acpi_device *, int)’ [-Werror=incompatible-pointer-types]
   84 |         .remove = nv_acpi_remove_two_args,
      |                   ^~~~~~~~~~~~~~~~~~~~~~~

<deleted-account> commented on 2023-03-12 19:20 (UTC)

I don't know if there's a proper way to make it right, because there's many kernels and also many linux-headers. Holding linux-headers as dependency will force to install the main linux-headers even if a person only uses linux-headers-lts or linux-headers-zen.

dough.mean commented on 2023-03-12 19:17 (UTC)

I had to run pacman -S linux-headers so that I don't get any missing kernel headers errors.

Shouldn't linux-headers be added to the dependencies?

shrigma commented on 2023-03-01 20:24 (UTC) (edited on 2023-03-01 20:26 (UTC) by shrigma)

Any ideas?

Error! Bad return status for module build on kernel: 6.2.1-arch1-1 (x86_64) Consult /var/lib/dkms/nvidia/470.161.03/build/make.log for more information.

cat /var/lib/dkms/nvidia/470.161.03/build/make.log

warning: the compiler differs from the one used to build the kernel

The kernel was built by: gcc (GCC) 12.2.1 20230201 You are using: cc (GCC) 12.2.1 20230201

wizzard2002 commented on 2023-03-01 00:23 (UTC) (edited on 2023-03-01 00:23 (UTC) by wizzard2002)

My Solution (for the moment)

Now i'm back on track :-)

spikespi commented on 2023-02-28 15:30 (UTC)

@Menelkir seems i found problem. its my vfio setup broken in 6.* kernel. after remove vfio modules from mkinitcpio.conf, regenerate initram, and adjust xorg.conf(second gpu now visible to nvidia driver). tty console start work normal.

<deleted-account> commented on 2023-02-28 14:52 (UTC)

It seems the system is having issues to load the module. You can try loading by hand before Xorg starts (or using some other ways) or add to your initrd (which doesn't hurt but it'll increase your initrd size).