Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] nvidia after 455.x no longer require modesetting driver
Date: Mon, 06 Mar 2023 19:38:53 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42628@inbox.vuxu.org> (raw)

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

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

https://github.com/abenson/void-packages nvidia_intel_ddx
https://github.com/void-linux/void-packages/pull/42628

nvidia after 455.x no longer require modesetting driver
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

This can always be set if someone prefers that, but I've had some strange artifacts with the modesetting driver.  I'm testing now to see if that's fixed by switching back to the Intel DDX.

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

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

From 5a9390760ce65ce16ef899390305475d42a378ef Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 6 Mar 2023 12:35:58 -0600
Subject: [PATCH 1/2] nvidia470: modesetting no longer required for prime

---
 srcpkgs/nvidia470/files/nvidia-drm-outputclass.conf | 6 ------
 srcpkgs/nvidia470/template                          | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/srcpkgs/nvidia470/files/nvidia-drm-outputclass.conf b/srcpkgs/nvidia470/files/nvidia-drm-outputclass.conf
index 65e3fd38622c..7c2ad727214f 100644
--- a/srcpkgs/nvidia470/files/nvidia-drm-outputclass.conf
+++ b/srcpkgs/nvidia470/files/nvidia-drm-outputclass.conf
@@ -3,12 +3,6 @@ Section "ServerLayout"
   Option "AllowNVIDIAGPUScreens"
 EndSection
 
-Section "OutputClass"
-    Identifier "intel"
-    MatchDriver "i915"
-    Driver "modesetting"
-EndSection
-
 Section "OutputClass"
     Identifier "nvidia"
     MatchDriver "nvidia-drm"
diff --git a/srcpkgs/nvidia470/template b/srcpkgs/nvidia470/template
index c1203585032f..b509017677f1 100644
--- a/srcpkgs/nvidia470/template
+++ b/srcpkgs/nvidia470/template
@@ -4,7 +4,7 @@ _desc="NVIDIA drivers (GKxxx “Kepler”)"
 
 pkgname=nvidia470
 version=470.161.03
-revision=3
+revision=4
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
 homepage="https://www.nvidia.com/en-us/drivers/unix/"

From 5c63205a3fc93eb16bc38bc09d8e7e638bec8340 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 6 Mar 2023 12:36:07 -0600
Subject: [PATCH 2/2] nvidia: modesetting no longer required for prime

---
 srcpkgs/nvidia/files/nvidia-drm-outputclass.conf | 6 ------
 srcpkgs/nvidia/template                          | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/srcpkgs/nvidia/files/nvidia-drm-outputclass.conf b/srcpkgs/nvidia/files/nvidia-drm-outputclass.conf
index 65e3fd38622c..7c2ad727214f 100644
--- a/srcpkgs/nvidia/files/nvidia-drm-outputclass.conf
+++ b/srcpkgs/nvidia/files/nvidia-drm-outputclass.conf
@@ -3,12 +3,6 @@ Section "ServerLayout"
   Option "AllowNVIDIAGPUScreens"
 EndSection
 
-Section "OutputClass"
-    Identifier "intel"
-    MatchDriver "i915"
-    Driver "modesetting"
-EndSection
-
 Section "OutputClass"
     Identifier "nvidia"
     MatchDriver "nvidia-drm"
diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 09e40d23482c..823b9e37ace0 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -4,7 +4,7 @@ _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
 version=525.89.02
-revision=1
+revision=2
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
 homepage="https://www.nvidia.com/en-us/drivers/unix/"

             reply	other threads:[~2023-03-06 18:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-06 18:38 abenson [this message]
2023-03-20 19:07 ` [PR PATCH] [Closed]: " abenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42628@inbox.vuxu.org \
    --to=abenson@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).