Sunday, February 5, 2023
  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Glossary
  • Community Forum
  • Web Hosting Directory
  • Login
  • Register
Cloud7 News
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Network/Internet
    • Windows
    • Software
    • Hardware
    • Blockchain
    • Policy/Legislation
    • How-Tos
    • Troubleshooting
No Result
View All Result
Cloud7 News
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Network/Internet
    • Windows
    • Software
    • Hardware
    • Blockchain
    • Policy/Legislation
    • How-Tos
    • Troubleshooting
No Result
View All Result
Cloud7 News
No Result
View All Result

Home > Linux > New Nvidia driver supports Linux kernel 5.17

New Nvidia driver supports Linux kernel 5.17

Nvidia’s latest graphics driver 510.47.03 comes with the kernel 5.17 support, which is currently under development.


Rusen Gobel Rusen Gobel
February 2, 2022
5 min read
New Nvidia driver supports Linux kernel 5.17

The GPU giant Nvidia has dropped its latest graphics driver, codenamed 510.47.03. This driver comes with new features and brings support for the brand-new RTX 3050 GPU. Most importantly, Linux kernel 5.17 is now supported. Linux kernel 5.17 is still being developed, and its Nvidia drivers will be ready as soon it reaches a final state.

Table of Contents

  • Vulkan 1.3 is now supported
  • What are the new improvements?
  • Download Nvidia 510.47.03 driver for Linux
  • FAQ

Vulkan 1.3 is now supported

The other big news coming with the 510.47.03 driver is the support of the Vulkan 1.3 API. Vulkan API is a cross-platform graphics API that can deliver superior performance compared to Microsoft’s DirectX. More and more titles are adopting the Vulkan API, and the specification for the 1.3 version is just released one week ago. Your Nvidia GPU will be ready for it with the latest driver.

What are the new improvements?

