-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnvidia-driver-G06.changes
2540 lines (2065 loc) · 113 KB
/
nvidia-driver-G06.changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
-------------------------------------------------------------------
Thu Sep 19 11:27:23 UTC 2024 - Stefan Dirsch <[email protected]>
- aarch64-TW-buildfix.patch
* fixes build on aarch64 with latest TW kernel
-------------------------------------------------------------------
Thu Sep 19 09:10:35 UTC 2024 - Stefan Dirsch <[email protected]>
- Update to 550.120 (boo#1230779)
* Fixed a bug that could cause kernel crashes upon attempting
KMS operations through DRM when nvidia_drm was loaded with
modeset=0.
-------------------------------------------------------------------
Wed Sep 18 15:06:39 UTC 2024 - Stefan Dirsch <[email protected]>
- merged github pull requests #2 - #9 and #11 from scaronni
#2 Fix gamescope/steam coredump
#3 Remove useless replacement in conftest.sh
#4 Drop bundled libOpenCL and alternatives
#5 ppc64le is no longer supported
#6 Standardize Vulkan/EGL ICDs installation
#7 Fix VDPAU 32 bit requirements and clean leftovers
#8 Enable powerd on aarch64
#9 Avoid globbing (depends on #4)
#11 Drop initrd manipulation
- drop initrd manipulation also in kmp-trigger.sh
- fixed erros in filelist
-------------------------------------------------------------------
Mon Aug 12 11:51:48 UTC 2024 - Stefan Dirsch <[email protected]>
- Update to 550.107.02 (boo#1229716)
* Fixed a race condition involving modeset ownership which could lead
to flip event timeout errors when enabling the 'fbdev' kernel module
parameter in nvidia-drm.
* Fixed a regression that caused nvidia-powerd to exit when
nvidia-dbus.conf was not present in the /etc/dbus-1/system.d/
directory.
* Fixed a bug that could cause memory corruption while handling
ACPI events on some notebooks.
* Fixed a bug that could cause external displays to become frozen until
the next modeset when using PRIME Display Offloading with the NVIDIA
dGPU acting as the display offload sink.
-------------------------------------------------------------------
Tue Jul 9 13:12:38 UTC 2024 - Stefan Dirsch <[email protected]>
- Update to 550.100 (boo#1227575)
* Fixed a bug that caused OpenGL triple buffering to behave like
double buffering.
-------------------------------------------------------------------
Thu Jul 4 10:57:14 UTC 2024 - Stefan Dirsch <[email protected]>
- added missing version numbers to many requires/recommends so we
get a consistent userspace package selection
-------------------------------------------------------------------
Thu Jun 13 09:28:00 UTC 2024 - Stefan Dirsch <[email protected]>
- now with sle15-sp6 released require again GA kernel-devel package,
i.e. no longer set %req_random_kernel_sources for sle15-sp6 build
-------------------------------------------------------------------
Fri Jun 7 13:10:29 UTC 2024 - Stefan Dirsch <[email protected]>
- let nvidia-utils-G06 recommend nvidia-gl-G06 (/usr/bin/nvidia-settings
needs libnvidia-gtk3.so)
-------------------------------------------------------------------
Tue Jun 4 12:59:25 UTC 2024 - Stefan Dirsch <[email protected]>
- Security Update 550.90.07 (boo#1223356)
* Temporarily disabled the GLX_EXT_buffer_age extension on Xwayland to
work around a bug that could cause corruption.
* Fixed a bug that could cause corruption when the GLX_EXT_buffer_age
extension is used on X.org with PRIME render offloading.
* adds official support for NVIDIA H200 GPUs
-------------------------------------------------------------------
Wed May 29 11:49:19 UTC 2024 - Stefan Dirsch <[email protected]>
- objtool-fix.patch
* avoid objtool warning (boo#1224402)
-------------------------------------------------------------------
Tue May 21 09:47:05 UTC 2024 - Stefan Dirsch <[email protected]>
- moved MOK public keys from /var/lib/nvidia-pubkeys to
/usr/share/nvidia-pubkeys since /var is not mounted on systems
working with transactional update like Micro OS or Aeon
(boo#1224773)
-------------------------------------------------------------------
Mon Apr 29 08:36:11 UTC 2024 - Stefan Dirsch <[email protected]>
- Update to version 550.78 (boo#1223454)
* Fixed a regression that led to Xid errors when loading the
NVIDIA driver on some notebook systems with RTX 4xxx series
GPUs.
-------------------------------------------------------------------
Mon Apr 29 01:08:26 UTC 2024 - Stefan Dirsch <[email protected]>
- kmp-post.sh/kmp-trigger.sh
* export LD=ld.bfd; mold is not supported (boo#1223344)
-------------------------------------------------------------------
Wed Apr 17 13:42:59 UTC 2024 - Stefan Dirsch <[email protected]>
- Update to version 550.76
* addresses boo#1222972
* Fixed a bug that could prevent the driver from initializing on
some systems running RHEL 9.3.
-------------------------------------------------------------------
Tue Mar 26 12:32:38 UTC 2024 - Stefan Dirsch <[email protected]>
- don't try to use %post/%postun of nvidia-compute-G06-utils for
enabling/disabling nvidia-powerd service on aarch64, since there
is no such tool available
-------------------------------------------------------------------
Tue Mar 26 11:57:58 UTC 2024 - Stefan Dirsch <[email protected]>
- install nvidia-dbus.conf and enable nvidia-powerd service
(nvidia-compute-G06-utils subpackage)
-------------------------------------------------------------------
Mon Mar 25 13:18:28 UTC 2024 - Stefan Dirsch <[email protected]>
- introduce %nvidia_build variable for easier builds by nvidia
* nvidia still builds all packages on sle15sp0, but let's
assume packages are used on sle15sp4 and later
-------------------------------------------------------------------
Mon Mar 25 12:17:30 UTC 2024 - Stefan Dirsch <[email protected]>
- cleanup: builds for sle15 < sp3 no longer supported
-------------------------------------------------------------------
Fri Mar 22 15:40:12 UTC 2024 - Stefan Dirsch <[email protected]>
- fix location of modules to be signed also for -azure
-------------------------------------------------------------------
Fri Mar 22 15:08:04 UTC 2024 - Stefan Dirsch <[email protected]>
- fixed latest change for real (hopefully)
-------------------------------------------------------------------
Fri Mar 22 14:49:05 UTC 2024 - Stefan Dirsch <[email protected]>
- kmp-post.sh: sign the modules in the correct location if
%req_random_kernel_sources is set (boo#1221776)
-------------------------------------------------------------------
Wed Mar 20 00:57:51 UTC 2024 - Stefan Dirsch <[email protected]>
- Update to version 550.67
* Fixed a bug that could cause the GPU driver to hang when running some
Vkd3d games, such as F1 2021,
* Fixed a bug that caused eglExportDMABUFImageQueryMESA() to return
invalid DRM formats for the images that use the sRGB color space.
* Fixed a bug that caused wgpu applications to hang on Wayland.
* Fixed a bug that caused "Flip event timeout" messages to be printed to the
system log when the system is suspended without using
/usr/bin/nvidia-sleep.sh when nvidia-drm is loaded with the `fbdev=1`
kernel module parameter.
-------------------------------------------------------------------
Wed Feb 28 16:03:15 UTC 2024 - Stefan Dirsch <[email protected]>
- introduced %req_random_kernel_sources define; useful for sle1x-SPy Beta and nvidia
* save kernel version already during build; move just built modules
in %post to this location, so weak-modules2 script can easily find
these packaged in kmp as %ghost and create the required weak-updates
symlinks; run weak-modules2 script during %post to create these
-------------------------------------------------------------------
Wed Feb 28 13:48:30 UTC 2024 - Stefan Dirsch <[email protected]>
- cuda-cloud-opengpu
* require latest cuda meta packages:
+ cuda-libraries-devel-12-3
+ cuda-minimal-build-12-3
+ cuda-demo-suite-12-3
-------------------------------------------------------------------
Sat Feb 24 11:05:09 UTC 2024 - Stefan Dirsch <[email protected]>
- Update to version 550.54.14
* Fixed a bug that caused HDMI FRL displays to flicker or blank when
enabling VRR with 8 bits per color channel.
* Fixed a regression introduced with the 550.40.07 beta driver which
caused corrupted window decorations in some applications when running
on GNOME.
* Fixed a bug where vkAcquireNextImageKHR() was not returning
VK_ERROR_OUT_OF_DATE_KHR when it should with WSI X11 swapchains.
* Fixed a bug where fences passed to VkSwapchainPresentFenceInfoEXT could
signal earlier than expected when a WSI X11 swapchain becomes out of date.
* Fixed Xid errors on Hogwarts Legacy and Forza Horizon 4.
* Fixed an issue that sometimes caused Wayland applications to run at less
than one frame per second on Maxwell, Volta, and Pascal series GPUs.
* Added support for the VK_KHR_video_encode_queue,
VK_KHR_video_encode_h264, VK_KHR_video_encode_h265 and
VK_KHR_video_maintenance1 extensions.
* Fixed a bug that caused an intermittent drop in desktop framerate.
* Fixed a bug that caused "Flip event timeout" messages to be printed to the
system log when displays are hotplugged when nvidia-drm is loaded with the
`fbdev=1` kernel module parameter.
* Fixed intermittent Xid errors on Horizon Zero Dawn, Metro Exodus,
Forza Horizon 5, and Halo Infinite.
* Fixed a bug which prevented the "NoMaxPClkCheck" mode validation token
from working on single-link TMDS (e.g. DVI, HDMI) outputs.
* Fixed a bug that allowed VRR displays to be driven below their minimum
refresh rate, resulting in a blank or flickering image.
* Added an application profile to improve Kwin performance on hybrid GPU
systems by setting OGL_DEDICATED_HW_STATE_PER_CONTEXT=ENABLE_ROBUST.
* Updated the build process for NVIDIA kernel modules to honor the
INSTALL_MOD_DIR Kbuild environment variable.
* Added support for R8, GR88 and YCbCr GBM formats.
* Optimized the X driver headless framerate limiter to more closely mimic
upstream behavior and prevent it from activating in inconvenient
situations. Added a new X config option "LimitFrameRateWhenHeadless" to
disable the headless framerate limiter.
* Fixed a bug that prevented Gamescope from running when using the NVIDIA
Open GPU Kernel modules.
* Fixed a bug that prevented the installer package from being unpacked
on systems where zstd is not installed, when /tmp is mounted noexec.
* Use transparent huge pages for OpenGL/Vulkan when available for the .text
section. This is done through madvise() calls, and requires a Linux kernel
configured with CONFIG_READ_ONLY_THP_FOR_FS.
-------------------------------------------------------------------
Tue Jan 9 10:32:12 UTC 2024 - Stefan Dirsch <[email protected]>
- create /run/udev/static_node-tags/uaccess/nvidia${devid} symlinks
also during modprobing the nvidia module; this changes the issue
of not having access to /dev/nvidia${devid}, when gfxcard has
been replaced by a different gfx card after installing the driver
-------------------------------------------------------------------
Thu Nov 23 02:52:26 UTC 2023 - Stefan Dirsch <[email protected]>
- Update to version 545.29.06
* Fixed a regression that prevented setting backlight brightness levels.
* Fixed a bug that could lead to UI corruption in nvidia-installer on
systems with more than one initramfs file per kernel.
* Fixed a bug that caused games built on the Source 2 engine to hang
when running under Xwayland.
-------------------------------------------------------------------
Mon Nov 13 13:37:11 UTC 2023 - Stefan Dirsch <[email protected]>
- Update to version 545.29.02
* Added experimental HDMI 10 bits per component support; enable by
loading nvidia-modeset with `hdmi_deepcolor=1`.
* Added support for the CTM, DEGAMMA_LUT, and GAMMA_LUT DRM-KMS CRTC
properties. These are used by features such as the "Night Light"
feature in GNOME and the "Night Color" feature in KDE, when they
are used as Wayland compositors.
* Added CERTIFIED-quality support for GeForce and Workstation GPUs
to open kernelmodules. Please see the "Open Linux Kernel Modules"
chapter in the README for details.
* Added initial experimental support for runtime D3 (RTD3) power
management on Desktop GPUs. Please see the 'PCI-Express Runtime D3
(RTD3) Power Management' chapter in the README for more details.
* Added support for the EGL_ANDROID_native_fence_sync EGL extension
and the VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT and
VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT Vulkan external handle
types when the nvidia-drm kernel module is loaded with the modeset=1
parameter.
* Added experimental support for framebuffer consoles provided by
nvidia-drm. On kernels that implement drm_fbdev_generic_setup and
drm_aperture_remove_conflicting_pci_framebuffers, nvidia-drm will
install a framebuffer console when loaded with both `modeset=1` and
`fbdev=1` kernel module parameters. This will replace the Linux boot
console driven by a system framebuffer driver such as efifb or vesafb.
Note that when an nvidia-drm framebuffer console is enabled, unloading
nvidia-drm will cause the screen to turn off.
* Updated nvidia-installer to allow installing the driver while an existing
NVIDIA driver is already loaded.
* Added support for virtual reality displays, such as the SteamVR
platform, on Wayland compositors that support DRM leasing. Support
requires xwayland version 22.1.0 and wayland-protocols version 1.22,
or later. Tested on sway, minimum version 1.7 with wlroots version 0.15,
and also on Kwin, minimum version 5.24.
Note: Before xwayland 23.2, there is a known issue with HDMI displays
where the headset will fail to start a second time after closing SteamVR.
This can be worked around by unplugging and replugging in the headset.
* Fixed a bug that prevented VRR (Variable Refresh Rate) from working with
Wayland.
* Added support to the NVIDIA VDPAU driver for running in Xwayland.
Please refer to the "Xwayland support in VDPAU" section of the README
for further details.
* Added libnvidia-gpucomp.so to the driver package. This is a helper
library used for GPU shader compilation.
* Removed libnvidia-vulkan-producer.so from the driver package. This
helper library is no longer needed by the Wayland WSI.
* Fixed a bug that intermittently caused the display to freeze when
resuming from suspend on some Ada GPUs.
* Fixed a bug that could cause monitors to flicker when the performance
state changes on Turing GPUs.
* Added support for HDR signaling via the HDR_OUTPUT_METADATA and
Colorspace per-connector DRM properties when nvidia-drm is loaded with
the `modeset=1` parameter.
* Added support for PRIME render offload to Vulkan Wayland WSI.
* Fixed a bug that could cause modes to fail validation when Option
"ModeValidation" "NoExtendedGpuCapabilitiesCheck" is specified in
xorg.conf.
* Fixed a bug which could cause some DisplayPort monitors to flicker.
- 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
- removed dropped 64bit libnvidia-vulkan-producer from filelist
- added new 32/64 bit libnvidia-gpucomp to; which is now needed
thru dlopen() by GL components like libnvidia-eglcore,
libnvidia-glcore and libnvidia-rtcore)
- libnvidia-egl-wayland.so.1.1.12 is now required
-------------------------------------------------------------------
Fri Nov 3 20:33:48 UTC 2023 - Stefan Dirsch <[email protected]>
- added pciutils and perl-Bootloader to BuildRequires/PreReq in the
hope to get build fixed in ibs (build doesn't fail in a local
build for some reason)
-------------------------------------------------------------------
Fri Nov 3 20:12:29 UTC 2023 - Stefan Dirsch <[email protected]>
- enabled secureboot signing on Tumbleweed (boo#1203725)
- fixed filelist and supplements for Tumbleweed
-------------------------------------------------------------------
Fri Nov 3 19:44:58 UTC 2023 - Stefan Dirsch <[email protected]>
- cleanup; sle12 is no longer supported
-------------------------------------------------------------------
Wed Nov 1 18:38:29 UTC 2023 - Stefan Dirsch <[email protected]>
- Update to version 535.129.03
* Fixed a bug that could cause modes to fail validation when
Option "ModeValidation" "NoExtendedGpuCapabilitiesCheck" is
specified in xorg.conf.
* Fixed a bug that could cause GPU memory utilization to be
reported incorrectly for Multi-Instance GPU (MIG) partitions
on Grace Hopper systems.
* Fixed a bug that intermittently caused the display to freeze
when resuming from suspend on some Ada GPUs.
* Fixed a bug which could cause some DisplayPort monitors to
flicker.
* Fixed a bug that could cause monitors to flicker when the
performance state changes on Turing GPUs.
-------------------------------------------------------------------
Wed Oct 25 14:05:14 UTC 2023 - Stefan Dirsch <[email protected]>
- transition to alternatives-free GLX version no longer needed;
therefore get rid of 'Requires(post): xorg-x11-server' as well
-------------------------------------------------------------------
Thu Oct 19 19:39:50 UTC 2023 - Stefan Dirsch <[email protected]>
- during beta period of sle15-sp6 no longer try to require a "GA"
kernel-devel package; this will be reverted with GM (see also
bsc#1208209; we had the same issue during beta period of sp5)
-------------------------------------------------------------------
Wed Oct 11 12:02:56 UTC 2023 - Stefan Dirsch <[email protected]>
- disabled build of nvidia-peermem module; it's no longer needed
and never worked anyway (it was only a stub) [boo#1211892]
-------------------------------------------------------------------
Fri Sep 22 09:20:19 UTC 2023 - Stefan Dirsch <[email protected]>
- Update to version 535.113.01
* Fixed a bug that could cause GPU memory utilization to be
reported incorrectly for Multi-Instance GPU (MIG) partitions
on Grace Hopper systems.
* Fixed a bug that intermittently caused the display to freeze
when resuming from suspend on some Ada GPUs.
-------------------------------------------------------------------
Thu Sep 21 13:07:14 UTC 2023 - Stefan Dirsch <[email protected]>
- enabled build of cuda-cloud-opengpu package also on Leap 15.4/
sle15-sp4 for which opengpu driver packages are also available
meanwhile
-------------------------------------------------------------------
Tue Sep 5 08:02:14 UTC 2023 - Stefan Dirsch <[email protected]>
- kmp-post.sh/kmp-postun.sh:
* add/remove nosimplefb=1 kernel option in order to fix Linux
console also on sle15-sp6/Leap 15.6 kernel, which will come
with simpledrm support
-------------------------------------------------------------------
Mon Aug 28 12:32:27 UTC 2023 - Stefan Dirsch <[email protected]>
- Update to version 535.104.05
* Fixed an issue which caused the following error message to appear
spuriously when using SLI with the NVIDIA Open GPU Kernel Modules:
(EE) NVIDIA: Unable to disable FB size compare
-------------------------------------------------------------------
Wed Aug 2 12:23:27 UTC 2023 - Stefan Dirsch <[email protected]>
- %postun: regenerate modules.dep, etc. to avoid dracut failures
later (boo#1213765)
-------------------------------------------------------------------
Wed Jul 19 12:47:11 UTC 2023 - Stefan Dirsch <[email protected]>
- Update to version 535.86.05
* Fixed a bug that caused excessive memory consumption when OpenGL and
Vulkan applications were running while VT-switched away from X.
* Fixed a bug that could cause the kernel to panic when video memory
is full.
* Fixed a bug that prevented displays from refreshing when using an
NVIDIA PRIME Display Offload sink.
* Fixed a bug that could cause some Variable Refresh Rate (VRR)
monitors to flicker by allowing the refresh rate to drop below
the monitor's minimum.
* Fixed a bug that caused corruption when running Vulkan applications.
* Fixed a regression that could cause a system hang when running windowed
Vulkan applications with sync-to-vblank enabled.
* Fixed a video memory leak observed when turning off a connected
monitor while using certain Wayland compositors.
-------------------------------------------------------------------
Thu Jun 15 09:15:33 UTC 2023 - Stefan Dirsch <[email protected]>
- Update to version 535.54.03
* Fixed a bug that caused modesets to fail in some Wayland configurations.
* Fixed a bug that caused head-mounted displays (HMDs) to display black
after a modeset.
* Fixed a bug that prevented SLI Mosaic controls from being displayed in
the nvidia-settings control panel when using GSP Firmware.
* Fixed a bug that could cause image corruption when unbinding Vulkan
sparse textures.
* Added support for the VK_EXT_memory_priority, and
VK_EXT_pageable_device_memory
extensions for Turing+ GPUs.
* Improved the performance of Minecraft Java Edition on RTX 3000
series GPUs.
* Fixed a memory leak in the NVIDIA GLX driver, as reported at:
https://forums.developer.nvidia.com/t/222697
* Added support for driving very high pixel clock mode timings such as 8K @
60Hz. Please see the "MaxOneHardwareHead" X11 ModeValidation token in the
README for details.
* Extended Dynamic Boost support on notebooks to include older Renoir
and Cezanne chipsets, in addition to Rembrandt and newer AMD chipsets.
* Fixed a bug that caused Vulkan X11 swapchain creation to fail on GPUs
without a display engine when the VK_KHR_present_id extension is used.
* Fixed console restore on legacy VGA consoles when using the NVIDIA
Open GPU Kernel Modules.
* Added nvoptix.bin to the driver package. This data file is used by the
OptiX ray tracing engine library, libnvoptix.so.1.
* Removed libnvidia-compiler.so.VERSION from the driver package. This
functionality is now provided by other driver libraries.
* Added power usage and power limits information to nvidia-settings
PowerMizer page.
* Updated NV_CTRL_GPU_POWER_SOURCE NV-CONTROL API to report undersized
power source.
* Add support for version 4 of the linux-dmabuf wayland protocol.
* Added NV-CONTROL attributes NV_CTRL_FRAMELOCK_MULTIPLY_DIVIDE_MODE
and NV_CTRL_FRAMELOCK_MULTIPLY_DIVIDE_VALUE to allow syncing a
Quadro Sync II card to different House Sync signal rates. This
feature requires firmware version 2.18 or later; to download the
latest firmware version, please visit:
https://www.nvidia.com/en-us/drivers/firmware/quadro-sync-firmware-driver/
* Added support for the VK_KHR_video_queue, VK_KHR_video_decode_queue,
VK_KHR_video_decode_h264 and VK_KHR_video_decode_h265 extensions.
* Added an application profile to avoid performance problems in Xfce 4
when the OpenGL compositor backend is enabled along with G-SYNC.
* Added support for suspend and resume when using GSP firmware.
* Moved the nvidia-settings application icon into the 'hicolor' icon theme,
which allows it to be customized by other icon themes selected in the
desktop environment.
* Fixed a bug that prevented PRIME render offload from working for
Wayland applications when running on a system with an AMD iGPU.
* Fixed a bug that prevented nvidia-installer from recording kernel log
output to the installer log in some module loading failure paths.
* Changed nvidia-installer to no longer use the $XDG_DATA_DIRS environment
variable. XDG data files are now installed to a path specified by the
--xdg-data-dir option, or /usr/share if not specified.
This fixes a problem when Flatpak is installed that caused the installer
to place the nvidia-settings.desktop file in
/root/.local/share/flatpak/exports/share/applications.
* Changed the behavior of glXGetRefreshRateSGI() for non-integer
refresh rates to round to the nearest whole number rather than
truncating.
* Changed the compression format of the .run installer package from xz
to zstd. This results in a smaller compressed package, and faster
decompression performance. A fallback zstd decompressor is embedded
into the installer package for systems which do not already have a
zstd decompression program installed.
* Fixed a bug that caused nvidia-installer to mistakenly unload some
already loaded non-NVIDIA kernel modules.
- added nvoptix.bin, which is used by libnvoptix (see changelog above)
- removed no longer available libnvidia-compiler (see changelog above)
- adjusted %eglwaylandversion
-------------------------------------------------------------------
Wed May 24 13:05:44 UTC 2023 - Stefan Dirsch <[email protected]>
- back to require "GA" kernel-devel package for sle15-sp5 with the
end of beta period ...
-------------------------------------------------------------------
Tue May 9 18:33:02 UTC 2023 - Stefan Dirsch <[email protected]>
- Update to version 525.116.04
* Fixed a regression in Luxmark performance between 525.89.02
and 525.105.17.
* Fixed a bug that could cause an unexpected
VK_ERROR_NATIVE_WINDOW_IN_USE_KHR error in certain circumstances
when recreating Vulkan surfaces.
* Fixed a regression that caused brightness control to not vary
smoothly across the range of values.
-------------------------------------------------------------------
Tue Apr 25 17:41:42 UTC 2023 - Stefan Dirsch <[email protected]>
- Update to version 525.116.03
* Fixed a regression in Luxmark performance between 525.89.02 and
525.105.17.
* Fixed a bug that could cause an unexpected
VK_ERROR_NATIVE_WINDOW_IN_USE_KHR error in certain circumstances when
recreating Vulkan surfaces.
* Fixed a regression that caused brightness control to not vary
smoothly across the range of values.
-------------------------------------------------------------------
Thu Apr 20 11:53:24 UTC 2023 - Stefan Dirsch <[email protected]>
- kmp-post.sh/kmp-trigger.sh
* load modules already in initrd on non-Optimus, i.e. nVidia-only
systems
- kmp-filelist
* mark dracut config file as %config
-------------------------------------------------------------------
Wed Apr 19 15:26:38 UTC 2023 - Stefan Dirsch <[email protected]>
- cuda-cloud-opengpu package
* description: adjusted URL of nVidia's CUDA repository for aarch64
* don't require cuda-demo-suite-12-1 on aarch64, since it's not
availabable for this platform :-(
-------------------------------------------------------------------
Tue Apr 18 14:13:30 UTC 2023 - Stefan Dirsch <[email protected]>
- fix kernel module build on aarch64
-------------------------------------------------------------------
Thu Mar 30 11:04:35 UTC 2023 - Stefan Dirsch <[email protected]>
- Update to version 525.105.17
* Fixed a bug that could cause the nvidia-settings control panel to
crash when resetting the display layout.
* Fixed a bug that could cause excessive GPU power consumption at idle
when driving multiple displays with a high refresh rate.
* Fixed a bug in nvidia-powerd which could cause excessive CPU usage.
* Fixed an issue which could cause applications to run at 1 FPS when
using an NVIDIA PRIME Display Offload sink as the only active display.
* Added compatibility for Linux kernels with Indirect Branch Tracking
(IBT).
-------------------------------------------------------------------
Tue Mar 28 13:12:21 UTC 2023 - Stefan Dirsch <[email protected]>
- cuda-cloud-opengpu
* added cuda-demo-suite-12-1 to requires in order to have a simple
tool for testing available such as
/usr/local/cuda*/extras/demo_suite/deviceQuery
-------------------------------------------------------------------
Mon Mar 27 18:53:23 UTC 2023 - Stefan Dirsch <[email protected]>
- build cuda-cloud-opengpu only on Leap 15.5/sle15-sp5 and TW;
planned for later: Leap 15.4/sle15-sp5
-------------------------------------------------------------------
Mon Mar 27 15:49:21 UTC 2023 - Stefan Dirsch <[email protected]>
- added cuda-cloud-opengpu meta package to have a Meta package for
CUDA minimal installation in the Cloud (boo#1208919)
-------------------------------------------------------------------
Wed Mar 8 09:34:33 UTC 2023 - Stefan Dirsch <[email protected]>
- during beta period of sle15-sp5 no longer try to require a "GA"
kernel-devel package; this will be reverted with GM (bsc#1208209)
-------------------------------------------------------------------
Sat Mar 4 19:33:22 UTC 2023 - Stefan Dirsch <[email protected]>
- sign kernel modules also on TW (boo#1208939)
-------------------------------------------------------------------
Fri Feb 17 04:58:32 UTC 2023 - Stefan Dirsch <[email protected]>
- moved cuda-drivers provides to nvidia-compute-utils-G06
-------------------------------------------------------------------
Wed Feb 8 22:07:27 UTC 2023 - Stefan Dirsch <[email protected]>
- Update to version 525.89.02
* Fixed a bug that could cause banding or flickering of color
gradients on DisplayPort monitors
-------------------------------------------------------------------
Wed Jan 25 11:53:33 UTC 2023 - Bruno Pitrus <[email protected]>
- Make package dash-sh compatible (boo#1195391)
-------------------------------------------------------------------
Tue Jan 24 23:47:15 UTC 2023 - Stefan Dirsch <[email protected]>
- nvidia-driver-G06-kmp: added conflicts to openGPU driver packages
nvidia-open-driver-G06-kmp, nvidia-open-driver-G06-signed-kmp
(boo#1207495)
-------------------------------------------------------------------
Tue Jan 24 17:56:41 UTC 2023 - Stefan Dirsch <[email protected]>
- moved nvidia-xconfig from nvidia-compute-utils-G06 to
nvidia-gl-G06
-------------------------------------------------------------------
Tue Jan 24 13:22:12 UTC 2023 - Stefan Dirsch <[email protected]>
- added meta packages nvidia-drivers-G06 and nvidia-drivers-minimal-G06
for full and compute only installations according to Redesign
-------------------------------------------------------------------
Tue Jan 24 12:28:33 UTC 2023 - Stefan Dirsch <[email protected]>
- moved nvidia-xconfig to nvidia-compute-utils-G06, since this is
needed by suse-prime/prime-select to detect nvidia's PCI busid.
-------------------------------------------------------------------
Fri Jan 20 10:55:43 UTC 2023 - Stefan Dirsch <[email protected]>
- created %triggerpostun for nvidia-gfxG06-kmp also for Tumbleweed
packages to rebuild and reinstall kernel modules, which are
removed in %postun of nvidia-gfxG06-kmp, when this package gets
replaced by nvidia-driver-G06-kmp (boo#1207314)
-------------------------------------------------------------------
Wed Jan 18 12:11:16 UTC 2023 - Stefan Dirsch <[email protected]>
- Update to version 525.85.05
* Improved the reliability of suspend and resume on UEFI systems
when using certain display panels.
* Fixed a bug that prevented some controls in the nvidia-settings
control panel from working when running an X server as an
unprivileged user.
* Fixed a bug that could cause VK_ERROR_DEVICE_LOST when using
VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT to allocate
memory.
-------------------------------------------------------------------
Tue Jan 17 13:32:56 UTC 2023 - Stefan Dirsch <[email protected]>
- minor cleanup
-------------------------------------------------------------------
Tue Jan 17 12:23:06 UTC 2023 - Stefan Dirsch <[email protected]>
- created %triggerpostun for nvidia-gfxG06-kmp to recreate
weak-updates, when this package gets replaced by nvidia-driver-G06-kmp
-------------------------------------------------------------------
Mon Jan 16 13:44:37 UTC 2023 - Stefan Dirsch <[email protected]>
- Update to version 525.85.04
* adds official support for
+ NVIDIA H100 80GB HBM3
+ NVIDIA H100 80GB HBM2e
+ NVIDIA GeForce RTX 2050
- make Provides/Obsoletes to old package names version specific
-------------------------------------------------------------------
Mon Jan 16 13:05:38 UTC 2023 - Stefan Dirsch <[email protected]>
- no longer package manual page for nvidia-installer, which isn't
packages for obvious reasons
- move html pages for nvidia-persistenced, nvidia-debugdump and
nvidia-smi to nvidia-compute-G06 where alsoall the other html
pages are
-------------------------------------------------------------------
Fri Jan 13 14:05:24 UTC 2023 - Stefan Dirsch <[email protected]>
- moved files to package nvidia-video-G06-32bit according to Redesign
-------------------------------------------------------------------
Fri Jan 13 13:52:14 UTC 2023 - Stefan Dirsch <[email protected]>
- moved files to package nvidia-video-G06 according to Redesign
- removed GSP firmware files (extra source package
kernel-firmware-nvidia-gsp-G06 now)
-------------------------------------------------------------------
Fri Jan 13 13:18:10 UTC 2023 - Stefan Dirsch <[email protected]>
- moved files to package nvidia-gl-G06-32bit according to Redesign
-------------------------------------------------------------------
Fri Jan 13 12:26:17 UTC 2023 - Stefan Dirsch <[email protected]>
- no libnvidia-wayland-client, libnvidia-gtk3 on aarch64; remove
from filelist
-------------------------------------------------------------------
Fri Jan 13 11:55:39 UTC 2023 - Stefan Dirsch <[email protected]>
- moved files to package nvidia-gl-G06 according to Redesign
- moved %{_libdir}/gbm/nvidia-drm_gbm.so to package nvidia-video-G06
since it's a symlink to libnvidia-allocator
-------------------------------------------------------------------
Thu Jan 12 15:12:51 UTC 2023 - Stefan Dirsch <[email protected]>
- no libnvidia-compiler on aarch64; remove from filelist there
-------------------------------------------------------------------
Thu Jan 12 14:55:53 UTC 2023 - Stefan Dirsch <[email protected]>
- moved files to package nvidia-compute-G06-32bit according to Redesign
-------------------------------------------------------------------
Thu Jan 12 14:36:27 UTC 2023 - Stefan Dirsch <[email protected]>
- moved files to package nvidia-compute-G06 according to Redesign
-------------------------------------------------------------------
Thu Jan 12 13:29:41 UTC 2023 - Stefan Dirsch <[email protected]>
- no powerd on aarch64; remove from filelist there
-------------------------------------------------------------------
Thu Jan 12 12:43:39 UTC 2023 - Stefan Dirsch <[email protected]>
- introduced packages nvidia-compute-utils-G06 and nvidia-utils-G06
- make sure new packages are installed during a regular update
- let them require nvidia-compute-G06 pkg according to Redesign
- move files to the new packages according to Redesign
- nvidia-driver-G06.rpmlintrc: x11-video-nvidia -> nvidia-video-G06
-------------------------------------------------------------------
Tue Jan 10 21:38:20 UTC 2023 - Stefan Dirsch <[email protected]>
- renamed nvidia-computeG06 to nvidia-compute-G06 package
- renamed nvidia-glG06 to nvidia-gl-G06 package
- let nvidia-video-G06, nvidia-compute-G06 and nvidia-gl-G06
packages alternatively require also
nvidia-open-driver-G06-signed-kmp package
- make updates from old package names possible via appropriate
Provides/Obsoletes
-------------------------------------------------------------------
Tue Jan 10 12:41:49 UTC 2023 - Stefan Dirsch <[email protected]>
- renamed package to nvidia-driver-G06 due to package redesign
-------------------------------------------------------------------
Mon Jan 9 10:22:49 UTC 2023 - Stefan Dirsch <[email protected]>
- Update to version 525.78.01
* Fixed a bug that could cause the nvidia-settings control panel to
crash when using a newer control panel with an older driver.
* Fixed a regression that prevented the G-SYNC/G-SYNC Compatible Visual
Indicator from being displayed when running Vulkan X11 applications.
* Fixed a bug where usage of VK_KHR_present_id could cause applications to
crash with Xid 32 errors.
* Fixed excess CPU usage in hybrid graphics configurations where an
external display is connected to an NVIDIA discrete GPU and configured
as a PRIME Display Offload sink (also known as "Reverse Prime").
- officially adds support for GeForce RTX 3050 and GeForce RTX 4070 Ti
-------------------------------------------------------------------
Mon Dec 5 14:52:04 UTC 2022 - Hans-Peter Jansen <[email protected]>
- BuildRequire %kernel_module_package_buildreqs (boo#1205149)
-------------------------------------------------------------------
Mon Nov 28 12:34:14 UTC 2022 - Stefan Dirsch <[email protected]>
- Update to version 525.60.11
* Improved the performance of PRIME render-offloaded
applications.
* Fixed a regression that prevented Warp & Blend from working
correctly.
* Fixed a bug which caused suspend to fail on systems running
GNOME 3 as a Wayland compositor with
NVreg_PreserveVideoMemoryAllocations enabled.
-------------------------------------------------------------------
Fri Nov 25 12:46:13 UTC 2022 - Stefan Dirsch <[email protected]>
- %post of nvidia-glG06
* 'prime-select <nvidia|offload>'
Don't try to run it during driver update or in secureboot since
it will fail anyway when executing
'nvidia-xconfig --query-gpu-info'. This tool is driver version
specific and needs the appropriate driver kernel modules loaded,
which is not possible during driver update (old modules still
loaded) and in secureboot mode (modules can't be loaded without
the signing key registered). (boo#1205642)
-------------------------------------------------------------------
Thu Nov 24 13:38:58 UTC 2022 - Stefan Dirsch <[email protected]>
- %post of nvidia-glG06
* when running 'prime-select <nvidia|offload>' ignore failure of
'nvidia-xconfig --query-gpu-info' during driver update; tool
is version specific and will always fail with older driver
kernel modules still loaded (boo#1205642)
-------------------------------------------------------------------
Mon Nov 21 12:30:46 UTC 2022 - Stefan Dirsch <[email protected]>
- NVreg_PreserveVideoMemoryAllocations kernel option and enabled
services nvidia-suspend, nvidia-resume and nvidia-hibernate now
needed for GNOME Wayland (gdm) since
commit 51181871e9db716546e9593216220389de0d8b03
Author: Ray Strode <[email protected]>
Date: Fri Mar 4 14:11:03 2022 -0500
data: Disable wayland on nvidia if suspend is broken
-------------------------------------------------------------------
Fri Nov 11 13:42:22 UTC 2022 - Stefan Dirsch <[email protected]>
- Update to version 525.53
* Fixed a bug which caused Dynamic Boost to not engage on certain Ampere
GPU based notebooks.
* Added support for Dynamic Boost on notebooks with AMD CPUs.
* Fixed a bug that resulted in stutter when moving windows in GNOME.
* Added support for the EGL_MESA_platform_surfaceless extension.
* Updated the nvidia-settings control panel to prevent the creation
of display layouts that exceed hardware size limitations when using
the SLI Mosaic configuration page, and to display a warning if such
a layout is created manually in the Display Configuration page.
* Removed the hard dependency on GTK 2 when building nvidia-settings
from source. nvidia-settings may now be built with support for GTK 2
only, GTK 3 only, or both GTK 2 and GTK 3.
* Updated the open kernel modules to support Quadro Sync, Stereo,
rotation in X11, and YUV 4:2:0 on Turing.
* Updated an error message that nvidia-installer displays when kernel
header files cannot be found to print full paths for the missing files.
* Updated nvidia-installer to use "command -v" in place of depending on
"which" to determine the availability and location of certain tools.
* Implemented support for over-the-air updates in the Proton and Wine NVIDIA
NGX build. This feature is disabled by default and can be enabled by
setting the "PROTON_ENABLE_NGX_UPDATER" environment variable to a value of
"1".
* Updated the Vulkan driver so that the following extensions no longer
depend on nvidia-uvm.ko being loaded at runtime:
* VK_KHR_acceleration_structure
* VK_KHR_deferred_host_operations
* VK_KHR_ray_query
* VK_KHR_ray_tracing_pipeline
* VK_NV_cuda_kernel_launch
* VK_NV_ray_tracing
* VK_NV_ray_tracing_motion_blur
* VK_NVX_binary_import
* VK_NVX_image_view_handle
* Updated nvidia-installer to allow use of the "--add-this-kernel"
feature by non-root users.
* Updated nvidia-installer to display a more accurate progress bar when
building the kernel modules.
* Updated nvidia-installer to display a warning message if a Vulkan
ICD loader is not detected.
* Reworked nvidia-installer's support for DKMS: the kernel modules will
now be optionally registered with DKMS after the installer has already
built and installed them on its own. nvidia-installer will now register
the kernel modules with DKMS by default when the dkms(8) utility is
detected on the system.
* Fixed a bug in the Vulkan driver which could lead to corruption in
geometry and tessellation control shaders.
* Added a new CUDA Debugger implementation for Pascal and newer
architectures as a part of the driver package: libcudadebugger.so
(previously released separately as "CUDA GDB Developer Preview").
* Updated the nvidia-settings control panel to correctly limit the
allowed values for GPUTargetFanSpeed to match the existing valid
fan speed ranges for supported NVIDIA GPUs. The valid ranges are
30%-100% for Ampere or newer GPUs, and 1%-100% for older GPUs.
* Fixed a regression in 515.76 that caused blank screens and hangs when
starting an X server on RTX 30 series GPUs in some configurations where
the boot display is connected via HDMI.
* Fixed a bug where Marvel's Spider-Man Remastered would sometimes crash
with Xid 13 errors on Turing and later.
* Added support for the following GPU:
* GeForce RTX 3050 OEM
* Added support for the following GPUs:
* GeForce RTX 3050
* GeForce RTX 3070 Ti Laptop GPU
* GeForce RTX 3080 Ti Laptop GPU
* GeForce RTX 3090 Ti
* RTX A500 Laptop GPU
* RTX A1000 Embedded GPU
* RTX A2000 Embedded GPU
* RTX A1000 Laptop GPU
* RTX A2000 8GB Laptop GPU
* RTX A3000 12GB Laptop GPU
* RTX A4500 Embedded GPU
* RTX A4500 Laptop GPU
* RTX A5500 Laptop GPU
* T550 Laptop GPU
* Added support for the following GPUs:
* NVIDIA GeForce MX550
* NVIDIA GeForce MX570
* NVIDIA GeForce RTX 2050
* Added support for the following GPU:
* NVIDIA PG509-210
-------------------------------------------------------------------
Tue Nov 1 14:24:56 UTC 2022 - Stefan Dirsch <[email protected]>
- fix build on aarch64 (nvidia-powerd only available on x86_64)
-------------------------------------------------------------------
Mon Oct 17 09:51:41 UTC 2022 - Stefan Dirsch <[email protected]>
- readded missing nvidia-powerd binary (reported by openSUSE user
@davidsmid in https://build.opensuse.org/package/show/X11:Drivers:Video/nvidia-gfxG06)
-------------------------------------------------------------------
Thu Oct 13 12:14:22 UTC 2022 - Stefan Dirsch <[email protected]>
- enable parallel build (make -j$(nproc)) of kernel modules in
%post/%trigger scripts
-------------------------------------------------------------------
Mon Oct 10 12:04:30 UTC 2022 - Stefan Dirsch <[email protected]>
- fixed downloading .run files via 'osc service dr' in specfile
-------------------------------------------------------------------
Sat Oct 8 08:21:25 UTC 2022 - Stefan Dirsch <[email protected]>
- Update to version 515.76
* Turing and later: fixed possible excessive GPU power draw on an
idle X11 or Wayland desktop when driving high resolutions or
refresh rates.
* Fixed a bug that caused the Xorg server to crash if an NvFBC
capture session is started while video memory is full.
-------------------------------------------------------------------
Sat Aug 6 18:02:47 UTC 2022 - Stefan Dirsch <[email protected]>
- no longer try to require a "GA" kernel-devel package on TW;
there is no such thing on TW; it has been an oversight to do
the previous change below also for TW (boo#1202192)
-------------------------------------------------------------------
Thu Jul 28 14:42:02 UTC 2022 - Stefan Dirsch <[email protected]>
- require GA kernel-devel package, always build against GA
kernel-devel package and install to GA kernel tree, so new
symbols can be added to kABI without breaking compatibility
(boo#1201936)
-------------------------------------------------------------------
Thu Jul 28 12:23:40 UTC 2022 - Stefan Dirsch <[email protected]>
- remove leftovers from build, which are not handled by NVIDIA's
"make clean" (boo#1201937)
-------------------------------------------------------------------
Tue Jul 26 11:25:05 UTC 2022 - Stefan Dirsch <[email protected]>
- Update to version 515.65.01
* Fixed a bug that caused the X server to hang when VT-switching with
stereo enabled.
* Fixed an issue that caused OpenGL applications to be unresponsive in SLI
Mosaic mode with no monitors enabled on the primary GPU.
-------------------------------------------------------------------
Thu Jul 21 10:03:15 UTC 2022 - Stefan Dirsch <[email protected]>
- %post(nvidia-glG06): run 'prime-select nvidia' even on system
without Intel GPU visible on the PCI bus, if suse-prime
package is mistakenly (still) installed to avoid nvidia kernel
modules to be blacklisted
-------------------------------------------------------------------
Tue Jul 19 14:20:07 UTC 2022 - Stefan Dirsch <[email protected]>
-json-to-pci-id-list.py