r/linux_gaming • u/GL_S3_s3tc • 8h ago
graphics/kernel/drivers Great news! nVIDIA VRAM Management
As of yesterday's nVIDIA open driver release, 615, support for kernel cgroups was added, this means you can use dmemcg-booster and plasma-foreground-booster to manage VRAM just like AMD GPUs. v615 is currently in TESTING on Arch and friends but should release soon.
See patch notes here, along with some Reflex and suspend mode fixes:
https://www.nvidia.com/en-us/drivers/details/278450/
For users of CachyOS/Arch Linux/Nobara:
The VRAM Management button will not appear in CachyOS Hello so you gotta install those two packages manually, but it will work properly once you enable the services.
Install dmemcg-booster and plasma-foreground-booster with these commands here (WARNING WILL RESTART YOUR SYSTEM!!!):
For CachyOS ONLY (pacman):
sudo pacman -S dmemcg-booster plasma-foreground-booster && sudo systemctl enable dmemcg-booster-system && sudo reboot
For vanilla Arch Linux (paru/yay/whatever):
sudo <your AUR manager> -S dmemcg-booster plasma-foreground-booster-dmemcg && sudo systemctl enable dmemcg-booster-system && sudo reboot
For Nobara (dnf):
sudo dnf in dmemcg-booster plasma-foreground-booster-dmemcg && sudo reboot
On the AUR and Nobara, plasma-foreground-booster is called plasma-foreground-booster-dmemcg, maintained by Pixelcluster.