Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] nvidia: update to 575.51.02
@ 2025-04-17 13:37 fvalasiad
  2025-05-29 22:13 ` [PR PATCH] [Updated] [WIP] [BETA] " fvalasiad
                   ` (35 more replies)
  0 siblings, 36 replies; 37+ messages in thread
From: fvalasiad @ 2025-04-17 13:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

There is a new pull request by fvalasiad against master on the void-packages repository

https://github.com/fvalasiad/void-packages nvidia
https://github.com/void-linux/void-packages/pull/55092

[WIP] nvidia: update to 575.51.02
Another WIP incremental PR to test newer nvidia driver versions from Beta/New Feature/Stable branches until the next Production release.

Feel free to share issues!

A patch file from https://github.com/void-linux/void-packages/pull/55092.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia-55092.patch --]
[-- Type: text/x-diff, Size: 1677 bytes --]

From 4bc78fbec52dd8cee7676760f2fa2902b06c16e6 Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Thu, 17 Apr 2025 16:33:50 +0300
Subject: [PATCH] nvidia: update to 575.51.02

---
 srcpkgs/nvidia/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 4d09cbb8e80f85..202a4d8098ac40 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -3,7 +3,7 @@
 _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
-version=570.133.07
+version=575.51.02
 revision=1
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
@@ -19,7 +19,7 @@ conflicts="xserver-abi-video>25_1 nvidia470>=0 nvidia390>=0"
 
 _pkg="NVIDIA-Linux-x86_64-${version}"
 distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-checksum=2d43e64c581be5ef554de9888b1aa90037ef6d45f54284d3d9dcedc08dc4dc26
+checksum=5d9d0df084a6a000bca76f03ac61e4fd8375ac9b089c9d9d64d2fc3be4ee69ad
 # subpackages need to be processed in this specific order
 subpackages="nvidia-gtklibs nvidia-dkms nvidia-firmware nvidia-opencl nvidia-libs nvidia-libs-32bit"
 depends="nvidia-libs-${version}_${revision}