The new update also brings some handy improvements such as AV1 decode support for the VDPAU driver and an indicator for Resizable BAR technology on compatible systems. It adds a new daemon named nvidia-powerd to support the Dynamic Boost feature. Dynamic Boost is used to balance the load between CPU and GPU, resulting in improved performance.

  • Added support for RTX 3050
  • Fixed several issues which caused the supported-gpus.json file to contain incorrect product information.
  • Fixed a bug that caused the nvidia-settings control panel to report inaccurate ECC error counts, and completely prevented the reporting of aggregate ECC error counts. ECC error counts reported by nvidia-smi were not affected.
  • Added a GUI control for setting Image Sharpening values in the app profiles page of the nvidia-settings control panel.
  • Fixed a bug which caused Vulkan applications to hang when the __GL_THREADED_OPTIMIZATIONS environment variable was set to enable threaded optimizations in the NVIDIA driver.
  • Fixed a bug where calls to vkWaitForPresentKHR would fail with VK_TIMEOUT on Maxwell and Pascal GPUs.
  • Added support for the VK_EXT_depth_clip_control extension.
  • Added support for the VK_EXT_border_color_swizzle extension.
  • Added support for the VK_EXT_image_view_min_lod extension.
  • Fixed a bug in the Vulkan compiler where 64-bit atomics were partially broken.
  • Fixed a bug in the Vulkan driver where VK_NULL_HANDLE was not properly handled as input to VkRenderingFragmentShadingRateAttachmentInfoKHR.imageView.
  • Added support for the VK_KHR_dynamic_rendering extension.
  • Added support for the bufferDeviceAddressCaptureReplay Vulkan feature.
  • Optimized the Vulkan fullscreen presentation path for X11 and direct-to-display swapchains.
  • Added AV1 decode support to the NVIDIA VDPAU driver. See the VDPAU Support appendix in the README for supported AV1 decoder profiles.
  • Added support for the VK_KHR_format_feature_flags2 extension.
  • Added support for the VK_KHR_maintenance4 extension.
  • Fixed a bug in the Vulkan driver where the SPIR-V Centroid interpolation decoration was not ignored when used in conjunction with FragCoord.
  • Fixed a bug in the Vulkan driver where unreferenced descriptor bindings were sometimes not ignored properly.
  • Fixed a bug in the Vulkan driver where vkCmdBindDescriptorSets would not properly handle pDynamicOffsets for compute pipelines.
  • Added support for the VK_KHR_shader_integer_dot_product extension.
  • Added support for the VK_EXT_primitive_topology_list_restart extension.
  • Added support for the VK_EXT_load_store_op_none extension.
  • Fixed a bug which caused OpenGL and Vulkan applications to generate excessive traffic over dbus while attempting to communicate with nvidia-powerd, even though nvidia-powerd was not running.
  • Removed the runtime loader (rtld) sanity test from nvidia-installer.This test has been made largely obsolete by GLVND.
  • Updated nvidia-xconfig to add a BusID to the “Device” section by default on systems with both NVIDIA and non-NVIDIA GPUs. This behavior can be suppressed by using the –no-busid option.
  • Enabled GSP Firmware by default on NVIDIA T4, A100, A30, A40, A16, A2, and several other Tesla products. Please see the “GSP Firmware” chapter in the README for details.
  • Fixed a bug in the Vulkan driver where some Ray Tracing shaders would timeout, resulting in device loss.
  • Fixed a bug in the Vulkan driver where unused input attributes to a vertex shader would corrupt the interpolation qualifiers for the shader.
  • Fixed a bug in the Vulkan driver where individual components of barycentric inputs could not be read.
  • Added support for the VK_KHR_present_id extension.
  • Added support for the VK_KHR_present_wait extension.
  • Added support for the VK_KHR_shader_subgroup_uniform_control_flow extension.
  • Fixed a bug where VK_NVX_binary_import was advertised as supported on unsupported platforms. This caused calls to vkCreateDevice to fail if applications attempted to enable VK_NVX_binary_import on such platforms.
  • Added support for the GBM API. This adds the new symlink nvidia-drm_gbm.so pointing to the file libnvidia-allocator.so.VERSION to implement a GBM backend driver usable with the GBM loader from the Mesa project version 21.2 and above, as well as the files libnvidia-egl-gbm.so.1.1.0 and 15_nvidia_gbm.json, which implement EGL support for the GBM platform (EGL_KHR_platform_gbm).
  • Add indicator for Resizable BAR support on compatible systems.
  • Fixed a bug that could cause the X server to crash when starting a new server generation on PRIME configurations.
  • Removed support for NvIFROpenGL. This functionality was deprecated in the 470.xx driver release.
  • Removed libnvidia-cbl.so from the driver package. This functionality is now provided by other driver libraries.
  • Changed the minimum required Linux kernel version from 2.6.32 to 3.10.
  • Updated nvidia.ko to load even if no supported NVIDIA GPUs are present when an NVIDIA NVSwitch device is detected in the system. Previously, nvidia.ko would fail to load into the kernel if no supported GPUs were present.
  • Added support for Vulkan 1.3.
  • Added a new daemon, nvidia-powerd, to provide support for the Dynamic Boost feature on supported systems. Dynamic Boost balances power between the CPU and the GPU for improved performance. For more details, see the “Dynamic Boost on Linux” chapter in the README.
  • Updated nvidia-bug-report.sh to search the systemd journal for nvidia-powerd logs.
  • Added a new module parameter, “peerdirect_support”, to the nvidia-peermem.ko kernel module, to correctly support GPUDirect RDMA on MOFED 5.0 and older releases.
  • Added an application profile to avoid an image corruption issue in Blender, as described at https://developer.blender.org/T76874
  • Fixed a driver installation failure on Linux kernel 5.17 release candidates, where the NVIDIA kernel module failed to build with error “implicit declaration of function ‘PDE'”.

Download Nvidia 510.47.03 driver for Linux

The new graphics driver brings many more improvements and fixes. You can see the complete list of changes below the download link.

Click here to download Nvidia 510.47.03 driver for Linux.

FAQ

What is the most recent Linux kernel?

Currently, the most recent Linux kernel version is 6.1. The 6.2 version is expected to be released in the middle of February 2023.

How do you check the installed Linux kernel version?

You can check the Linux kernel version of your system with three different methods. You can simply use uname -r command to quickly check the Linux kernel version. You can also use cat /proc/version to check the version from a file. Installing the neofetch application is also an option to check the kernel version and it provides additional information about the other packages installed as well.

Can the Linux kernel be customized?

Yes, the Linux kernel can be customized. You can customize the Linux kernel by enabling or disabling specific options, and even adding new functionalities. But it’s a complicated process; you can check online guides about customizing the Linux kernel.

Is it legal to edit the Linux kernel?

Yes, it is legal to edit the Linux kernel since it is under General Public License.

Is the Linux kernel open source?

Yes, the Linux kernel is an open-source project.

