[nvidia-kmod/el7] (22 commits) ...Merge branch 'master' into el7
by Leigh Scott
Summary of changes:
7d53469... - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass (*)
951c983... Update to 435.17 beta (*)
92e534d... Update to 435.21 release (*)
4504b7e... Patch for 5.4 pre rc kernel (*)
13088fe... tweak patch (*)
148585f... Update to 440.26 beta (*)
051b1f2... Update to 440.31 release (*)
928255a... Update to 440.36 release (*)
2dd1b38... Update to 440.44 release (*)
ff138cc... Patch for 5.5rc kernel (*)
a95363f... Add patch for kernel-5.4 prime issue (*)
79db484... Backport kernel 5.4 and 5.5 changes from vulkan development (*)
69cddd0... Update to 440.59 release (*)
d77602b... Patch for 5.6 pre rc kernel (*)
7cdb673... Update to 440.64 release (*)
4a84ef8... Patch for 5.6 pre rc kernel (*)
c282a9f... Update to 440.82 release (*)
aa3e2ab... Patch for kernel-5.7rc (*)
3f156e1... Patch for 5.6 pre rc kernel
7b5be80... Update to 440.82 release
2ca34fb... Patch for kernel-5.7rc
7588e5a... Merge branch 'master' into el7
(*) This commit already existed in another branch; no separate mail sent
4 years, 6 months
[nvidia-kmod/el8: 4/4] Merge branch 'master' into el8
by Leigh Scott
commit 411d9862a2912f438d981955d9652854e00c012c
Merge: 59134d3 aa3e2ab
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon May 11 15:47:27 2020 +0100
Merge branch 'master' into el8
kernel-5.7.patch | 22 ++++++++++++++++++++++
nvidia-kmod.spec | 15 +++++++++++++--
2 files changed, 35 insertions(+), 2 deletions(-)
---
4 years, 6 months
[nvidia-kmod/el8] (4 commits) ...Merge branch 'master' into el8
by Leigh Scott
Summary of changes:
4a84ef8... Patch for 5.6 pre rc kernel (*)
c282a9f... Update to 440.82 release (*)
aa3e2ab... Patch for kernel-5.7rc (*)
411d986... Merge branch 'master' into el8
(*) This commit already existed in another branch; no separate mail sent
4 years, 6 months
[xorg-x11-drv-nvidia/el7: 5/5] Merge branch 'master' into el7
by Leigh Scott
commit bdf39a1a97d3fba9f426eb4690443baec72c3d0a
Merge: 140acc4 dc7b3ce
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon May 11 14:52:25 2020 +0100
Merge branch 'master' into el7
sources | 2 +-
xorg-x11-drv-nvidia.spec | 16 ++++++++++------
2 files changed, 11 insertions(+), 7 deletions(-)
---
4 years, 6 months
[xorg-x11-drv-nvidia/el7] (5 commits) ...Merge branch 'master' into el7
by Leigh Scott
Summary of changes:
8cf25af... Obsoletes cuda-drivers (*)
7595636... Update to 440.82 release (*)
9b4e4b7... fix obsoletes (*)
dc7b3ce... Fix rhel conditional for dracutopts (*)
bdf39a1... Merge branch 'master' into el7
(*) This commit already existed in another branch; no separate mail sent
4 years, 6 months
[xorg-x11-drv-nvidia/el8: 7/8] Fix rhel conditional for dracutopts
by Leigh Scott
commit 45f24caee7267b974de0ee7dc5519b9953b291b3
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Apr 20 09:34:35 2020 +0200
Fix rhel conditional for dracutopts
xorg-x11-drv-nvidia.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 5f795ec..6670b62 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -7,10 +7,10 @@
%global _dracut_conf_d %{_prefix}/lib/dracut/dracut.conf.d
%global _modprobe_d %{_prefix}/lib/modprobe.d/
%global _grubby %{_sbindir}/grubby --update-kernel=ALL
-%if 0%{?rhel}
-%global _dracutopts nouveau.modeset=0 rd.driver.blacklist=nouveau nvidia-drm.modeset=1
-%else
+%if 0%{?fedora} || 0%{?rhel} > 7
%global _dracutopts rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1
+%else
+%global _dracutopts nouveau.modeset=0 rd.driver.blacklist=nouveau nvidia-drm.modeset=1
%endif
%global debug_package %{nil}
4 years, 6 months
[xorg-x11-drv-nvidia/el8: 6/8] fix obsoletes
by Leigh Scott
commit 6db955534967eb842b45c610f3b33b9c7be53b8b
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Apr 7 18:54:38 2020 +0100
fix obsoletes
xorg-x11-drv-nvidia.spec | 5 -----
1 file changed, 5 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 302fa06..5f795ec 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -128,11 +128,6 @@ Conflicts: xorg-x11-drv-nvidia-340xx-cuda
Provides: cuda-drivers = %{version}.100
Provides: cuda-drivers%{?_isa} = %{version}.100
Obsoletes: cuda-drivers < %{version}.100
-# Comment out due to
-#error: line 131: Illegal char ')' (0x29) in: Obsoletes: cuda-drivers(x86-64) < 440.82.100
-#error: line 131: Only package names are allowed in Obsoletes: Obsoletes: cuda-drivers(x86-64) < 440.82.100
-#error: query of specfile /home/leigh/development/fedora-git/xorg-x11-drv-nvidia/xorg-x11-drv-nvidia.spec failed, can't parse
-#Obsoletes: cuda-drivers%{?_isa} < %{version}.100
Provides: nvidia-driver = %{version}-100
Provides: nvidia-driver%{?_isa} = %{version}-100
Provides: nvidia-drivers = %{version}-100
4 years, 6 months
[xorg-x11-drv-nvidia/el8: 5/8] Update to 440.82 release
by Leigh Scott
commit 4d3d8db72a9a2b49f720c7278abc569f2b6921fc
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Apr 7 18:37:13 2020 +0100
Update to 440.82 release
sources | 2 +-
xorg-x11-drv-nvidia.spec | 15 +++++++++++----
2 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/sources b/sources
index c6202ce..672d0eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (NVIDIA-Linux-x86_64-440.64.run) = 26156974d9a18456ada329f19e93c2f2abb1c5b12fec47df870a0e5b7788204cf0a745ebfefad6ab50d8f659127722905d5156462d4ce794cc52d796b762bf43
+SHA512 (NVIDIA-Linux-x86_64-440.82.run) = d86ed2cd715c5a9aebdd11ee562cfa454dbafdb1b468004cbb93d37ee258623f11144cf30b8b14996a4e093cb3119edc36d13152893d735e3536f49c45e2cca3
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 184b479..302fa06 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -19,8 +19,8 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
-Version: 440.64
-Release: 2%{?dist}
+Version: 440.82
+Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -128,7 +128,11 @@ Conflicts: xorg-x11-drv-nvidia-340xx-cuda
Provides: cuda-drivers = %{version}.100
Provides: cuda-drivers%{?_isa} = %{version}.100
Obsoletes: cuda-drivers < %{version}.100
-Obsoletes: cuda-drivers%{?_isa} < %{version}.100
+# Comment out due to
+#error: line 131: Illegal char ')' (0x29) in: Obsoletes: cuda-drivers(x86-64) < 440.82.100
+#error: line 131: Only package names are allowed in Obsoletes: Obsoletes: cuda-drivers(x86-64) < 440.82.100
+#error: query of specfile /home/leigh/development/fedora-git/xorg-x11-drv-nvidia/xorg-x11-drv-nvidia.spec failed, can't parse
+#Obsoletes: cuda-drivers%{?_isa} < %{version}.100
Provides: nvidia-driver = %{version}-100
Provides: nvidia-driver%{?_isa} = %{version}-100
Provides: nvidia-drivers = %{version}-100
@@ -500,11 +504,14 @@ fi ||:
%{_libdir}/libnvidia-encode.so
%changelog
+* Tue Apr 07 2020 leigh123linux <leigh123linux(a)googlemail.com> - 3:440.82-2
+- Update to 440.82 release
+
* Wed Mar 11 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 3:440.64-2
- Deal with cuda-drivers insanity
* Fri Feb 28 2020 leigh123linux <leigh123linux(a)googlemail.com> - 3:440.64-1
-- rebuilt
+- Update to 440.64 release
* Tue Feb 25 2020 Leigh Scott <leigh123linux(a)googlemail.com> - 3:440.59-3
- Remove 'Disable wayland if gdm is available', gdm has it's own blacklist
4 years, 6 months
[xorg-x11-drv-nvidia/el8] (8 commits) ...Merge branch 'master' into el8
by Leigh Scott
Summary of changes:
8cf25af... Obsoletes cuda-drivers (*)
7595636... Update to 440.82 release (*)
9b4e4b7... fix obsoletes (*)
dc7b3ce... Fix rhel conditional for dracutopts (*)
4d3d8db... Update to 440.82 release
6db9555... fix obsoletes
45f24ca... Fix rhel conditional for dracutopts
ef6735d... Merge branch 'master' into el8
(*) This commit already existed in another branch; no separate mail sent
4 years, 6 months