Nvidia 595 Stable Out
Nvidia 595 Stable Out
Improved support for falling back to system memory when available video memory is low, to help prevent Wayland desktop freezes.
I feel like this is pretty big! forums.developer.nvidia.com/t/…/260304

The NVIDIA Linux driver doesn’t handle the VRAM sharing with the system RAM. What I’m exactly referring to is this: Windows 10 Task Manager in GPU section As can be seen, there is the “Dedicated GPU memory” and the “Shared GPU memory” that is actual system RAM but shared with the GPU, so in case the GPU runs out of VRAM, the system or game doesn’t simply crash or have a drop in FPS. So what is the problem then? The problem is that the “Shared GPU memory” doesn’t exist on the NVIDIA Linux dri...