Skip to content

Commit

Permalink
nvidia-beta-driver: Update to v565.77
Browse files Browse the repository at this point in the history
**Summary**

Changes:
- Fixed a bug in i2c handling that caused the OpenRGB Application to set incorrect LED colors on some NVIDIA GPUs
- Changed the fallback preference from 10 BPC YUV422 to 8 BPC RGB + dithering when enabling HDR scanout with limited display bandwidth
- Fixed a bug that could cause the nvidia-settings control panel to crash when using X11 forwarding on some systems
- Added a new application profile key, "GLVidHeapReuseRatio", to control the amount of memory OpenGL may hold for later reuse
- Fixed a bug that could lead to crashes when a Vulkan application waits on a VkFence created by importing a DRM syncobj
- Fixed a bug that could cause KDE Plasma 6 to crash when running as a Wayland compositor
- Fixed a bug that would cause the driver stack to fail to load the correct state of a Quadro Sync board when GSP is enabled
- Updated the kernel module build process to use CONFIG_CC_VERSION_TEXT from the Linux kernel's Kconfig to detect the compiler used to build the kernel
- Fixed a bug that prevented kernel modules linked using precompiled kernel interface files from loading on recent Debian systems
- Improved the ability of nvidia-modprobe to detect whether kernel modules are already loaded

Signed-off-by: Thomas Staudinger <[email protected]>
  • Loading branch information
Staudey committed Dec 5, 2024
1 parent 473a2bf commit e5519bf
Show file tree
Hide file tree
Showing 7 changed files with 6,668 additions and 6,667 deletions.
24 changes: 12 additions & 12 deletions packages/n/nvidia-beta-driver/abi_libs
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@ libGLESv2_nvidia.so.2
libGLX_nvidia.so.0
libcuda.so.1
libcudadebugger.so.1
libglxserver_nvidia.so.565.57.01
libglxserver_nvidia.so.565.77
libnvcuvid.so.1
libnvidia-allocator.so.1
libnvidia-api.so.1
libnvidia-cfg.so.1
libnvidia-egl-xcb.so.1
libnvidia-egl-xlib.so.1
libnvidia-eglcore.so.565.57.01
libnvidia-eglcore.so.565.77
libnvidia-encode.so.1
libnvidia-fbc.so.1
libnvidia-glcore.so.565.57.01
libnvidia-glsi.so.565.57.01
libnvidia-glvkspirv.so.565.57.01
libnvidia-gpucomp.so.565.57.01
libnvidia-gtk2.so.565.57.01
libnvidia-gtk3.so.565.57.01
libnvidia-glcore.so.565.77
libnvidia-glsi.so.565.77
libnvidia-glvkspirv.so.565.77
libnvidia-gpucomp.so.565.77
libnvidia-gtk2.so.565.77
libnvidia-gtk3.so.565.77
libnvidia-ml.so.1
libnvidia-ngx.so.1
libnvidia-nvvm.so.4
libnvidia-opencl.so.1
libnvidia-opticalflow.so.1
libnvidia-pkcs11-openssl3.so.565.57.01
libnvidia-pkcs11-openssl3.so.565.77
libnvidia-ptxjitcompiler.so.1
libnvidia-rtcore.so.565.57.01
libnvidia-rtcore.so.565.77
libnvidia-sandboxutils.so.1
libnvidia-tls.so.565.57.01
libnvidia-tls.so.565.77
libnvidia-vksc-core.so.1
libnvidia-wayland-client.so.565.57.01
libnvidia-wayland-client.so.565.77
libnvoptix.so.1
libvdpau_nvidia.so.1
nvidia_drv.so
12 changes: 6 additions & 6 deletions packages/n/nvidia-beta-driver/abi_libs32
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ libnvcuvid.so.1
libnvidia-allocator.so.1
libnvidia-egl-xcb.so.1
libnvidia-egl-xlib.so.1
libnvidia-eglcore.so.565.57.01
libnvidia-eglcore.so.565.77
libnvidia-encode.so.1
libnvidia-fbc.so.1
libnvidia-glcore.so.565.57.01
libnvidia-glsi.so.565.57.01
libnvidia-glvkspirv.so.565.57.01
libnvidia-gpucomp.so.565.57.01
libnvidia-glcore.so.565.77
libnvidia-glsi.so.565.77
libnvidia-glvkspirv.so.565.77
libnvidia-gpucomp.so.565.77
libnvidia-ml.so.1
libnvidia-nvvm.so.4
libnvidia-opencl.so.1
libnvidia-opticalflow.so.1
libnvidia-ptxjitcompiler.so.1
libnvidia-tls.so.565.57.01
libnvidia-tls.so.565.77
libvdpau_nvidia.so.1
7,830 changes: 3,915 additions & 3,915 deletions packages/n/nvidia-beta-driver/abi_symbols

Large diffs are not rendered by default.

5,322 changes: 2,661 additions & 2,661 deletions packages/n/nvidia-beta-driver/abi_symbols32

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/n/nvidia-beta-driver/abi_used_symbols32
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ libc.so.6:__fxstat
libc.so.6:__fxstat64
libc.so.6:__fxstatat
libc.so.6:__getdelim
libc.so.6:__isinf
libc.so.6:__isnan
libc.so.6:__isoc99_fscanf
libc.so.6:__isoc99_sscanf
Expand Down
6 changes: 3 additions & 3 deletions packages/n/nvidia-beta-driver/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : nvidia-beta-driver
version : 565.57.01
release : 296
version : '565.77'
release : 297
source :
- https://us.download.nvidia.com/XFree86/Linux-x86_64/565.57.01/NVIDIA-Linux-x86_64-565.57.01.run : 6eebe94e585e385e8804f5a74152df414887bf819cc21bd95b72acd0fb182c7a
- https://us.download.nvidia.com/XFree86/Linux-x86_64/565.77/NVIDIA-Linux-x86_64-565.77.run : 0a7aa742c46bcf34d766982402d17b3db1fdb3bc1b89344d70cd123c1cb3147c
extract : no
homepage : https://nvidia.com
license :
Expand Down
140 changes: 70 additions & 70 deletions packages/n/nvidia-beta-driver/pspec_x86_64.xml

Large diffs are not rendered by default.

0 comments on commit e5519bf

Please sign in to comment.