rootpages icon indicating copy to clipboard operation
rootpages copied to clipboard

[graphics][graphics_drivers] NVIDIA drivers for maximum energy efficiency

Open LukeShortCloud opened this issue 1 year ago • 0 comments
trafficstars

These drivers provide the best energy efficiency by supporting Run Time D3 (RTD3) which is basically a deep sleep when the GPU is not in-use.

  • NVIDIA Turing (RTX 4000 series) or newer = NVIDIA proprietary graphics drivers
  • NVIDIA Ampere (RTX 3000 series) or newer = NVIDIA open kernel module

https://forums.developer.nvidia.com/t/clarifying-560-series-drivers-open-sourcedness-vs-kernel-module-type-proprietary/292698/2

For older NVIDIA graphics cards, udev rules can be used to manage RTD3.

  • https://aur.archlinux.org/packages/nvidia-prime-rtd3pm (these are more up-to-date)
  • https://wiki.archlinux.org/title/PRIME#NVIDIA

LukeShortCloud avatar Aug 02 '24 03:08 LukeShortCloud