Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nvidia: nvidia: fix wayland performance
@ 2022-11-26 13:34 cmhainesii
  2022-11-26 18:01 ` [PR PATCH] [Closed]: " abenson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cmhainesii @ 2022-11-26 13:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cmhainesii/void-packages master
https://github.com/void-linux/void-packages/pull/40777

nvidia: nvidia: fix wayland performance
moved 15_nvidia-gbm.json from /usr/share/glvnd/egl_vendor.d/ to /usr/share/egl/egl_external_platform.d/ to resolve #40235 per the fix suggested by furryfixer.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing

- I built this PR locally for my native architecture, x86_64 glibc


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

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

From f5f1c7b8c58a2ebc7a20c0d67d4cbff6353e23dc Mon Sep 17 00:00:00 2001
From: Chuck Haines <charlesmhainesii@gmail.com>
Date: Sat, 26 Nov 2022 08:11:08 -0500
Subject: [PATCH] nvidia: nvidia: fix wayland performance moved
 15_nvidia-gbm.json from /usr/share/glvnd/egl_vendor.d/ to
 /usr/share/egl/egl_external_platform.d/

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

diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 08d1aef80aec..82fa88ed53ce 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -4,7 +4,7 @@ _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
 version=515.86.01
-revision=1
+revision=2
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
 homepage="https://www.nvidia.com/en-us/drivers/unix/"
@@ -133,8 +133,8 @@ do_install() {
 	ln -sf libnvidia-egl-gbm.so.1.1.0 \
 		${DESTDIR}/usr/lib/libnvidia-egl-gbm.so.1
 
-	vmkdir usr/share/glvnd/egl_vendor.d
-	vinstall 15_nvidia_gbm.json 755 usr/share/glvnd/egl_vendor.d
+	vmkdir usr/share/egl/egl_external_platform.d
+	vinstall 15_nvidia_gbm.json 755 usr/share/egl/egl_external_platform.d
 
 	vmkdir usr/lib/gbm
 	ln -sf /usr/lib/libnvidia-allocator.so.${version} \

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

* Re: [PR PATCH] [Closed]: nvidia: nvidia: fix wayland performance
  2022-11-26 13:34 [PR PATCH] nvidia: nvidia: fix wayland performance cmhainesii
@ 2022-11-26 18:01 ` abenson
  2022-11-27  1:40 ` furryfixer
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2022-11-26 18:01 UTC (permalink / raw)
  To: ml

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

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

nvidia: nvidia: fix wayland performance
https://github.com/void-linux/void-packages/pull/40777

Description:
moved 15_nvidia-gbm.json from /usr/share/glvnd/egl_vendor.d/ to /usr/share/egl/egl_external_platform.d/ to resolve #40235 per the fix suggested by furryfixer.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing

- I built this PR locally for my native architecture, x86_64 glibc


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

* Re: nvidia: nvidia: fix wayland performance
  2022-11-26 13:34 [PR PATCH] nvidia: nvidia: fix wayland performance cmhainesii
  2022-11-26 18:01 ` [PR PATCH] [Closed]: " abenson
@ 2022-11-27  1:40 ` furryfixer
  2022-11-30 17:44 ` abenson
  2022-11-30 17:45 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: furryfixer @ 2022-11-27  1:40 UTC (permalink / raw)
  To: ml

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

New comment by furryfixer on void-packages repository

https://github.com/void-linux/void-packages/pull/40777#issuecomment-1328149356

Comment:
I see this has been closed. but will comment anyway.  The original line 136 is still needed in addition to the changes, since that directory is still required for 10_nvidia.json in lines 143 and 144

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

* Re: nvidia: nvidia: fix wayland performance
  2022-11-26 13:34 [PR PATCH] nvidia: nvidia: fix wayland performance cmhainesii
  2022-11-26 18:01 ` [PR PATCH] [Closed]: " abenson
  2022-11-27  1:40 ` furryfixer
@ 2022-11-30 17:44 ` abenson
  2022-11-30 17:45 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2022-11-30 17:44 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/40777#issuecomment-1332524095

Comment:
It was closed because the change was merged...

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

* Re: nvidia: nvidia: fix wayland performance
  2022-11-26 13:34 [PR PATCH] nvidia: nvidia: fix wayland performance cmhainesii
                   ` (2 preceding siblings ...)
  2022-11-30 17:44 ` abenson
@ 2022-11-30 17:45 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2022-11-30 17:45 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/40777#issuecomment-1332524095

Comment:
It was closed because the change was merged...

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

end of thread, other threads:[~2022-11-30 17:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-26 13:34 [PR PATCH] nvidia: nvidia: fix wayland performance cmhainesii
2022-11-26 18:01 ` [PR PATCH] [Closed]: " abenson
2022-11-27  1:40 ` furryfixer
2022-11-30 17:44 ` abenson
2022-11-30 17:45 ` abenson

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).