Skip to content

Instantly share code, notes, and snippets.

@aschiavon91
Created August 12, 2025 19:02
Show Gist options
  • Select an option

  • Save aschiavon91/d4be876c532bd780c2ea285bac4f3b2c to your computer and use it in GitHub Desktop.

Select an option

Save aschiavon91/d4be876c532bd780c2ea285bac4f3b2c to your computer and use it in GitHub Desktop.
Pop!_OS 24.04 nvidia suspend fix

Install 575 driver version

sudo apt install nvidia-driver-575-open

Configure Nvidia power management

echo "options nvidia NVreg_PreserveVideoMemoryAllocations=1 NVreg_TemporaryFilePath=/var/tmp" | sudo tee /etc/modprobe.d/nvidia-power-management.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment