Skip to content

Commit

Permalink
nvidia-glx-driver: Update to 550.67
Browse files Browse the repository at this point in the history
**Summary**

Changes:
- 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
- Updated the nvidia-settings control panel to ensure that the entire Display Configuration page can be used when the Layout window is shown
- Updated the nvidia-settings control panel to allow the primary display to be set on any GPU in a multi-GPU system
- Fixed Xid error when playing Alan Wake 2 with ray tracing enabled

Signed-off-by: Thomas Staudinger <Staudi.Kaos@gmail.com>
  • Loading branch information
Staudey committed Mar 21, 2024
1 parent cec5e1a commit 15a7352
Show file tree
Hide file tree
Showing 7 changed files with 6,892 additions and 6,890 deletions.
24 changes: 12 additions & 12 deletions packages/n/nvidia-glx-driver/abi_libs
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@ libGLESv2_nvidia.so.2
libGLX_nvidia.so.0
libcuda.so.1
libcudadebugger.so.1
libglxserver_nvidia.so.550.54.14
libglxserver_nvidia.so.550.67
libnvcuvid.so.1
libnvidia-allocator.so.1
libnvidia-api.so.1
libnvidia-cfg.so.1
libnvidia-egl-gbm.so.1
libnvidia-eglcore.so.550.54.14
libnvidia-eglcore.so.550.67
libnvidia-encode.so.1
libnvidia-fbc.so.1
libnvidia-glcore.so.550.54.14
libnvidia-glsi.so.550.54.14
libnvidia-glvkspirv.so.550.54.14
libnvidia-gpucomp.so.550.54.14
libnvidia-gtk2.so.550.54.14
libnvidia-gtk3.so.550.54.14
libnvidia-glcore.so.550.67
libnvidia-glsi.so.550.67
libnvidia-glvkspirv.so.550.67
libnvidia-gpucomp.so.550.67
libnvidia-gtk2.so.550.67
libnvidia-gtk3.so.550.67
libnvidia-ml.so.1
libnvidia-ngx.so.1
libnvidia-nvvm.so.4
libnvidia-opencl.so.1
libnvidia-opticalflow.so.1
libnvidia-pkcs11-openssl3.so.550.54.14
libnvidia-pkcs11-openssl3.so.550.67
libnvidia-ptxjitcompiler.so.1
libnvidia-rtcore.so.550.54.14
libnvidia-tls.so.550.54.14
libnvidia-wayland-client.so.550.54.14
libnvidia-rtcore.so.550.67
libnvidia-tls.so.550.67
libnvidia-wayland-client.so.550.67
libnvoptix.so.1
libvdpau_nvidia.so.1
nvidia_drv.so
12 changes: 6 additions & 6 deletions packages/n/nvidia-glx-driver/abi_libs32
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ libGLX_nvidia.so.0
libcuda.so.1
libnvcuvid.so.1
libnvidia-allocator.so.1
libnvidia-eglcore.so.550.54.14
libnvidia-eglcore.so.550.67
libnvidia-encode.so.1
libnvidia-fbc.so.1
libnvidia-glcore.so.550.54.14
libnvidia-glsi.so.550.54.14
libnvidia-glvkspirv.so.550.54.14
libnvidia-gpucomp.so.550.54.14
libnvidia-glcore.so.550.67
libnvidia-glsi.so.550.67
libnvidia-glvkspirv.so.550.67
libnvidia-gpucomp.so.550.67
libnvidia-ml.so.1
libnvidia-nvvm.so.4
libnvidia-opencl.so.1
libnvidia-opticalflow.so.1
libnvidia-ptxjitcompiler.so.1
libnvidia-tls.so.550.54.14
libnvidia-tls.so.550.67
libvdpau_nvidia.so.1
7,834 changes: 3,917 additions & 3,917 deletions packages/n/nvidia-glx-driver/abi_symbols

Large diffs are not rendered by default.

5,326 changes: 2,663 additions & 2,663 deletions packages/n/nvidia-glx-driver/abi_symbols32

Large diffs are not rendered by default.

0 comments on commit 15a7352

Please sign in to comment.