Linux x64 (AMD64/EM64T) Display Driver 570.86.16 | Linux 64-bit

드라이버 홈 > Linux x64 (AMD64/EM64T) Display Driver

*이 다운로드에는 NVIDIA 그래픽 드라이버와 GeForce Experience 애플리케이션을 추가로 설치할 수 있는 옵션이 포함되어 있습니다. 소프트웨어 사용에 대한 세부 정보는 각각 NVIDIA GeForce 소프트웨어 라이선스GeForce Experience 소프트웨어 라이선스에서 확인할 수 있습니다.

*이 다운로드에는 NVIDIA 그래픽 드라이버와 GeForce Experience 애플리케이션을 추가로 설치할 수 있는 옵션이 포함되어 있습니다. 소프트웨어 사용에 대한 세부 정보는 각각 NVIDIA GeForce 소프트웨어 라이선스GeForce Experience 소프트웨어 라이선스에서 확인할 수 있습니다.

'다운로드' 버튼을 클릭함으로써 사용자는 드라이버 사용을 위해 NVIDIA 소프트웨어 고객 사용 라이선스를 읽었으며 이를 준수하는 데 동의하는 것으로 간주됩니다. '다운로드' 버튼을 클릭하는 즉시 드라이버 다운로드를 시작합니다. NVIDIA는 사용자가 최신 드라이버 버전으로 업데이트할 것을 권장합니다.

드라이버 버전: 570.86.16 | BETA
출시일: Thu Jan 30, 2025
운영 체제: Linux 64-bit
언어: Korean
파일 크기: 375.5 MB

'다운로드' 버튼을 클릭함으로써 사용자는 드라이버 사용을 위해 NVIDIA 소프트웨어 고객 사용 라이선스를 읽었으며 이를 준수하는 데 동의하는 것으로 간주됩니다. '다운로드' 버튼을 클릭하는 즉시 드라이버 다운로드를 시작합니다. NVIDIA는 사용자가 최신 드라이버 버전으로 업데이트할 것을 권장합니다.

드라이버를 자동으로 최신 상태로 유지합니다.

드라이버를 자동으로 감지하고 최신 상태로 유지합니다. 영상, 스크린샷, 라이브스트림을 캡처하여 친구와 공유하세요. GeForce Experience는 GeForce 그래픽 카드에 꼭 필요한 애플리케이션입니다.

드라이버를 자동으로 최신 상태로 유지합니다.

여러 프로젝트를 수행하면서 생산성을 유지하고, 원격 팀과 협업하고, 촉박한 마감 시한을 지키세요. RTX Experience는 NVIDIA RTX 또는 NVIDIA Quadro 그래픽 카드를 위한 최고의 동반자입니다.

  • Fixed a bug that caused the nvidia-settings control panel to crash when querying VRR attributes on some monitors.
  • Updated the nvidia-settings control panel to use NVML rather than NV-CONTROL to control GPU clocks and fan speed. This allows related functionality to work when using Wayland, where the NV-CONTROL X extension is not available. Note that as a result, some operations which were previously available to unprivileged users, due to the privileges of the X server, may now require elevated privileges.
  • Added support for VRR on systems with multiple displays.
  • Added an application profile to improve performance on Indiana Jones and the Great Circle.
  • Added an application profile to resolve a corruption issue on Assassin's Creed Valhalla and Assassin's Creed Mirage.
  • Implemented support for the VK_KHR_incremental_present extension.
  • Fixed a bug that could cause some Vulkan applications to crash when responding to window resize events.
  • Updated GPU overclocking control to be available by default in nvidia-settings, for GPU boards that support programmable clock control. Previously, this was only available when bit 3 was set in the "Coolbits" X config option.
  • Disabled a power saving feature on Ada and above generation GPUs for surfaces allocated with the DRM Dumb-Buffers API, for example, when using a DRM fbdev. The power saving feature could cause black screens for DRM Dumb-Buffers which use front buffer rendering instead of KMS flips.
  • Fixed a bug that could cause some multi-threaded OpenGL applications, for example Civilization 6, to crash when running on Xwayland.
  • Added support for querying Dynamic Boost status via the 'power' file in /proc/driver/nvidia/gpus/*.
  • Enabled 32 bit compatibility support for the NVIDIA GBM backend.
  • Added a new kernel module parameter, 'conceal_vrr_caps', to the nvidia-modeset kernel module. This parameter may be used to enable usage of features on some displays such as ULMB (Ultra Low Motion Blur) which are incompatible with VRR. See the "Direct Rendering Manager Kernel Modesetting" (DRM KMS) chapter of the README for further information.
  • Fixed a bug that could cause games to crash when the "PROTON_ENABLE_NGX_UPDATER" environment variable was set to a value of "1".
  • Added /usr/share/nvidia/files.d/sandboxutils-filelist.json which lists all the driver files used by container runtime environments such as nvidia-container-toolkit and enroot.
  • Added support for the systemd suspend-then-hibernate method of system sleep. This feature requires systemd version 248 or newer.
  • Enabled the nvidia-drm fbdev=1 option by default. When supported by the kernel and the nvidia-drm modeset=1 option is enabled, nvidia-drm will replace the system's framebuffer console with one driven by DRM.
    This feature can be disabled by setting fbdev=0.
  • Implemented a feature that allows low latency display interrupts to be serviced even when the system is under heavy contention. This is especially useful for reducing stutter when using virtual reality.
    This feature is experimental and disabled by default.
    This feature can be enabled by loading nvidia.ko with the `NVreg_RegistryDwords=RMIntrLockingMode=1` kernel module parameter.
  • Fixed a bug, introduced in 555.58, where some DVI outputs would not work with HDMI monitors.
  • In Linux kernel 6.11, drm_fbdev_generic was renamed to drm_fbdev_ttm. Use drm_fbdev_ttm when present to keep supporting direct framebuffer access needed for Wayland compositors to present content on newer kernels.
  • In linux-next commit 446d0f4849b1, output_poll_changed is removed from struct drm_mode_config_funcs. Do not implement the function pointer member when not present to ensure the driver can compile with newer kernels. The driver now supports enumerating modes on hotplug events through the DRM fbdev API.
  • In linux-next commit 446d0f4849b1, intended to be included in Linux kernel 6.12, output_poll_changed is removed from struct drm_mode_config_funcs. Do not implement the function pointer member when not present to ensure the driver can compile with newer kernels. Populating modes for DRM connectors during hotplug events will not be supported with r535 and kernels containing the relevant commit.
  • 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.

문제가 발생했습니다.

올바르게 로드할 수 없었습니다. 아래 버튼을 클릭하여 드라이버 홈으로 돌아가십시오.

Select Location
Middle East