@@ -132,8 +132,8 @@ do_install() {
 		${DESTDIR}/usr/lib/nvidia/xorg/libglxserver_nvidia.so.1
 
 	# Wayland/GBM
-	vinstall libnvidia-egl-wayland.so.1.1.18 755 usr/lib
-	ln -sf libnvidia-egl-wayland.so.1.1.18 \
+	vinstall libnvidia-egl-wayland.so.1.1.19 755 usr/lib
+	ln -sf libnvidia-egl-wayland.so.1.1.19 \
 		${DESTDIR}/usr/lib/libnvidia-egl-wayland.so.1
 	vinstall libnvidia-egl-gbm.so.1.1.2 755 usr/lib
 	ln -sf libnvidia-egl-gbm.so.1.1.2 \

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] [BETA] nvidia: update to 575.51.02
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
@ 2025-05-29 22:13 ` fvalasiad
  2025-06-17 18:16 ` [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.57.08 fvalasiad
                   ` (34 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-05-29 22:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 773 bytes --]

There is an updated pull request by fvalasiad against master on the void-packages repository

https://github.com/fvalasiad/void-packages nvidia
https://github.com/void-linux/void-packages/pull/55092

[WIP] [BETA] nvidia: update to 575.51.02
Another WIP incremental PR to test newer nvidia driver versions from Beta/New Feature branches until the next Production release.

Feel free to share issues!

edit: To avoid confusion, I'll include the branch which the PR is currently based on, since there is probably value in communicating with users about the instability risk of installing said drivers.

The TLDR is that in terms of reliability:
Production > New Feature > Beta.

A patch file from https://github.com/void-linux/void-packages/pull/55092.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia-55092.patch --]
[-- Type: text/x-diff, Size: 1297 bytes --]

From 4af9799e3f4a8f8db6bc2ca16a3d7346cbaffc14 Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Thu, 17 Apr 2025 16:33:50 +0300
Subject: [PATCH] nvidia: update to 575.57.08

---
 srcpkgs/nvidia/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 69769be4eb2425..878625a33be103 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -3,8 +3,8 @@
 _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
-version=570.153.02
-revision=2
+version=575.57.08
+revision=1
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
 homepage="https://www.nvidia.com/en-us/drivers/unix/"
@@ -19,7 +19,7 @@ conflicts="xserver-abi-video>25_1 nvidia470>=0 nvidia390>=0"
 
 _pkg="NVIDIA-Linux-x86_64-${version}"
 distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-checksum=148886e4f69576fa8fa67140e6e5dd6e51f90b2ec74a65f1a7a7334dfa5de1b6
+checksum=2aa701dac180a7b20a6e578cccd901ded8d44e57d60580f08f9d28dd1fffc6f2
 # subpackages need to be processed in this specific order
 subpackages="nvidia-gtklibs nvidia-dkms nvidia-firmware nvidia-opencl nvidia-libs nvidia-libs-32bit"
 depends="nvidia-libs-${version}_${revision}

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.57.08
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
  2025-05-29 22:13 ` [PR PATCH] [Updated] [WIP] [BETA] " fvalasiad
@ 2025-06-17 18:16 ` fvalasiad
  2025-07-01 20:06 ` [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.64 fvalasiad
                   ` (33 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-06-17 18:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 780 bytes --]

There is an updated pull request by fvalasiad against master on the void-packages repository

https://github.com/fvalasiad/void-packages nvidia
https://github.com/void-linux/void-packages/pull/55092

[WIP] [NEW FEATURE] nvidia: update to 575.57.08
Another WIP incremental PR to test newer nvidia driver versions from Beta/New Feature branches until the next Production release.

Feel free to share issues!

edit: To avoid confusion, I'll include the branch which the PR is currently based on, since there is probably value in communicating with users about the instability risk of installing said drivers.

The TLDR is that in terms of reliability:
Production > New Feature > Beta.

A patch file from https://github.com/void-linux/void-packages/pull/55092.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia-55092.patch --]
[-- Type: text/x-diff, Size: 1291 bytes --]

From 19b3f7e2cc7ac9a8d7b543115956f27a38c5d181 Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Thu, 17 Apr 2025 16:33:50 +0300
Subject: [PATCH] nvidia: update to 575.64

---
 srcpkgs/nvidia/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 69769be4eb2425..9d48b614325b95 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -3,8 +3,8 @@
 _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
-version=570.153.02
-revision=2
+version=575.64
+revision=1
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
 homepage="https://www.nvidia.com/en-us/drivers/unix/"
@@ -19,7 +19,7 @@ conflicts="xserver-abi-video>25_1 nvidia470>=0 nvidia390>=0"
 
 _pkg="NVIDIA-Linux-x86_64-${version}"
 distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-checksum=148886e4f69576fa8fa67140e6e5dd6e51f90b2ec74a65f1a7a7334dfa5de1b6
+checksum=eb01bcfe73b06c7d24b6083c27e6414f6979542f06e65601421b64ccc0ad68b1
 # subpackages need to be processed in this specific order
 subpackages="nvidia-gtklibs nvidia-dkms nvidia-firmware nvidia-opencl nvidia-libs nvidia-libs-32bit"
 depends="nvidia-libs-${version}_${revision}

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.64
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
  2025-05-29 22:13 ` [PR PATCH] [Updated] [WIP] [BETA] " fvalasiad
  2025-06-17 18:16 ` [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.57.08 fvalasiad
@ 2025-07-01 20:06 ` fvalasiad
  2025-07-01 20:08 ` fvalasiad
                   ` (32 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-07-01 20:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 777 bytes --]

There is an updated pull request by fvalasiad against master on the void-packages repository

https://github.com/fvalasiad/void-packages nvidia
https://github.com/void-linux/void-packages/pull/55092

[WIP] [NEW FEATURE] nvidia: update to 575.64
Another WIP incremental PR to test newer nvidia driver versions from Beta/New Feature branches until the next Production release.

Feel free to share issues!

edit: To avoid confusion, I'll include the branch which the PR is currently based on, since there is probably value in communicating with users about the instability risk of installing said drivers.

The TLDR is that in terms of reliability:
Production > New Feature > Beta.

A patch file from https://github.com/void-linux/void-packages/pull/55092.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia-55092.patch --]
[-- Type: text/x-diff, Size: 1297 bytes --]

From 22c8fa179debbc2a23cf18d142e9288cd813c45c Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Thu, 17 Apr 2025 16:33:50 +0300
Subject: [PATCH] nvidia: update to 575.64.03

---
 srcpkgs/nvidia/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 69769be4eb2425..3950523779fdd5 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -3,8 +3,8 @@
 _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
-version=570.153.02
-revision=2
+version=575.64.03
+revision=1
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
 homepage="https://www.nvidia.com/en-us/drivers/unix/"
@@ -19,7 +19,7 @@ conflicts="xserver-abi-video>25_1 nvidia470>=0 nvidia390>=0"
 
 _pkg="NVIDIA-Linux-x86_64-${version}"
 distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-checksum=148886e4f69576fa8fa67140e6e5dd6e51f90b2ec74a65f1a7a7334dfa5de1b6
+checksum=4bb7aa86004b2ed299c7d430a0622c5c90327ce3aca4f6e9a531d4c41d3a0ca0
 # subpackages need to be processed in this specific order
 subpackages="nvidia-gtklibs nvidia-dkms nvidia-firmware nvidia-opencl nvidia-libs nvidia-libs-32bit"
 depends="nvidia-libs-${version}_${revision}

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.64
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (2 preceding siblings ...)
  2025-07-01 20:06 ` [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.64 fvalasiad
@ 2025-07-01 20:08 ` fvalasiad
  2025-07-22 18:22 ` [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.64.03 fvalasiad
                   ` (31 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-07-01 20:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 777 bytes --]

There is an updated pull request by fvalasiad against master on the void-packages repository

https://github.com/fvalasiad/void-packages nvidia
https://github.com/void-linux/void-packages/pull/55092

[WIP] [NEW FEATURE] nvidia: update to 575.64
Another WIP incremental PR to test newer nvidia driver versions from Beta/New Feature branches until the next Production release.

Feel free to share issues!

edit: To avoid confusion, I'll include the branch which the PR is currently based on, since there is probably value in communicating with users about the instability risk of installing said drivers.

The TLDR is that in terms of reliability:
Production > New Feature > Beta.

A patch file from https://github.com/void-linux/void-packages/pull/55092.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia-55092.patch --]
[-- Type: text/x-diff, Size: 1225 bytes --]

From e16859defdb55e5e97768990c06a5007b6ab0c6f Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Thu, 17 Apr 2025 16:33:50 +0300
Subject: [PATCH] nvidia: update to 575.64.03

---
 srcpkgs/nvidia/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 32662359763494..3950523779fdd5 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -3,7 +3,7 @@
 _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
-version=570.169
+version=575.64.03
 revision=1
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
@@ -19,7 +19,7 @@ conflicts="xserver-abi-video>25_1 nvidia470>=0 nvidia390>=0"
 
 _pkg="NVIDIA-Linux-x86_64-${version}"
 distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-checksum=5f32a847795cc5c3f980f79189abac070d91481d7bd3601c02c2829dd3873765
+checksum=4bb7aa86004b2ed299c7d430a0622c5c90327ce3aca4f6e9a531d4c41d3a0ca0
 # subpackages need to be processed in this specific order
 subpackages="nvidia-gtklibs nvidia-dkms nvidia-firmware nvidia-opencl nvidia-libs nvidia-libs-32bit"
 depends="nvidia-libs-${version}_${revision}

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.64.03
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (3 preceding siblings ...)
  2025-07-01 20:08 ` fvalasiad
@ 2025-07-22 18:22 ` fvalasiad
  2025-08-04 15:22 ` [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.64.05 fvalasiad
                   ` (30 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-07-22 18:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 780 bytes --]

There is an updated pull request by fvalasiad against master on the void-packages repository

https://github.com/fvalasiad/void-packages nvidia
https://github.com/void-linux/void-packages/pull/55092

[WIP] [NEW FEATURE] nvidia: update to 575.64.03
Another WIP incremental PR to test newer nvidia driver versions from Beta/New Feature branches until the next Production release.

Feel free to share issues!

edit: To avoid confusion, I'll include the branch which the PR is currently based on, since there is probably value in communicating with users about the instability risk of installing said drivers.

The TLDR is that in terms of reliability:
Production > New Feature > Beta.

A patch file from https://github.com/void-linux/void-packages/pull/55092.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia-55092.patch --]
[-- Type: text/x-diff, Size: 1225 bytes --]

From c390dba5fd62c4e20d9b8391822462b2ac3fa379 Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Thu, 17 Apr 2025 16:33:50 +0300
Subject: [PATCH] nvidia: update to 575.64.05

---
 srcpkgs/nvidia/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 32662359763494..4e585d1d4fe87e 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -3,7 +3,7 @@
 _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
-version=570.169
+version=575.64.05
 revision=1
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
@@ -19,7 +19,7 @@ conflicts="xserver-abi-video>25_1 nvidia470>=0 nvidia390>=0"
 
 _pkg="NVIDIA-Linux-x86_64-${version}"
 distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-checksum=5f32a847795cc5c3f980f79189abac070d91481d7bd3601c02c2829dd3873765
+checksum=85f2b50f912261c1917a0b2cf7e1f9743affd008fdc0f209f4d5563f774d502d
 # subpackages need to be processed in this specific order
 subpackages="nvidia-gtklibs nvidia-dkms nvidia-firmware nvidia-opencl nvidia-libs nvidia-libs-32bit"
 depends="nvidia-libs-${version}_${revision}

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.64.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (4 preceding siblings ...)
  2025-07-22 18:22 ` [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.64.03 fvalasiad
@ 2025-08-04 15:22 ` fvalasiad
  2025-08-06 19:16 ` [WIP] [BETA] nvidia: update to 580.65.06 LZGM4702
                   ` (29 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-08-04 15:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 780 bytes --]

There is an updated pull request by fvalasiad against master on the void-packages repository

https://github.com/fvalasiad/void-packages nvidia
https://github.com/void-linux/void-packages/pull/55092

[WIP] [NEW FEATURE] nvidia: update to 575.64.05
Another WIP incremental PR to test newer nvidia driver versions from Beta/New Feature branches until the next Production release.

Feel free to share issues!

edit: To avoid confusion, I'll include the branch which the PR is currently based on, since there is probably value in communicating with users about the instability risk of installing said drivers.

The TLDR is that in terms of reliability:
Production > New Feature > Beta.

A patch file from https://github.com/void-linux/void-packages/pull/55092.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia-55092.patch --]
[-- Type: text/x-diff, Size: 1225 bytes --]

From ed69fd9046bded2e6ce8d1e710abc668195d9dd3 Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Thu, 17 Apr 2025 16:33:50 +0300
Subject: [PATCH] nvidia: update to 580.65.06

---
 srcpkgs/nvidia/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 32662359763494..c5ee8d93c88b1a 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -3,7 +3,7 @@
 _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
-version=570.169
+version=580.65.06
 revision=1
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
@@ -19,7 +19,7 @@ conflicts="xserver-abi-video>25_1 nvidia470>=0 nvidia390>=0"
 
 _pkg="NVIDIA-Linux-x86_64-${version}"
 distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-checksum=5f32a847795cc5c3f980f79189abac070d91481d7bd3601c02c2829dd3873765
+checksum=04b10867af585e765cfbfdcf39ed5f4bd112375bebab0172eaa187c6aa5024ff
 # subpackages need to be processed in this specific order
 subpackages="nvidia-gtklibs nvidia-dkms nvidia-firmware nvidia-opencl nvidia-libs nvidia-libs-32bit"
 depends="nvidia-libs-${version}_${revision}

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* Re: [WIP] [BETA] nvidia: update to 580.65.06
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (5 preceding siblings ...)
  2025-08-04 15:22 ` [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.64.05 fvalasiad
@ 2025-08-06 19:16 ` LZGM4702
  2025-08-06 19:17 ` LZGM4702
                   ` (28 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: LZGM4702 @ 2025-08-06 19:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

New comment by LZGM4702 on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3161303853

Comment:
My nvidia-dkms 580.65.06 kept failing to build for the kernel. It think the make.log was something like tegra related.

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [WIP] [BETA] nvidia: update to 580.65.06
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (6 preceding siblings ...)
  2025-08-06 19:16 ` [WIP] [BETA] nvidia: update to 580.65.06 LZGM4702
@ 2025-08-06 19:17 ` LZGM4702
  2025-08-06 20:15 ` fvalasiad
                   ` (27 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: LZGM4702 @ 2025-08-06 19:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 344 bytes --]

New comment by LZGM4702 on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3161303853

Comment:
My nvidia-dkms 580.65.06 kept failing to build for the kernel. It think the make.log was something like tegra related.
Could be related to my computer though since I messed up my install a while back.

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [WIP] [BETA] nvidia: update to 580.65.06
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (7 preceding siblings ...)
  2025-08-06 19:17 ` LZGM4702
@ 2025-08-06 20:15 ` fvalasiad
  2025-08-06 20:40 ` LZGM4702
                   ` (26 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-08-06 20:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

New comment by fvalasiad on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3161465522

Comment:
Please share the make.log

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [WIP] [BETA] nvidia: update to 580.65.06
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (8 preceding siblings ...)
  2025-08-06 20:15 ` fvalasiad
@ 2025-08-06 20:40 ` LZGM4702
  2025-08-06 20:41 ` LZGM4702
                   ` (25 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: LZGM4702 @ 2025-08-06 20:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 14260 bytes --]

New comment by LZGM4702 on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3161542839

Comment:
> Please share the make.log
Btw, I did get it fixed so it's fine now.

DKMS (dkms-3.2.1) make.log for nvidia/580.65.06 for kernel 6.15.9_1 (x86_64)
Wed Aug  6 08:04:57 AM CDT 2025

Building module(s)
# command: 'make' -j16 NV_EXCLUDE_BUILD_MODULES='' KERNEL_UNAME=6.15.9_1 modules
make[1]: Entering directory '/usr/src/kernel-headers-6.15.9_1'
make[2]: Entering directory '/var/lib/dkms/nvidia/580.65.06/build'
  SYMLINK nvidia/nv-kernel.o
  SYMLINK nvidia-modeset/nv-modeset-kernel.o
 CONFTEST: set_pages_uc
 CONFTEST: list_is_first
 CONFTEST: set_memory_uc
 CONFTEST: set_memory_array_uc
 CONFTEST: set_pages_array_uc
 CONFTEST: ioremap_cache
 CONFTEST: ioremap_wc
 CONFTEST: ioremap_driver_hardened
 CONFTEST: ioremap_driver_hardened_wc
 CONFTEST: ioremap_cache_shared
 CONFTEST: pde_data
 CONFTEST: xen_ioemu_inject_msi
 CONFTEST: phys_to_dma
 CONFTEST: pci_rebar_get_possible_sizes
 CONFTEST: get_backlight_device_by_name
 CONFTEST: dma_direct_map_resource
 CONFTEST: flush_cache_all
 CONFTEST: vmf_insert_pfn
 CONFTEST: jiffies_to_timespec
 CONFTEST: ktime_get_raw_ts64
 CONFTEST: pci_enable_atomic_ops_to_root
 CONFTEST: vga_tryget
 CONFTEST: cc_platform_has
 CONFTEST: cc_attr_guest_sev_snp
 CONFTEST: hv_get_isolation_type
 CONFTEST: seq_read_iter
 CONFTEST: follow_pfn
 CONFTEST: ptep_get
 CONFTEST: drm_gem_object_put_unlocked
 CONFTEST: add_memory_driver_managed
 CONFTEST: of_dma_configure
 CONFTEST: i2c_new_client_device
 CONFTEST: icc_get
 CONFTEST: devm_of_icc_get
 CONFTEST: icc_put
 CONFTEST: icc_set_bw
 CONFTEST: dma_buf_ops_has_map
 CONFTEST: dma_buf_ops_has_map_atomic
 CONFTEST: dma_buf_attachment_has_peer2peer
 CONFTEST: devm_clk_bulk_get_all
 CONFTEST: get_task_ioprio
 CONFTEST: mdev_set_iommu_device
 CONFTEST: offline_and_remove_memory
 CONFTEST: stack_trace
 CONFTEST: crypto_tfm_ctx_aligned
 CONFTEST: assign_str
 CONFTEST: ioasid_get
 CONFTEST: mm_pasid_drop
 CONFTEST: iommu_sva_bind_device_has_drvdata_arg
 CONFTEST: iommu_is_dma_domain
 CONFTEST: for_each_sgtable_dma_page
 CONFTEST: folio_test_swapcache
 CONFTEST: page_pgmap
 CONFTEST: acpi_video_backlight_use_native
 CONFTEST: acpi_video_register_backlight
 CONFTEST: get_user_pages_remote
 CONFTEST: get_user_pages
 CONFTEST: pin_user_pages_remote
 CONFTEST: pin_user_pages
 CONFTEST: drm_driver_has_gem_prime_res_obj
 CONFTEST: drm_connector_funcs_have_mode_in_name
 CONFTEST: drm_connector_has_vrr_capable_property
 CONFTEST: drm_connector_for_each_possible_encoder
 CONFTEST: nvhost_dma_fence_unpack
 CONFTEST: drm_aperture_remove_conflicting_framebuffers
 CONFTEST: drm_aperture_remove_conflicting_pci_framebuffers
 CONFTEST: aperture_remove_conflicting_devices
 CONFTEST: aperture_remove_conflicting_pci_devices
 CONFTEST: drm_fbdev_generic_setup
 CONFTEST: drm_fbdev_ttm_setup
 CONFTEST: drm_client_setup
 CONFTEST: drm_connector_attach_hdr_output_metadata_property
 CONFTEST: drm_plane_create_color_properties
 CONFTEST: drm_atomic_helper_legacy_gamma_set
 CONFTEST: vmf_insert_mixed
 CONFTEST: drm_gem_prime_mmap
 CONFTEST: is_export_symbol_gpl_sme_active
 CONFTEST: is_export_symbol_present_swiotlb_map_sg_attrs
 CONFTEST: is_export_symbol_present_swiotlb_dma_ops
 CONFTEST: is_export_symbol_present___close_fd
 CONFTEST: is_export_symbol_present_close_fd
 CONFTEST: is_export_symbol_present_pxm_to_node
 CONFTEST: is_export_symbol_present_screen_info
 CONFTEST: is_export_symbol_gpl_screen_info
 CONFTEST: is_export_symbol_present_i2c_bus_status
 CONFTEST: is_export_symbol_present_tegra_fuse_control_read
 CONFTEST: is_export_symbol_present_pci_find_host_bridge
 CONFTEST: is_export_symbol_present_tsec_comms_send_cmd
 CONFTEST: is_export_symbol_present_tsec_comms_set_init_cb
 CONFTEST: is_export_symbol_present_tsec_comms_clear_init_cb
 CONFTEST: is_export_symbol_present_tsec_comms_alloc_mem_from_gscco
 CONFTEST: is_export_symbol_present_tsec_comms_free_gscco_mem
 CONFTEST: is_export_symbol_present_memory_block_size_bytes
 CONFTEST: crypto
 CONFTEST: crypto_akcipher_verify
 CONFTEST: is_export_symbol_present_follow_pte
 CONFTEST: follow_pte_arg_vma
 CONFTEST: dma_buf_ops_attach_has_arg_dev
 CONFTEST: is_export_symbol_present_follow_pfnmap_start
 CONFTEST: is_export_symbol_gpl_pci_ats_supported
 CONFTEST: ecc_digits_from_bytes
 CONFTEST: is_export_symbol_gpl_set_memory_encrypted
 CONFTEST: is_export_symbol_gpl_set_memory_decrypted
 CONFTEST: is_export_symbol_gpl___platform_driver_register
 CONFTEST: is_export_symbol_present___platform_driver_register
 CONFTEST: is_export_symbol_present_hrtimer_setup
 CONFTEST: is_export_symbol_gpl_mutex_destroy
 CONFTEST: is_export_symbol_present_timer_delete_sync
 CONFTEST: is_export_symbol_gpl___vma_start_write
 CONFTEST: is_export_symbol_gpl_iommu_dev_enable_feature
 CONFTEST: is_export_symbol_gpl_iommu_dev_disable_feature
 CONFTEST: is_export_symbol_present_int_active_memcg
 CONFTEST: is_export_symbol_present_migrate_vma_setup
 CONFTEST: is_export_symbol_present___iowrite64_lo_hi
 CONFTEST: is_export_symbol_present_make_device_exclusive
 CONFTEST: vmf_insert_pfn_prot
 CONFTEST: sysfs_slab_unlink
 CONFTEST: proc_ops
 CONFTEST: vmalloc_has_pgprot_t_arg
 CONFTEST: mm_has_mmap_lock
 CONFTEST: pci_channel_state
 CONFTEST: remove_memory_has_nid_arg
 CONFTEST: add_memory_driver_managed_has_mhp_flags_arg
 CONFTEST: num_registered_fb
 CONFTEST: pci_driver_has_driver_managed_dma
 CONFTEST: vm_area_struct_has_const_vm_flags
 CONFTEST: memory_failure_queue_has_trapno_arg
 CONFTEST: foll_longterm_present
 CONFTEST: bus_type_has_iommu_ops
 CONFTEST: of_property_for_each_u32_has_internal_args
 CONFTEST: platform_driver_struct_remove_returns_void
 CONFTEST: class_create_has_no_owner_arg
 CONFTEST: class_devnode_has_const_arg
 CONFTEST: devfreq_has_freq_table
 CONFTEST: has_enum_pidtype_tgid
 CONFTEST: mmu_notifier_ops_arch_invalidate_secondary_tlbs
 CONFTEST: migrate_vma_added_flags
 CONFTEST: migrate_device_range
 CONFTEST: handle_mm_fault_has_pt_regs_arg
 CONFTEST: mempolicy_has_unified_nodes
 CONFTEST: mempolicy_has_home_node
 CONFTEST: mpol_preferred_many_present
 CONFTEST: mmu_interval_notifier
 CONFTEST: sg_dma_page_iter
 CONFTEST: struct_page_has_zone_device_data
 CONFTEST: drm_driver_has_legacy_dev_list
 CONFTEST: vm_ops_fault_removed_vma_arg
 CONFTEST: drm_driver_prime_flag_present
 CONFTEST: vm_fault_t
 CONFTEST: drm_gem_object_has_resv
 CONFTEST: drm_crtc_state_has_async_flip
 CONFTEST: drm_crtc_state_has_pageflip_flags
 CONFTEST: drm_crtc_state_has_vrr_enabled
 CONFTEST: drm_vma_offset_node_has_readonly
 CONFTEST: drm_display_mode_has_vrefresh
 CONFTEST: drm_driver_master_set_has_int_return_type
 CONFTEST: drm_driver_has_gem_free_object
 CONFTEST: drm_prime_pages_to_sg_has_drm_device_arg
 CONFTEST: drm_driver_has_gem_prime_callbacks
 CONFTEST: drm_crtc_atomic_check_has_atomic_state_arg
 CONFTEST: drm_gem_object_vmap_has_map_arg
 CONFTEST: drm_plane_atomic_check_has_atomic_state_arg
 CONFTEST: drm_device_has_pdev
 CONFTEST: drm_crtc_state_has_no_vblank
 CONFTEST: drm_mode_config_has_allow_fb_modifiers
 CONFTEST: drm_has_hdr_output_metadata
 CONFTEST: dma_resv_add_fence
 CONFTEST: dma_resv_reserve_fences
 CONFTEST: reservation_object_reserve_shared_has_num_fences_arg
 CONFTEST: drm_connector_has_override_edid
 CONFTEST: drm_file_get_master
 CONFTEST: drm_modeset_lock_all_end
 CONFTEST: drm_driver_has_dumb_destroy
 CONFTEST: fence_ops_use_64bit_seqno
 CONFTEST: drm_aperture_remove_conflicting_framebuffers_has_driver_arg
 CONFTEST: drm_aperture_remove_conflicting_framebuffers_has_no_primary_arg
 CONFTEST: drm_aperture_remove_conflicting_pci_framebuffers_has_driver_arg
 CONFTEST: drm_mode_create_dp_colorspace_property_has_supported_colorspaces_arg
 CONFTEST: drm_syncobj_features_present
 CONFTEST: drm_unlocked_ioctl_flag_present
 CONFTEST: drm_color_ctm_3x4_present
 CONFTEST: drm_format_info_has_is_yuv
 CONFTEST: drm_driver_has_gem_prime_mmap
 CONFTEST: drm_output_poll_changed
 CONFTEST: drm_driver_has_date
 CONFTEST: drm_connector_helper_funcs_mode_valid_has_const_mode_arg
 CONFTEST: dom0_kernel_present
 CONFTEST: nvidia_vgpu_kvm_build
 CONFTEST: nvidia_grid_build
 CONFTEST: nvidia_grid_csp_build
 CONFTEST: pm_runtime_available
 CONFTEST: pci_class_multimedia_hd_audio
 CONFTEST: drm_available
 CONFTEST: vfio_pci_core_available
 CONFTEST: cmd_uphy_display_port_init
 CONFTEST: cmd_uphy_display_port_off
 CONFTEST: memory_failure_mf_sw_simulated_defined
 CONFTEST: device_vm_build
 CONFTEST: pcie_reset_flr
 CONFTEST: module_import_ns_takes_constant
 CONFTEST: is_export_symbol_gpl_refcount_inc
 CONFTEST: is_export_symbol_gpl_refcount_dec_and_test
 CONFTEST: drm_alpha_blending_available
 CONFTEST: is_export_symbol_present_drm_gem_prime_fd_to_handle
 CONFTEST: is_export_symbol_present_drm_gem_prime_handle_to_fd
 CONFTEST: ib_peer_memory_symbols
  CC [M]  nvidia/nv-platform.o
  CC [M]  nvidia/nv-dsi-parse-panel-props.o
  CC [M]  nvidia/nv-bpmp.o
  CC [M]  nvidia/nv-gpio.o
  CC [M]  nvidia/nv-backlight.o
  CC [M]  nvidia/nv-imp.o
  CC [M]  nvidia/nv-platform-pm.o
  CC [M]  nvidia/nv-ipc-soc.o
  CC [M]  nvidia/nv.o
  CC [M]  nvidia/nv-pci.o
  CC [M]  nvidia/nv-dmabuf.o
  CC [M]  nvidia/nv-nano-timer.o
  CC [M]  nvidia/nv-acpi.o
  CC [M]  nvidia/nv-cray.o
  CC [M]  nvidia/nv-dma.o
  CC [M]  nvidia/nv-i2c.o
nvidia/nv-imp.c: In function 'nv_imp_get_import_data':
nvidia/nv-imp.c:77:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
   77 | #if IMP_SUPPORT_FUNCTIONS_PRESENT
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia/nv-imp.c:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
   77 | #if IMP_SUPPORT_FUNCTIONS_PRESENT
      | ^~~~~~~~~~~~~~~~~~~
nvidia/nv-imp.c: In function 'nv_imp_enable_disable_rfl':
nvidia/nv-imp.c:115:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  115 | #if IMP_SUPPORT_FUNCTIONS_PRESENT
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia/nv-imp.c:115:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  115 | #if IMP_SUPPORT_FUNCTIONS_PRESENT
      | ^~~~~~~~~~~~~~~~~~~
nvidia/nv-imp.c: In function 'nv_imp_icc_get':
nvidia/nv-imp.c:174:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  174 | #if ICC_SUPPORT_FUNCTIONS_PRESENT && NV_SUPPORTS_PLATFORM_DEVICE
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia/nv-imp.c: In function 'nv_imp_icc_put':
nvidia/nv-imp.c:249:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  249 | #if ICC_SUPPORT_FUNCTIONS_PRESENT
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia/nv-imp.c: In function 'nv_imp_icc_set_bw':
nvidia/nv-imp.c:308:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  308 | #if ICC_SUPPORT_FUNCTIONS_PRESENT && NV_SUPPORTS_PLATFORM_DEVICE
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC [M]  nvidia/nv-mmap.o
  CC [M]  nvidia/nv-p2p.o
  CC [M]  nvidia/nv-pat.o
  CC [M]  nvidia/nv-procfs.o
  CC [M]  nvidia/nv-usermap.o
  CC [M]  nvidia/nv-vm.o
  CC [M]  nvidia/nv-vtophys.o
  CC [M]  nvidia/os-interface.o
  CC [M]  nvidia/os-mlock.o
  CC [M]  nvidia/os-pci.o
  CC [M]  nvidia/os-registry.o
  CC [M]  nvidia/os-usermap.o
  CC [M]  nvidia/nv-modeset-interface.o
  CC [M]  nvidia/nv-pci-table.o
  CC [M]  nvidia/nv-kthread-q.o
nvidia/nv-mmap.c: In function 'nv_vma_enter_locked':
nvidia/nv-mmap.c:896:9: warning: ignoring return value of 'refcount_sub_and_test' declared with attribute 'warn_unused_resul
t' [-Wunused-result]
  896 |         refcount_sub_and_test(VMA_LOCK_OFFSET, &vma->vm_refcnt);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC [M]  nvidia/nv-memdbg.o
  CC [M]  nvidia/nv-report-err.o
  CC [M]  nvidia/nv-rsync.o
  CC [M]  nvidia/nv-msi.o
  CC [M]  nvidia/nv-caps.o
  CC [M]  nvidia/nv-caps-imex.o
  CC [M]  nvidia/nv-clk.o
  CC [M]  nvidia/nv-host1x.o
  CC [M]  nvidia/nv_uvm_interface.o
  CC [M]  nvidia/libspdm_aead.o
  CC [M]  nvidia/libspdm_ecc.o
  CC [M]  nvidia/libspdm_hkdf.o
  CC [M]  nvidia/libspdm_rand.o
  CC [M]  nvidia/libspdm_shash.o
  CC [M]  nvidia/libspdm_rsa.o
  CC [M]  nvidia/libspdm_aead_aes_gcm.o
  CC [M]  nvidia/libspdm_sha.o
  CC [M]  nvidia/libspdm_hmac_sha.o
  CC [M]  nvidia/libspdm_internal_crypt_lib.o
  CC [M]  nvidia/libspdm_hkdf_sha.o
  CC [M]  nvidia/libspdm_ec.o
  CC [M]  nvidia/libspdm_x509.o
  CC [M]  nvidia/libspdm_rsa_ext.o
  CC [M]  nvidia/nvlink_linux.o
  CC [M]  nvidia/nvlink_caps.o
  CC [M]  nvidia/linux_nvswitch.o
  CC [M]  nvidia/procfs_nvswitch.o
  CC [M]  nvidia/i2c_nvswitch.o
  CC [M]  nvidia-uvm/uvm_common.o
  CC [M]  nvidia-uvm/uvm_linux.o
  CC [M]  nvidia-uvm/nvstatus.o
  CC [M]  nvidia-uvm/nvCpuUuid.o
  CC [M]  nvidia-uvm/nv-kthread-q.o
  CC [M]  nvidia-uvm/nv-kthread-q-selftest.o
nvidia/nv-clk.c:30:10: fatal error: soc/tegra/bpmp-abi.h: No such file or directory
   30 | #include <soc/tegra/bpmp-abi.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  CC [M]  nvidia-uvm/uvm.o
make[4]: *** [/usr/src/kernel-headers-6.15.9_1/scripts/Makefile.build:203: nvidia/nv-clk.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [/usr/src/kernel-headers-6.15.9_1/Makefile:2003: .] Error 2
make[2]: *** [/usr/src/kernel-headers-6.15.9_1/Makefile:248: __sub-make] Error 2
make[2]: Leaving directory '/var/lib/dkms/nvidia/580.65.06/build'
make[1]: *** [Makefile:248: __sub-make] Error 2
make[1]: Leaving directory '/usr/src/kernel-headers-6.15.9_1'
make: *** [Makefile:138: modules] Error 2

# exit code: 2
# elapsed time: 00:00:12
----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [WIP] [BETA] nvidia: update to 580.65.06
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (9 preceding siblings ...)
  2025-08-06 20:40 ` LZGM4702
@ 2025-08-06 20:41 ` LZGM4702
  2025-08-07  0:06 ` LZGM4702
                   ` (24 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: LZGM4702 @ 2025-08-06 20:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 14262 bytes --]

New comment by LZGM4702 on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3161542839

Comment:
> Please share the make.log

Btw, I did get it fixed so it's fine now.

DKMS (dkms-3.2.1) make.log for nvidia/580.65.06 for kernel 6.15.9_1 (x86_64)
Wed Aug  6 08:04:57 AM CDT 2025

Building module(s)
# command: 'make' -j16 NV_EXCLUDE_BUILD_MODULES='' KERNEL_UNAME=6.15.9_1 modules
make[1]: Entering directory '/usr/src/kernel-headers-6.15.9_1'
make[2]: Entering directory '/var/lib/dkms/nvidia/580.65.06/build'
  SYMLINK nvidia/nv-kernel.o
  SYMLINK nvidia-modeset/nv-modeset-kernel.o
 CONFTEST: set_pages_uc
 CONFTEST: list_is_first
 CONFTEST: set_memory_uc
 CONFTEST: set_memory_array_uc
 CONFTEST: set_pages_array_uc
 CONFTEST: ioremap_cache
 CONFTEST: ioremap_wc
 CONFTEST: ioremap_driver_hardened
 CONFTEST: ioremap_driver_hardened_wc
 CONFTEST: ioremap_cache_shared
 CONFTEST: pde_data
 CONFTEST: xen_ioemu_inject_msi
 CONFTEST: phys_to_dma
 CONFTEST: pci_rebar_get_possible_sizes
 CONFTEST: get_backlight_device_by_name
 CONFTEST: dma_direct_map_resource
 CONFTEST: flush_cache_all
 CONFTEST: vmf_insert_pfn
 CONFTEST: jiffies_to_timespec
 CONFTEST: ktime_get_raw_ts64
 CONFTEST: pci_enable_atomic_ops_to_root
 CONFTEST: vga_tryget
 CONFTEST: cc_platform_has
 CONFTEST: cc_attr_guest_sev_snp
 CONFTEST: hv_get_isolation_type
 CONFTEST: seq_read_iter
 CONFTEST: follow_pfn
 CONFTEST: ptep_get
 CONFTEST: drm_gem_object_put_unlocked
 CONFTEST: add_memory_driver_managed
 CONFTEST: of_dma_configure
 CONFTEST: i2c_new_client_device
 CONFTEST: icc_get
 CONFTEST: devm_of_icc_get
 CONFTEST: icc_put
 CONFTEST: icc_set_bw
 CONFTEST: dma_buf_ops_has_map
 CONFTEST: dma_buf_ops_has_map_atomic
 CONFTEST: dma_buf_attachment_has_peer2peer
 CONFTEST: devm_clk_bulk_get_all
 CONFTEST: get_task_ioprio
 CONFTEST: mdev_set_iommu_device
 CONFTEST: offline_and_remove_memory
 CONFTEST: stack_trace
 CONFTEST: crypto_tfm_ctx_aligned
 CONFTEST: assign_str
 CONFTEST: ioasid_get
 CONFTEST: mm_pasid_drop
 CONFTEST: iommu_sva_bind_device_has_drvdata_arg
 CONFTEST: iommu_is_dma_domain
 CONFTEST: for_each_sgtable_dma_page
 CONFTEST: folio_test_swapcache
 CONFTEST: page_pgmap
 CONFTEST: acpi_video_backlight_use_native
 CONFTEST: acpi_video_register_backlight
 CONFTEST: get_user_pages_remote
 CONFTEST: get_user_pages
 CONFTEST: pin_user_pages_remote
 CONFTEST: pin_user_pages
 CONFTEST: drm_driver_has_gem_prime_res_obj
 CONFTEST: drm_connector_funcs_have_mode_in_name
 CONFTEST: drm_connector_has_vrr_capable_property
 CONFTEST: drm_connector_for_each_possible_encoder
 CONFTEST: nvhost_dma_fence_unpack
 CONFTEST: drm_aperture_remove_conflicting_framebuffers
 CONFTEST: drm_aperture_remove_conflicting_pci_framebuffers
 CONFTEST: aperture_remove_conflicting_devices
 CONFTEST: aperture_remove_conflicting_pci_devices
 CONFTEST: drm_fbdev_generic_setup
 CONFTEST: drm_fbdev_ttm_setup
 CONFTEST: drm_client_setup
 CONFTEST: drm_connector_attach_hdr_output_metadata_property
 CONFTEST: drm_plane_create_color_properties
 CONFTEST: drm_atomic_helper_legacy_gamma_set
 CONFTEST: vmf_insert_mixed
 CONFTEST: drm_gem_prime_mmap
 CONFTEST: is_export_symbol_gpl_sme_active
 CONFTEST: is_export_symbol_present_swiotlb_map_sg_attrs
 CONFTEST: is_export_symbol_present_swiotlb_dma_ops
 CONFTEST: is_export_symbol_present___close_fd
 CONFTEST: is_export_symbol_present_close_fd
 CONFTEST: is_export_symbol_present_pxm_to_node
 CONFTEST: is_export_symbol_present_screen_info
 CONFTEST: is_export_symbol_gpl_screen_info
 CONFTEST: is_export_symbol_present_i2c_bus_status
 CONFTEST: is_export_symbol_present_tegra_fuse_control_read
 CONFTEST: is_export_symbol_present_pci_find_host_bridge
 CONFTEST: is_export_symbol_present_tsec_comms_send_cmd
 CONFTEST: is_export_symbol_present_tsec_comms_set_init_cb
 CONFTEST: is_export_symbol_present_tsec_comms_clear_init_cb
 CONFTEST: is_export_symbol_present_tsec_comms_alloc_mem_from_gscco
 CONFTEST: is_export_symbol_present_tsec_comms_free_gscco_mem
 CONFTEST: is_export_symbol_present_memory_block_size_bytes
 CONFTEST: crypto
 CONFTEST: crypto_akcipher_verify
 CONFTEST: is_export_symbol_present_follow_pte
 CONFTEST: follow_pte_arg_vma
 CONFTEST: dma_buf_ops_attach_has_arg_dev
 CONFTEST: is_export_symbol_present_follow_pfnmap_start
 CONFTEST: is_export_symbol_gpl_pci_ats_supported
 CONFTEST: ecc_digits_from_bytes
 CONFTEST: is_export_symbol_gpl_set_memory_encrypted
 CONFTEST: is_export_symbol_gpl_set_memory_decrypted
 CONFTEST: is_export_symbol_gpl___platform_driver_register
 CONFTEST: is_export_symbol_present___platform_driver_register
 CONFTEST: is_export_symbol_present_hrtimer_setup
 CONFTEST: is_export_symbol_gpl_mutex_destroy
 CONFTEST: is_export_symbol_present_timer_delete_sync
 CONFTEST: is_export_symbol_gpl___vma_start_write
 CONFTEST: is_export_symbol_gpl_iommu_dev_enable_feature
 CONFTEST: is_export_symbol_gpl_iommu_dev_disable_feature
 CONFTEST: is_export_symbol_present_int_active_memcg
 CONFTEST: is_export_symbol_present_migrate_vma_setup
 CONFTEST: is_export_symbol_present___iowrite64_lo_hi
 CONFTEST: is_export_symbol_present_make_device_exclusive
 CONFTEST: vmf_insert_pfn_prot
 CONFTEST: sysfs_slab_unlink
 CONFTEST: proc_ops
 CONFTEST: vmalloc_has_pgprot_t_arg
 CONFTEST: mm_has_mmap_lock
 CONFTEST: pci_channel_state
 CONFTEST: remove_memory_has_nid_arg
 CONFTEST: add_memory_driver_managed_has_mhp_flags_arg
 CONFTEST: num_registered_fb
 CONFTEST: pci_driver_has_driver_managed_dma
 CONFTEST: vm_area_struct_has_const_vm_flags
 CONFTEST: memory_failure_queue_has_trapno_arg
 CONFTEST: foll_longterm_present
 CONFTEST: bus_type_has_iommu_ops
 CONFTEST: of_property_for_each_u32_has_internal_args
 CONFTEST: platform_driver_struct_remove_returns_void
 CONFTEST: class_create_has_no_owner_arg
 CONFTEST: class_devnode_has_const_arg
 CONFTEST: devfreq_has_freq_table
 CONFTEST: has_enum_pidtype_tgid
 CONFTEST: mmu_notifier_ops_arch_invalidate_secondary_tlbs
 CONFTEST: migrate_vma_added_flags
 CONFTEST: migrate_device_range
 CONFTEST: handle_mm_fault_has_pt_regs_arg
 CONFTEST: mempolicy_has_unified_nodes
 CONFTEST: mempolicy_has_home_node
 CONFTEST: mpol_preferred_many_present
 CONFTEST: mmu_interval_notifier
 CONFTEST: sg_dma_page_iter
 CONFTEST: struct_page_has_zone_device_data
 CONFTEST: drm_driver_has_legacy_dev_list
 CONFTEST: vm_ops_fault_removed_vma_arg
 CONFTEST: drm_driver_prime_flag_present
 CONFTEST: vm_fault_t
 CONFTEST: drm_gem_object_has_resv
 CONFTEST: drm_crtc_state_has_async_flip
 CONFTEST: drm_crtc_state_has_pageflip_flags
 CONFTEST: drm_crtc_state_has_vrr_enabled
 CONFTEST: drm_vma_offset_node_has_readonly
 CONFTEST: drm_display_mode_has_vrefresh
 CONFTEST: drm_driver_master_set_has_int_return_type
 CONFTEST: drm_driver_has_gem_free_object
 CONFTEST: drm_prime_pages_to_sg_has_drm_device_arg
 CONFTEST: drm_driver_has_gem_prime_callbacks
 CONFTEST: drm_crtc_atomic_check_has_atomic_state_arg
 CONFTEST: drm_gem_object_vmap_has_map_arg
 CONFTEST: drm_plane_atomic_check_has_atomic_state_arg
 CONFTEST: drm_device_has_pdev
 CONFTEST: drm_crtc_state_has_no_vblank
 CONFTEST: drm_mode_config_has_allow_fb_modifiers
 CONFTEST: drm_has_hdr_output_metadata
 CONFTEST: dma_resv_add_fence
 CONFTEST: dma_resv_reserve_fences
 CONFTEST: reservation_object_reserve_shared_has_num_fences_arg
 CONFTEST: drm_connector_has_override_edid
 CONFTEST: drm_file_get_master
 CONFTEST: drm_modeset_lock_all_end
 CONFTEST: drm_driver_has_dumb_destroy
 CONFTEST: fence_ops_use_64bit_seqno
 CONFTEST: drm_aperture_remove_conflicting_framebuffers_has_driver_arg
 CONFTEST: drm_aperture_remove_conflicting_framebuffers_has_no_primary_arg
 CONFTEST: drm_aperture_remove_conflicting_pci_framebuffers_has_driver_arg
 CONFTEST: drm_mode_create_dp_colorspace_property_has_supported_colorspaces_arg
 CONFTEST: drm_syncobj_features_present
 CONFTEST: drm_unlocked_ioctl_flag_present
 CONFTEST: drm_color_ctm_3x4_present
 CONFTEST: drm_format_info_has_is_yuv
 CONFTEST: drm_driver_has_gem_prime_mmap
 CONFTEST: drm_output_poll_changed
 CONFTEST: drm_driver_has_date
 CONFTEST: drm_connector_helper_funcs_mode_valid_has_const_mode_arg
 CONFTEST: dom0_kernel_present
 CONFTEST: nvidia_vgpu_kvm_build
 CONFTEST: nvidia_grid_build
 CONFTEST: nvidia_grid_csp_build
 CONFTEST: pm_runtime_available
 CONFTEST: pci_class_multimedia_hd_audio
 CONFTEST: drm_available
 CONFTEST: vfio_pci_core_available
 CONFTEST: cmd_uphy_display_port_init
 CONFTEST: cmd_uphy_display_port_off
 CONFTEST: memory_failure_mf_sw_simulated_defined
 CONFTEST: device_vm_build
 CONFTEST: pcie_reset_flr
 CONFTEST: module_import_ns_takes_constant
 CONFTEST: is_export_symbol_gpl_refcount_inc
 CONFTEST: is_export_symbol_gpl_refcount_dec_and_test
 CONFTEST: drm_alpha_blending_available
 CONFTEST: is_export_symbol_present_drm_gem_prime_fd_to_handle
 CONFTEST: is_export_symbol_present_drm_gem_prime_handle_to_fd
 CONFTEST: ib_peer_memory_symbols
  CC [M]  nvidia/nv-platform.o
  CC [M]  nvidia/nv-dsi-parse-panel-props.o
  CC [M]  nvidia/nv-bpmp.o
  CC [M]  nvidia/nv-gpio.o
  CC [M]  nvidia/nv-backlight.o
  CC [M]  nvidia/nv-imp.o
  CC [M]  nvidia/nv-platform-pm.o
  CC [M]  nvidia/nv-ipc-soc.o
  CC [M]  nvidia/nv.o
  CC [M]  nvidia/nv-pci.o
  CC [M]  nvidia/nv-dmabuf.o
  CC [M]  nvidia/nv-nano-timer.o
  CC [M]  nvidia/nv-acpi.o
  CC [M]  nvidia/nv-cray.o
  CC [M]  nvidia/nv-dma.o
  CC [M]  nvidia/nv-i2c.o
nvidia/nv-imp.c: In function 'nv_imp_get_import_data':
nvidia/nv-imp.c:77:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
   77 | #if IMP_SUPPORT_FUNCTIONS_PRESENT
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia/nv-imp.c:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
   77 | #if IMP_SUPPORT_FUNCTIONS_PRESENT
      | ^~~~~~~~~~~~~~~~~~~
nvidia/nv-imp.c: In function 'nv_imp_enable_disable_rfl':
nvidia/nv-imp.c:115:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  115 | #if IMP_SUPPORT_FUNCTIONS_PRESENT
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia/nv-imp.c:115:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  115 | #if IMP_SUPPORT_FUNCTIONS_PRESENT
      | ^~~~~~~~~~~~~~~~~~~
nvidia/nv-imp.c: In function 'nv_imp_icc_get':
nvidia/nv-imp.c:174:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  174 | #if ICC_SUPPORT_FUNCTIONS_PRESENT && NV_SUPPORTS_PLATFORM_DEVICE
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia/nv-imp.c: In function 'nv_imp_icc_put':
nvidia/nv-imp.c:249:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  249 | #if ICC_SUPPORT_FUNCTIONS_PRESENT
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia/nv-imp.c: In function 'nv_imp_icc_set_bw':
nvidia/nv-imp.c:308:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  308 | #if ICC_SUPPORT_FUNCTIONS_PRESENT && NV_SUPPORTS_PLATFORM_DEVICE
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC [M]  nvidia/nv-mmap.o
  CC [M]  nvidia/nv-p2p.o
  CC [M]  nvidia/nv-pat.o
  CC [M]  nvidia/nv-procfs.o
  CC [M]  nvidia/nv-usermap.o
  CC [M]  nvidia/nv-vm.o
  CC [M]  nvidia/nv-vtophys.o
  CC [M]  nvidia/os-interface.o
  CC [M]  nvidia/os-mlock.o
  CC [M]  nvidia/os-pci.o
  CC [M]  nvidia/os-registry.o
  CC [M]  nvidia/os-usermap.o
  CC [M]  nvidia/nv-modeset-interface.o
  CC [M]  nvidia/nv-pci-table.o
  CC [M]  nvidia/nv-kthread-q.o
nvidia/nv-mmap.c: In function 'nv_vma_enter_locked':
nvidia/nv-mmap.c:896:9: warning: ignoring return value of 'refcount_sub_and_test' declared with attribute 'warn_unused_resul
t' [-Wunused-result]
  896 |         refcount_sub_and_test(VMA_LOCK_OFFSET, &vma->vm_refcnt);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC [M]  nvidia/nv-memdbg.o
  CC [M]  nvidia/nv-report-err.o
  CC [M]  nvidia/nv-rsync.o
  CC [M]  nvidia/nv-msi.o
  CC [M]  nvidia/nv-caps.o
  CC [M]  nvidia/nv-caps-imex.o
  CC [M]  nvidia/nv-clk.o
  CC [M]  nvidia/nv-host1x.o
  CC [M]  nvidia/nv_uvm_interface.o
  CC [M]  nvidia/libspdm_aead.o
  CC [M]  nvidia/libspdm_ecc.o
  CC [M]  nvidia/libspdm_hkdf.o
  CC [M]  nvidia/libspdm_rand.o
  CC [M]  nvidia/libspdm_shash.o
  CC [M]  nvidia/libspdm_rsa.o
  CC [M]  nvidia/libspdm_aead_aes_gcm.o
  CC [M]  nvidia/libspdm_sha.o
  CC [M]  nvidia/libspdm_hmac_sha.o
  CC [M]  nvidia/libspdm_internal_crypt_lib.o
  CC [M]  nvidia/libspdm_hkdf_sha.o
  CC [M]  nvidia/libspdm_ec.o
  CC [M]  nvidia/libspdm_x509.o
  CC [M]  nvidia/libspdm_rsa_ext.o
  CC [M]  nvidia/nvlink_linux.o
  CC [M]  nvidia/nvlink_caps.o
  CC [M]  nvidia/linux_nvswitch.o
  CC [M]  nvidia/procfs_nvswitch.o
  CC [M]  nvidia/i2c_nvswitch.o
  CC [M]  nvidia-uvm/uvm_common.o
  CC [M]  nvidia-uvm/uvm_linux.o
  CC [M]  nvidia-uvm/nvstatus.o
  CC [M]  nvidia-uvm/nvCpuUuid.o
  CC [M]  nvidia-uvm/nv-kthread-q.o
  CC [M]  nvidia-uvm/nv-kthread-q-selftest.o
nvidia/nv-clk.c:30:10: fatal error: soc/tegra/bpmp-abi.h: No such file or directory
   30 | #include <soc/tegra/bpmp-abi.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  CC [M]  nvidia-uvm/uvm.o
make[4]: *** [/usr/src/kernel-headers-6.15.9_1/scripts/Makefile.build:203: nvidia/nv-clk.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [/usr/src/kernel-headers-6.15.9_1/Makefile:2003: .] Error 2
make[2]: *** [/usr/src/kernel-headers-6.15.9_1/Makefile:248: __sub-make] Error 2
make[2]: Leaving directory '/var/lib/dkms/nvidia/580.65.06/build'
make[1]: *** [Makefile:248: __sub-make] Error 2
make[1]: Leaving directory '/usr/src/kernel-headers-6.15.9_1'
make: *** [Makefile:138: modules] Error 2

# exit code: 2
# elapsed time: 00:00:12
----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [WIP] [BETA] nvidia: update to 580.65.06
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (10 preceding siblings ...)
  2025-08-06 20:41 ` LZGM4702
@ 2025-08-07  0:06 ` LZGM4702
  2025-08-07 17:47 ` fvalasiad
                   ` (23 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: LZGM4702 @ 2025-08-07  0:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 884 bytes --]

New comment by LZGM4702 on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3161542839

Comment:
> Please share the make.log

Nvm i fixed it. It still fails when I reinstalled void but I am using linux-mainline 6.15.9

DKMS module 'nvidia-580.65.06' failed to build, please check /var/lib/dkms
for errors in the log file.

This is from make.log
nvidia/nv-clk.c:30:10: fatal error: soc/tegra/bpmp-abi.h: No such file or directory
   30 | #include <soc/tegra/bpmp-abi.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Not fully sure what this means but it must not be detecting a tegra chip thing
so maybe you can remove that or something.

A patch like this should mitigate this issue,
"
+#if defined(NV_BPMP_ABI_H_PRESENT)
 #include <soc/tegra/bpmp-abi.h>
 #include <soc/tegra/bpmp.h>
+#endif

"


^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [WIP] [BETA] nvidia: update to 580.65.06
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (11 preceding siblings ...)
  2025-08-07  0:06 ` LZGM4702
@ 2025-08-07 17:47 ` fvalasiad
  2025-08-07 20:50 ` [PR PATCH] [Updated] " fvalasiad
                   ` (22 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-08-07 17:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 763 bytes --]

New comment by fvalasiad on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3165176884

Comment:
Interesting, here is the context:

BPMP is short for **Boot and Power Management Processor** and it's a separate microcontroller in Tegra SoCs.

Tegra SoCs are a family of ARM-based chips for NVIDIA's line of embedded systems(e.g Jetson Nano, Xavier, Orin).

Essentially, they are irrelevant in the desktop, which is what we probably care about here, unless I am missing something.

It's interesting that it fails to build in mainline linux but not 6.12.41_1 I am currently in. I am suspecting that the file should not be built anyways, I'll investigate what's being built in my working version and report back.

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] [BETA] nvidia: update to 580.65.06
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (12 preceding siblings ...)
  2025-08-07 17:47 ` fvalasiad
@ 2025-08-07 20:50 ` fvalasiad
  2025-08-07 20:53 ` fvalasiad
                   ` (21 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-08-07 20:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 773 bytes --]

There is an updated pull request by fvalasiad against master on the void-packages repository

https://github.com/fvalasiad/void-packages nvidia
https://github.com/void-linux/void-packages/pull/55092

[WIP] [BETA] nvidia: update to 580.65.06
Another WIP incremental PR to test newer nvidia driver versions from Beta/New Feature branches until the next Production release.

Feel free to share issues!

edit: To avoid confusion, I'll include the branch which the PR is currently based on, since there is probably value in communicating with users about the instability risk of installing said drivers.

The TLDR is that in terms of reliability:
Production > New Feature > Beta.

A patch file from https://github.com/void-linux/void-packages/pull/55092.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia-55092.patch --]
[-- Type: text/x-diff, Size: 2016 bytes --]

From 9a564d9a75a539af8d82fa5dfe3815fe09a2af05 Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Thu, 17 Apr 2025 16:33:50 +0300
Subject: [PATCH] nvidia: update to 580.65.06

---
 srcpkgs/nvidia/patches/nvidia-tegra-bpmp.patch | 13 +++++++++++++
 srcpkgs/nvidia/template                        |  4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/nvidia/patches/nvidia-tegra-bpmp.patch

diff --git a/srcpkgs/nvidia/patches/nvidia-tegra-bpmp.patch b/srcpkgs/nvidia/patches/nvidia-tegra-bpmp.patch
new file mode 100644
index 00000000000000..dcf8fa56ae2d0f
--- /dev/null
+++ b/srcpkgs/nvidia/patches/nvidia-tegra-bpmp.patch
@@ -0,0 +1,13 @@
+--- a/kernel/nvidia/nv-clk.c
++++ b/kernel/nvidia/nv-clk.c
+@@ -27,8 +27,10 @@
+ #include "nv-linux.h"
+ #include "nv-platform.h"
+ 
++#if IS_ENABLED(CONFIG_TEGRA_BPMP)
+ #include <soc/tegra/bpmp-abi.h>
+ #include <soc/tegra/bpmp.h>
++#endif // IS_ENABLED(CONFIG_TEGRA_BPMP)
+ 
+ // Use the CCF APIs if enabled in Kernel config and RM build
+ // has Dual license define enabled.
diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 32662359763494..c5ee8d93c88b1a 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -3,7 +3,7 @@
 _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
-version=570.169
+version=580.65.06
 revision=1
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
@@ -19,7 +19,7 @@ conflicts="xserver-abi-video>25_1 nvidia470>=0 nvidia390>=0"
 
 _pkg="NVIDIA-Linux-x86_64-${version}"
 distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-checksum=5f32a847795cc5c3f980f79189abac070d91481d7bd3601c02c2829dd3873765
+checksum=04b10867af585e765cfbfdcf39ed5f4bd112375bebab0172eaa187c6aa5024ff
 # subpackages need to be processed in this specific order
 subpackages="nvidia-gtklibs nvidia-dkms nvidia-firmware nvidia-opencl nvidia-libs nvidia-libs-32bit"
 depends="nvidia-libs-${version}_${revision}

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* Re: [WIP] [BETA] nvidia: update to 580.65.06
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (13 preceding siblings ...)
  2025-08-07 20:50 ` [PR PATCH] [Updated] " fvalasiad
@ 2025-08-07 20:53 ` fvalasiad
  2025-08-07 21:24 ` LZGM4702
                   ` (20 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-08-07 20:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 440 bytes --]

New comment by fvalasiad on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3165673421

Comment:
Never mind, I spent too much time digging sources in vain. Turns out your solution is correct, nvidia probably forgot to add a guard in those two headers. They have one everywhere else they include those two.

It's also unrelated to kernel version, I just missed it, thanks for pointing it out.

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [WIP] [BETA] nvidia: update to 580.65.06
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (14 preceding siblings ...)
  2025-08-07 20:53 ` fvalasiad
@ 2025-08-07 21:24 ` LZGM4702
  2025-08-13 14:51 ` [PR PATCH] [Updated] " fvalasiad
                   ` (19 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: LZGM4702 @ 2025-08-07 21:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 494 bytes --]

New comment by LZGM4702 on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3165760377

Comment:
> Never mind, I spent too much time digging sources in vain. Turns out your solution is correct, nvidia probably forgot to add a guard in those two headers. They have one everywhere else they include those two.
> 
> It's also unrelated to kernel version, I just missed it, thanks for pointing it out.

Ahh, well glad it turned out well in the end.

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] [BETA] nvidia: update to 580.65.06
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (15 preceding siblings ...)
  2025-08-07 21:24 ` LZGM4702
@ 2025-08-13 14:51 ` fvalasiad
  2025-08-13 14:54 ` [PR PATCH] [Updated] nvidia: update to 580.76.05 fvalasiad
                   ` (18 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-08-13 14:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 773 bytes --]

There is an updated pull request by fvalasiad against master on the void-packages repository

https://github.com/fvalasiad/void-packages nvidia
https://github.com/void-linux/void-packages/pull/55092

[WIP] [BETA] nvidia: update to 580.65.06
Another WIP incremental PR to test newer nvidia driver versions from Beta/New Feature branches until the next Production release.

Feel free to share issues!

edit: To avoid confusion, I'll include the branch which the PR is currently based on, since there is probably value in communicating with users about the instability risk of installing said drivers.

The TLDR is that in terms of reliability:
Production > New Feature > Beta.

A patch file from https://github.com/void-linux/void-packages/pull/55092.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia-55092.patch --]
[-- Type: text/x-diff, Size: 2465 bytes --]

From 2a108adfadb1d98972f7d165159ed71cdb19861b Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Thu, 17 Apr 2025 16:33:50 +0300
Subject: [PATCH] nvidia: update to 580.76.05

---
 srcpkgs/nvidia/patches/nvidia-tegra-bpmp.patch | 13 +++++++++++++
 srcpkgs/nvidia/template                        |  8 ++++----
 2 files changed, 17 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/nvidia/patches/nvidia-tegra-bpmp.patch

diff --git a/srcpkgs/nvidia/patches/nvidia-tegra-bpmp.patch b/srcpkgs/nvidia/patches/nvidia-tegra-bpmp.patch
new file mode 100644
index 00000000000000..dcf8fa56ae2d0f
--- /dev/null
+++ b/srcpkgs/nvidia/patches/nvidia-tegra-bpmp.patch
@@ -0,0 +1,13 @@
+--- a/kernel/nvidia/nv-clk.c
++++ b/kernel/nvidia/nv-clk.c
+@@ -27,8 +27,10 @@
+ #include "nv-linux.h"
+ #include "nv-platform.h"
+ 
++#if IS_ENABLED(CONFIG_TEGRA_BPMP)
+ #include <soc/tegra/bpmp-abi.h>
+ #include <soc/tegra/bpmp.h>
++#endif // IS_ENABLED(CONFIG_TEGRA_BPMP)
+ 
+ // Use the CCF APIs if enabled in Kernel config and RM build
+ // has Dual license define enabled.
diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 32662359763494..f02e4b682cba0c 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -3,7 +3,7 @@
 _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
-version=570.169
+version=580.76.05
 revision=1
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
@@ -19,7 +19,7 @@ conflicts="xserver-abi-video>25_1 nvidia470>=0 nvidia390>=0"
 
 _pkg="NVIDIA-Linux-x86_64-${version}"
 distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-checksum=5f32a847795cc5c3f980f79189abac070d91481d7bd3601c02c2829dd3873765
+checksum=219be636b60931b021b2e8c1e0eff887363c731f8a940caa87bcc054d05d97fd
 # subpackages need to be processed in this specific order
 subpackages="nvidia-gtklibs nvidia-dkms nvidia-firmware nvidia-opencl nvidia-libs nvidia-libs-32bit"
 depends="nvidia-libs-${version}_${revision}
@@ -132,8 +132,8 @@ do_install() {
 		${DESTDIR}/usr/lib/nvidia/xorg/libglxserver_nvidia.so.1
 
 	# Wayland/GBM
-	vinstall libnvidia-egl-wayland.so.1.1.19 755 usr/lib
-	ln -sf libnvidia-egl-wayland.so.1.1.19 \
+	vinstall libnvidia-egl-wayland.so.1.1.20 755 usr/lib
+	ln -sf libnvidia-egl-wayland.so.1.1.20 \
 		${DESTDIR}/usr/lib/libnvidia-egl-wayland.so.1
 	vinstall libnvidia-egl-gbm.so.1.1.2 755 usr/lib
 	ln -sf libnvidia-egl-gbm.so.1.1.2 \

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* Re: [PR PATCH] [Updated] nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (16 preceding siblings ...)
  2025-08-13 14:51 ` [PR PATCH] [Updated] " fvalasiad
@ 2025-08-13 14:54 ` fvalasiad
  2025-08-13 14:54 ` fvalasiad
                   ` (17 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-08-13 14:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 760 bytes --]

There is an updated pull request by fvalasiad against master on the void-packages repository

https://github.com/fvalasiad/void-packages nvidia
https://github.com/void-linux/void-packages/pull/55092

nvidia: update to 580.76.05
Another WIP incremental PR to test newer nvidia driver versions from Beta/New Feature branches until the next Production release.

Feel free to share issues!

edit: To avoid confusion, I'll include the branch which the PR is currently based on, since there is probably value in communicating with users about the instability risk of installing said drivers.

The TLDR is that in terms of reliability:
Production > New Feature > Beta.

A patch file from https://github.com/void-linux/void-packages/pull/55092.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia-55092.patch --]
[-- Type: text/x-diff, Size: 2016 bytes --]

From 85c654b6f8f58612d6e8bc11f026a72fe6d72828 Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Thu, 17 Apr 2025 16:33:50 +0300
Subject: [PATCH] nvidia: update to 580.76.05

---
 srcpkgs/nvidia/patches/nvidia-tegra-bpmp.patch | 13 +++++++++++++
 srcpkgs/nvidia/template                        |  4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/nvidia/patches/nvidia-tegra-bpmp.patch

diff --git a/srcpkgs/nvidia/patches/nvidia-tegra-bpmp.patch b/srcpkgs/nvidia/patches/nvidia-tegra-bpmp.patch
new file mode 100644
index 00000000000000..dcf8fa56ae2d0f
--- /dev/null
+++ b/srcpkgs/nvidia/patches/nvidia-tegra-bpmp.patch
@@ -0,0 +1,13 @@
+--- a/kernel/nvidia/nv-clk.c
++++ b/kernel/nvidia/nv-clk.c
+@@ -27,8 +27,10 @@
+ #include "nv-linux.h"
+ #include "nv-platform.h"
+ 
++#if IS_ENABLED(CONFIG_TEGRA_BPMP)
+ #include <soc/tegra/bpmp-abi.h>
+ #include <soc/tegra/bpmp.h>
++#endif // IS_ENABLED(CONFIG_TEGRA_BPMP)
+ 
+ // Use the CCF APIs if enabled in Kernel config and RM build
+ // has Dual license define enabled.
diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index f98a078cf5f357..f02e4b682cba0c 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -3,7 +3,7 @@
 _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
-version=570.181
+version=580.76.05
 revision=1
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
@@ -19,7 +19,7 @@ conflicts="xserver-abi-video>25_1 nvidia470>=0 nvidia390>=0"
 
 _pkg="NVIDIA-Linux-x86_64-${version}"
 distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-checksum=f06d25ce3f1802ea507ada4b5dc46b3c2c8b38503db6f68f3ef016bab8e3dcf9
+checksum=219be636b60931b021b2e8c1e0eff887363c731f8a940caa87bcc054d05d97fd
 # subpackages need to be processed in this specific order
 subpackages="nvidia-gtklibs nvidia-dkms nvidia-firmware nvidia-opencl nvidia-libs nvidia-libs-32bit"
 depends="nvidia-libs-${version}_${revision}

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (17 preceding siblings ...)
  2025-08-13 14:54 ` [PR PATCH] [Updated] nvidia: update to 580.76.05 fvalasiad
@ 2025-08-13 14:54 ` fvalasiad
  2025-08-13 15:14 ` abenson
                   ` (16 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-08-13 14:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 192 bytes --]

New comment by fvalasiad on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3184269133

Comment:
@abenson Production release, feel free to merge.

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (18 preceding siblings ...)
  2025-08-13 14:54 ` fvalasiad
@ 2025-08-13 15:14 ` abenson
  2025-08-13 15:16 ` abenson
                   ` (15 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: abenson @ 2025-08-13 15:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3184342117

Comment:
Did you test it?

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (19 preceding siblings ...)
  2025-08-13 15:14 ` abenson
@ 2025-08-13 15:16 ` abenson
  2025-08-13 15:49 ` fvalasiad
                   ` (14 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: abenson @ 2025-08-13 15:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3184342117

Comment:
~~Did you test it?~~ sorry, didn't see the patch. Does that break anything? Shouldn't since we don't do anything for ARMvidia

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (20 preceding siblings ...)
  2025-08-13 15:16 ` abenson
@ 2025-08-13 15:49 ` fvalasiad
  2025-08-14  8:10 ` Datastreamx
                   ` (13 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-08-13 15:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 812 bytes --]

New comment by fvalasiad on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3184469462

Comment:
> ~~Did you test it?~~ sorry, didn't see the patch. Does that break anything? Shouldn't since we don't do anything for ARMvidia

I've tested briefly, feel free to join! There are probably others who can share their experience with the update.

As far as the patch goes, even if we did anything with ARMvidia, I don't believe it'd be breaking anything. This header guard is used everywhere else they include those headers, and additionally while digging around I noticed they are checking for the presence of a bunch of headers, including these two, before they set the appropriate macro.

I kinda believe they simply forgot to add the guard, but that's just my guess. 

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (21 preceding siblings ...)
  2025-08-13 15:49 ` fvalasiad
@ 2025-08-14  8:10 ` Datastreamx
  2025-08-14  9:43 ` Datastreamx
                   ` (12 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: Datastreamx @ 2025-08-14  8:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 562 bytes --]

New comment by Datastreamx on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3187401290

Comment:
I installed this using this https://xbps-src-tutorials.github.io/pr-testing-tutorial.html as a guide. Thanks for your continued service fvalasiad!

I will be testing this further but first thing I noticed is that steam no longer starts. The logs seem to indicate gtk errors. I will be looking into it further to see if this is unrelated to the new driver. But it did only start showing up after install and reboot.

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (22 preceding siblings ...)
  2025-08-14  8:10 ` Datastreamx
@ 2025-08-14  9:43 ` Datastreamx
  2025-08-14 14:30 ` [PR PATCH] [Merged]: " abenson
                   ` (11 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: Datastreamx @ 2025-08-14  9:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1008 bytes --]

New comment by Datastreamx on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3187401290

Comment:
I installed this using this https://xbps-src-tutorials.github.io/pr-testing-tutorial.html as a guide. Thanks for your continued service fvalasiad!

I will be testing this further but first thing I noticed is that steam no longer starts. The logs seem to indicate gtk errors. I will be looking into it further to see if this is unrelated to the new driver. But it did only start showing up after install and reboot.

edit: I confirmed the new nvidia pkg is the issue because I just downgraded and steam works again. I couldn't really get anything useful out of the logging as it segfaults after installation verification without any logging other than "steam.sh: line 928: 19335 Segmentation fault      "$STEAMROOT/$STEAMEXEPATH" "$@""

Maybe it's the kernel I'm on being too old? I'm still on 6.12.41_1. 

Will try again in the weekend with some changes.

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [PR PATCH] [Merged]: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (23 preceding siblings ...)
  2025-08-14  9:43 ` Datastreamx
@ 2025-08-14 14:30 ` abenson
  2025-08-14 14:53 ` fvalasiad
                   ` (10 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: abenson @ 2025-08-14 14:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 601 bytes --]

There's a merged pull request on the void-packages repository

nvidia: update to 580.76.05
https://github.com/void-linux/void-packages/pull/55092

Description:
Another WIP incremental PR to test newer nvidia driver versions from Beta/New Feature branches until the next Production release.

Feel free to share issues!

edit: To avoid confusion, I'll include the branch which the PR is currently based on, since there is probably value in communicating with users about the instability risk of installing said drivers.

The TLDR is that in terms of reliability:
Production > New Feature > Beta.

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (24 preceding siblings ...)
  2025-08-14 14:30 ` [PR PATCH] [Merged]: " abenson
@ 2025-08-14 14:53 ` fvalasiad
  2025-08-14 15:08 ` Datastreamx
                   ` (9 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-08-14 14:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1141 bytes --]

New comment by fvalasiad on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3188752807

Comment:
> I installed this using this https://xbps-src-tutorials.github.io/pr-testing-tutorial.html as a guide. Thanks for your continued service fvalasiad!
> 
> I will be testing this further but first thing I noticed is that steam no longer starts. The logs seem to indicate gtk errors. I will be looking into it further to see if this is unrelated to the new driver. But it did only start showing up after install and reboot.
> 
> edit: I confirmed the new nvidia pkg is the issue because I just downgraded and steam works again. I couldn't really get anything useful out of the logging as it segfaults after installation verification without any logging other than "steam.sh: line 928: 19335 Segmentation fault "$STEAMROOT/$STEAMEXEPATH" "$@""
> 
> Maybe it's the kernel I'm on being too old? I'm still on 6.12.41_1.
> 
> Will try again in the weekend with some changes.

I've seen people report that GTK4 apps hang when closing a window with the new driver, does that match your experience?

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (25 preceding siblings ...)
  2025-08-14 14:53 ` fvalasiad
@ 2025-08-14 15:08 ` Datastreamx
  2025-08-14 16:06 ` fvalasiad
                   ` (8 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: Datastreamx @ 2025-08-14 15:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

New comment by Datastreamx on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3188802491

Comment:
I didn't experience that issue with easyeffects and helvum. It must be something else. I see the branch has been merged so I'll have to dig into it some more later. 

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (26 preceding siblings ...)
  2025-08-14 15:08 ` Datastreamx
@ 2025-08-14 16:06 ` fvalasiad
  2025-08-14 17:10 ` JkktBkkt
                   ` (7 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-08-14 16:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 473 bytes --]

New comment by fvalasiad on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3189007681

Comment:
> I didn't experience that issue with easyeffects and helvum. It must be something else. I see the branch has been merged so I'll have to dig into it some more later. 

I guess we can expect lots of bug reports if your experience isn't unique to your install, thanks for reporting anyways, and also for acknowledging my efforts! 

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (27 preceding siblings ...)
  2025-08-14 16:06 ` fvalasiad
@ 2025-08-14 17:10 ` JkktBkkt
  2025-08-14 17:40 ` JkktBkkt
                   ` (6 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: JkktBkkt @ 2025-08-14 17:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 758 bytes --]

New comment by JkktBkkt on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3189224847

Comment:
> Never mind, I spent too much time digging sources in vain. Turns out your solution is correct, nvidia probably forgot to add a guard in those two headers. They have one everywhere else they include those two.
> 
> It's also unrelated to kernel version, I just missed it, thanks for pointing it out.

That seems to be the case, and if the open drivers are anything to go by, this was added in 575.51.02. 
Adapted the patch onto the open branch, quickly tested easyeffects, handbrake, d-spy (all gtk4-based), they all hanged on gui exit. Am going to roll back to 570.181 and not push the switch to 580 for now.

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (28 preceding siblings ...)
  2025-08-14 17:10 ` JkktBkkt
@ 2025-08-14 17:40 ` JkktBkkt
  2025-08-14 20:58 ` cheinu-mike
                   ` (5 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: JkktBkkt @ 2025-08-14 17:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 833 bytes --]

New comment by JkktBkkt on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3189224847

Comment:
> Never mind, I spent too much time digging sources in vain. Turns out your solution is correct, nvidia probably forgot to add a guard in those two headers. They have one everywhere else they include those two.
> 
> It's also unrelated to kernel version, I just missed it, thanks for pointing it out.

That seems to be the case, and if the open drivers are anything to go by, this was added in 575.51.02. 
Adapted the patch onto the open branch, quickly tested easyeffects, handbrake, d-spy (all gtk4-based), they all hanged on gui exit. Am going to roll back to 570.181 and not push the switch to 580 for now.
just in case, I'm on 6.12.41 currently and generally up-to-date otherwise

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (29 preceding siblings ...)
  2025-08-14 17:40 ` JkktBkkt
@ 2025-08-14 20:58 ` cheinu-mike
  2025-08-14 20:59 ` cheinu-mike
                   ` (4 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: cheinu-mike @ 2025-08-14 20:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

New comment by cheinu-mike on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3189856426

Comment:
Sorry this might be irrelevant but I cannot get X server working on my machine with the 5060 ti in it claiming that this 580 driver version does not support this gpu. How is this possible? Nvidia claims this version should support the 5060 ti

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (30 preceding siblings ...)
  2025-08-14 20:58 ` cheinu-mike
@ 2025-08-14 20:59 ` cheinu-mike
  2025-08-14 21:48 ` fvalasiad
                   ` (3 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: cheinu-mike @ 2025-08-14 20:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 495 bytes --]

New comment by cheinu-mike on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3189856426

Comment:
Sorry this might be irrelevant but I cannot get X server working on my machine with the 5060 ti in it claiming that this 580 driver version does not support this gpu. How is this possible? Nvidia claims this version should support the 5060 ti

![20250814_125719.jpg](https://github.com/user-attachments/assets/1ef2c60f-9b11-4678-99b1-cdb242853dd7)



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (31 preceding siblings ...)
  2025-08-14 20:59 ` cheinu-mike
@ 2025-08-14 21:48 ` fvalasiad
  2025-08-15 18:51 ` ChrisW-B
                   ` (2 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: fvalasiad @ 2025-08-14 21:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 980 bytes --]

New comment by fvalasiad on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3189958886

Comment:
> Sorry this might be irrelevant but I cannot get X server working on my machine with the 5060 ti in it claiming that this 580 driver version does not support this gpu. How is this possible? Nvidia claims this version should support the 5060 ti
> 
> ![20250814_125719.jpg](https://github.com/user-attachments/assets/1ef2c60f-9b11-4678-99b1-cdb242853dd7)
> 
> 

Consider #56685

Newer cards require the open kernel module, the default package uses the proprietary one, I've a PR open for the open package for the driver version 580.

Alternatively, if you wanna stick to an older version, consider @JkktBkkt 's PR. Note that they are different. Mine is all about installing it standalone to replace the system's nvidia package, the other replaces nvidia-dkms. So you need to install it alongside the nvidia package(version should match) 

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (32 preceding siblings ...)
  2025-08-14 21:48 ` fvalasiad
@ 2025-08-15 18:51 ` ChrisW-B
  2025-08-15 18:53 ` ChrisW-B
  2025-08-15 18:56 ` ChrisW-B
  35 siblings, 0 replies; 37+ messages in thread
From: ChrisW-B @ 2025-08-15 18:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 717 bytes --]

New comment by ChrisW-B on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3192435214

Comment:
> I guess we can expect lots of bug reports if your experience isn't unique to your install, thanks for reporting anyways, and also for acknowledging my efforts!

Yeah, I'm getting flickering/corruption on Steam flatpak with both this update and your nvidia-open branch (verified that flatpak updated to org.freedesktop.Platform.GL.nvidia-580-76-05). 

(Kernel 6.12.41_1, nvidia 3070ti, niri desktop/xwayland-satellite for steam, let me know if there's anything helpful I can provide, though I'm guessing this is more related to wayland/xwayland than any driver issue)


^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (33 preceding siblings ...)
  2025-08-15 18:51 ` ChrisW-B
@ 2025-08-15 18:53 ` ChrisW-B
  2025-08-15 18:56 ` ChrisW-B
  35 siblings, 0 replies; 37+ messages in thread
From: ChrisW-B @ 2025-08-15 18:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 777 bytes --]

New comment by ChrisW-B on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3192435214

Comment:
> I guess we can expect lots of bug reports if your experience isn't unique to your install, thanks for reporting anyways, and also for acknowledging my efforts!

Yeah, I'm getting flickering/corruption on Steam flatpak with both this update and your nvidia-open branch (verified that flatpak updated to org.freedesktop.Platform.GL.nvidia-580-76-05). 

(Kernel 6.12.41_1, nvidia 3070ti, niri desktop/xwayland-satellite for steam, let me know if there's anything helpful I can provide, though I'm guessing this is more related to wayland/xwayland than any driver issue. Easy enough to xdowngrade back to 570, so no big problems!)


^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: nvidia: update to 580.76.05
  2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
                   ` (34 preceding siblings ...)
  2025-08-15 18:53 ` ChrisW-B
@ 2025-08-15 18:56 ` ChrisW-B
  35 siblings, 0 replies; 37+ messages in thread
From: ChrisW-B @ 2025-08-15 18:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 816 bytes --]

New comment by ChrisW-B on void-packages repository

https://github.com/void-linux/void-packages/pull/55092#issuecomment-3192435214

Comment:
> I guess we can expect lots of bug reports if your experience isn't unique to your install, thanks for reporting anyways, and also for acknowledging my efforts!

Yeah, I'm getting flickering/corruption on Steam flatpak with both this update and your nvidia-open branch (verified that flatpak updated to org.freedesktop.Platform.GL.nvidia-580-76-05). 

(Kernel 6.12.41_1, nvidia 3070ti, niri desktop/xwayland-satellite for steam, let me know if there's anything helpful I can provide, though I'm guessing this is more related to wayland/xwayland than any driver issue. Easy enough to xdowngrade back to 570, so no big problems!)

Thanks again for your work on this!


^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2025-08-15 18:56 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-17 13:37 [PR PATCH] [WIP] nvidia: update to 575.51.02 fvalasiad
2025-05-29 22:13 ` [PR PATCH] [Updated] [WIP] [BETA] " fvalasiad
2025-06-17 18:16 ` [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.57.08 fvalasiad
2025-07-01 20:06 ` [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.64 fvalasiad
2025-07-01 20:08 ` fvalasiad
2025-07-22 18:22 ` [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.64.03 fvalasiad
2025-08-04 15:22 ` [PR PATCH] [Updated] [WIP] [NEW FEATURE] nvidia: update to 575.64.05 fvalasiad
2025-08-06 19:16 ` [WIP] [BETA] nvidia: update to 580.65.06 LZGM4702
2025-08-06 19:17 ` LZGM4702
2025-08-06 20:15 ` fvalasiad
2025-08-06 20:40 ` LZGM4702
2025-08-06 20:41 ` LZGM4702
2025-08-07  0:06 ` LZGM4702
2025-08-07 17:47 ` fvalasiad
2025-08-07 20:50 ` [PR PATCH] [Updated] " fvalasiad
2025-08-07 20:53 ` fvalasiad
2025-08-07 21:24 ` LZGM4702
2025-08-13 14:51 ` [PR PATCH] [Updated] " fvalasiad
2025-08-13 14:54 ` [PR PATCH] [Updated] nvidia: update to 580.76.05 fvalasiad
2025-08-13 14:54 ` fvalasiad
2025-08-13 15:14 ` abenson
2025-08-13 15:16 ` abenson
2025-08-13 15:49 ` fvalasiad
2025-08-14  8:10 ` Datastreamx
2025-08-14  9:43 ` Datastreamx
2025-08-14 14:30 ` [PR PATCH] [Merged]: " abenson
2025-08-14 14:53 ` fvalasiad
2025-08-14 15:08 ` Datastreamx
2025-08-14 16:06 ` fvalasiad
2025-08-14 17:10 ` JkktBkkt
2025-08-14 17:40 ` JkktBkkt
2025-08-14 20:58 ` cheinu-mike
2025-08-14 20:59 ` cheinu-mike
2025-08-14 21:48 ` fvalasiad
2025-08-15 18:51 ` ChrisW-B
2025-08-15 18:53 ` ChrisW-B
2025-08-15 18:56 ` ChrisW-B

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).