1
0

Accepting request 1125886 from X11:Drivers:Video:Redesign

- Update to 545.29.02
- added fbdev=1 option for nvidia-drm module, which gives us a proper
  framebuffer console now ...
- nosimplefb kernel option no longer needed with usage of nvidia-drm's
  fbdev=1 option
- nvidia's NVreg_OpenRmEnableUnsupportedGpus=1 option no longer
  needed; GeForce and Workstation GPUs now officially supported
- support added for H100/H800 GPUs (Hopper)

- cleanup; sle12 no longer supported

OBS-URL: https://build.opensuse.org/request/show/1125886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvidia-open-driver-G06-signed?expand=0&rev=21
This commit is contained in:
Ana Guerrero 2023-11-14 20:42:05 +00:00 committed by Git OBS Bridge
commit 9db079e4f5
9 changed files with 31 additions and 30 deletions

View File

@ -27,7 +27,3 @@ for dev in $(ls -d /sys/bus/pci/devices/*); do
fi
done
# Workaround needed on TW for simpledrm (boo#1201392)
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150600
pbl --add-option nosimplefb=1 --config
%endif

View File

@ -1,8 +1,4 @@
if [ "$1" = 0 ] ; then
# cleanup of bnc# 1000625
rm -f /usr/lib/tmpfiles.d/nvidia-logind-acl-trick-G06.conf
# remove TW Workaround for simpledrm during uninstall (boo#1201392)
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150600
pbl --del-option nosimplefb=1 --config
%endif
fi

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Nov 13 15:37:46 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- Update to 545.29.02
- added fbdev=1 option for nvidia-drm module, which gives us a proper
framebuffer console now ...
- nosimplefb kernel option no longer needed with usage of nvidia-drm's
fbdev=1 option
- nvidia's NVreg_OpenRmEnableUnsupportedGpus=1 option no longer
needed; GeForce and Workstation GPUs now officially supported
- support added for H100/H800 GPUs (Hopper)
-------------------------------------------------------------------
Fri Nov 3 19:53:37 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- cleanup; sle12 no longer supported
-------------------------------------------------------------------
Wed Nov 1 19:36:30 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -30,7 +30,7 @@
%define compress_modules xz
%endif
Name: nvidia-open-driver-G06-signed
Version: 535.129.03
Version: 545.29.02
Release: 0
Summary: NVIDIA open kernel module driver for GeForce RTX 2000 series and newer
License: GPL-2.0-only AND MIT
@ -61,7 +61,7 @@ BuildRequires: perl-Bootloader
BuildRequires: pesign-obs-integration
BuildRequires: zstd
%ifnarch aarch64
%if 0%{?sle_version} >= 120400 && !0%{?is_opensuse}
%if !0%{?is_opensuse}
BuildRequires: kernel-syms-azure
%endif
%endif
@ -158,9 +158,7 @@ mkdir -p $MODPROBE_DIR
for flavor in %flavors_to_build; do
cat > $MODPROBE_DIR/50-nvidia-$flavor.conf << EOF
blacklist nouveau
options nvidia-drm modeset=1
### Enable support on *all* Turing/Ampere GPUs: Alpha Quality!
#options nvidia NVreg_OpenRmEnableUnsupportedGpus=1
options nvidia-drm modeset=1 fbdev=1
EOF
echo -n "install nvidia " >> $MODPROBE_DIR/50-nvidia-$flavor.conf
tail -n +3 %_sourcedir/modprobe.nvidia.install | awk '{ printf "%s ", $0 }' >> $MODPROBE_DIR/50-nvidia-$flavor.conf

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:170ee91b6cd6c801bba0de91e0d62af8e574adde38120bc762784755b5a9821d
size 12782724

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:846b035acd4bcb9c94ea91416e368237624383d54d86cd162a7e947a582a07c5
size 12947815

View File

@ -17,7 +17,15 @@
0x2235 NVIDIA A40
0x2236 NVIDIA A10
0x2237 NVIDIA A10G
0x2321 NVIDIA H100 NVL
0x2322 NVIDIA H800 PCIe
0x2324 NVIDIA H800
0x233A NVIDIA H800 NVL
0x2330 NVIDIA H100 80GB HBM3
0x2331 NVIDIA H100 PCIe
0x2339 NVIDIA H100
0x25B6 NVIDIA A16
0x26B5 NVIDIA L40
0x26B8 NVIDIA L40G
0x27B8 NVIDIA L4

View File

@ -90,13 +90,6 @@
0x2232 NVIDIA RTX A4500
0x2233 NVIDIA RTX A5500
0x2238 NVIDIA A10M
0x2321 NVIDIA H100 NVL
0x2322 NVIDIA H800 PCIe
0x2324 NVIDIA H800
0x2330 NVIDIA H100 80GB HBM3
0x2331 NVIDIA H100 PCIe
0x2339 NVIDIA H100
0x233A NVIDIA H800 NVL
0x2342 GH200 480GB
0x2414 NVIDIA GeForce RTX 3060 Ti
0x2420 NVIDIA GeForce RTX 3080 Ti Laptop GPU

View File

@ -90,13 +90,6 @@
0x2232 NVIDIA RTX A4500
0x2233 NVIDIA RTX A5500
0x2238 NVIDIA A10M
0x2321 NVIDIA H100 NVL
0x2322 NVIDIA H800 PCIe
0x2324 NVIDIA H800
0x2330 NVIDIA H100 80GB HBM3
0x2331 NVIDIA H100 PCIe
0x2339 NVIDIA H100
0x233A NVIDIA H800 NVL
0x2342 GH200 480GB
0x2414 NVIDIA GeForce RTX 3060 Ti
0x2420 NVIDIA GeForce RTX 3080 Ti Laptop GPU