In contrast to the previous two commentators it does not work with kernel 6.0.6-arch1-1 here.
The package builds of course, but I get exactly the same errors as Atom194.
How did you solve the issue?
Git Clone URL: | https://aur.archlinux.org/nvidia-390xx-utils.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-390xx-utils |
Description: | NVIDIA drivers utilities |
Upstream URL: | https://www.nvidia.com/ |
Licenses: | custom |
Conflicts: | nvidia-390xx-libgl, nvidia-libgl, nvidia-utils |
Provides: | nvidia-390xx-libgl, nvidia-libgl, nvidia-utils, opengl-driver, vulkan-driver |
Submitter: | svenstaro |
Maintainer: | jonathon (vnctdj) |
Last Packager: | vnctdj |
Votes: | 61 |
Popularity: | 0.97 |
First Submitted: | 2020-03-11 17:29 (UTC) |
Last Updated: | 2025-03-29 10:40 (UTC) |
« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 29 Next › Last »
In contrast to the previous two commentators it does not work with kernel 6.0.6-arch1-1 here.
The package builds of course, but I get exactly the same errors as Atom194.
How did you solve the issue?
It finally works in kernel 6.0 good work guys :D
It seems to be working with kernel 6.0.6-arch1-1
This driver does not have full kernel 6.0 support. I recommend you switch to linux-lts
until NVIDIA releases a new version.
Compilation is not working. Failing on:
nvidia-390xx/src/nvidia/390.154/build/nvidia/nv-acpi.c:259:43: error: ‘struct acpi_device’ has no member named ‘children’
nvidia-390xx/src/nvidia/390.154/build/nvidia/nv-acpi.c:262:50: error: ‘struct acpi_device’ has no member named ‘node’; did you mean ‘fwnode’?
include/linux/compiler_types.h:295:27: error: expression in static assertion is not an integer
Make log here:
Generated by command: cat /home/atom/.cache/yay/nvidia-390xx/src/nvidia/390.154/build/make.log
Graphic card:
Generated by command: lspci -k | grep -A 2 -E "(VGA|3D)"
Kernel:
Generated by command: name -a
Linux {HOSTNAME} 6.0.1-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 13 Oct 2022 18:58:49 +0000 x86_64 GNU/Linux
@BlackIkeEagle That patch unfortunately disablea ACPI function thus limiting my max GPU performance level (from perf 2 (Graphics 525MHz, Memory 3000MHz, Processor 1050MHz) to perf 1 (Graphics 73MHz, Memory 648MHz, Processor 101MHz))
Pinned Comments
vnctdj commented on 2025-01-24 07:37 (UTC)
Use this forum thread for discussion: https://bbs.archlinux.org/viewtopic.php?pid=1946926
jonathon commented on 2022-05-26 09:46 (UTC)
Please don't flag this package out-of-date unless a new version has been released by NVIDIA.
jonathon commented on 2021-12-26 22:44 (UTC) (edited on 2021-12-26 22:44 (UTC) by jonathon)
The DKMS package guidelines are explicit that
linux-headers
should not be a dependency of any DKMS package.As a concrete example of why including that as a hard dependency is a bad idea, what happens when
linux
is not an installed kernel?