Who developed the Linux kernel?

Linus Torvalds has developed and still developing the Linux kernel.

Does Linus Torvalds still work on Linux?

Yes, Linus Torvalds still works on developing the Linux kernel.

What is the Linux kernel written in?

Linux kernel code is written in the standard C programming language.

See more Linux News


Tags: Linux KernelNvidia
Rusen Gobel

Rusen Gobel

Rusen Gobel is a news editor at Cloud7 News. With more than 10 years of experience, Rusen worked as a hardware and software news editor for technology sites such as Shiftdelete, Teknokolis, Hardware Plus, BT Haber. In addition, Rusen publishes consumer product reviews on his YouTube channel. While consumer electronics has been his main focus for years, now Rusen is more interested in WordPress and software development. He had contributed different web application projects in his professional career. Rusen had graduated from Istanbul University, department of Computer Engineering. Rusen has a very high passion for learning and writing for every kind of technology. That's why he has been working as a tech editor for more than ten years on several different technology magazines and online news portals.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

I agree to the Terms & Conditions and Privacy Policy.

Next Post
Alphabet reported fourth quarter and fiscal year results

Alphabet reported fourth quarter and fiscal year results

Related News

Best Ubuntu alternatives for desktop of 2023

Best Ubuntu alternatives for desktop of 2023

February 4, 2023 12:20 pm
The Ultimate Distro-Blend blendOS arrives

The ultimate distro-blend blendOS arrives

February 2, 2023 4:00 pm
Linux Mint 21.2 “Victoria” preview

What’s new in Linux Mint 21.2 “Victoria”?

February 2, 2023 3:00 pm
Microsoft Defender has been improved for Linux

Microsoft Defender has been improved for Linux endpoints

February 2, 2023 2:30 pm
Get free daily newsletters from Cloud7 News Get the Cloud7 Newsletter
Select list(s):

Check your inbox or spam folder to confirm your subscription.

By subscribing, you agree to our
Copyright Policy and Privacy Policy

Get the free newsletter

Subscribe to receive the latest IT business updates straight to your inbox.

Select list(s):

Check your inbox or spam folder to confirm your subscription.

Editor's Choice

What’s new in Linux kernel 6.2 rc6?

10 Best Web Hosting Services of 2023

Ubuntu 22.04 LTS is available for download. What is new?

CERN and Fermilab recommend AlmaLinux

7 best hosting control panels of 2023

How to update Linux Kernel without rebooting?

7 best Linux mail servers of 2023

7 best cPanel alternatives for 2023

7 best Linux web browsers for 2023

7 best CentOS alternatives

7 best Linux server distros of 2023

Interview with Igor Seletskiy on AlmaLinux

How to create a VM on VMware Workstation

Recent News

  • Weekly round-up: 30 January – 3 February
  • What is Deep Learning?
  • What is GitHub Copilot?
  • Cloud7 Expert Series: Dennis Kittrell from CloudLinux
  • Best Ubuntu alternatives for desktop of 2023

Cloud7 News
Cloud7 is a news source that publishes the latest news, reviews, comparisons, opinions, and exclusive interviews to help tech users of high-experience levels in the IT industry.

EXPLORE

  • Web Hosting
  • Cloud Computing
  • Data Center
  • Cybersecurity
  • Linux
  • Network/Internet
  • Software
  • Hardware
  • How-Tos
  • Troubleshooting

RESOURCES

  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Glossary
  • Community Forum
  • Web Hosting Directory

Get the Cloud7 Newsletter

Get FREE daily newsletters from Cloud7 delivering the latest news and reviews.

  • About
  • Privacy & Policy
  • Copyright Policy
  • Contact

© 2023, Cloud7 News. All rights reserved.

No Result
View All Result
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Network/Internet
    • Windows
    • Software
    • Hardware
    • Blockchain
    • Policy/Legislation
    • How-Tos
    • Troubleshooting
  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Glossary
  • Community Forum
  • Web Hosting Directory

© 2023, Cloud7 News. All rights reserved.

Welcome Back!

Sign In with Facebook
Sign In with Google
Sign In with Linked In
OR

Login to your account below

Forgotten Password? Sign Up

Create New Account!

Sign Up with Facebook
Sign Up with Google
Sign Up with Linked In
OR

Fill the forms below to register

*By registering into our website, you agree to the Terms & Conditions and Privacy Policy.
All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In
This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.