Nvidia-Linux
✅ Install NVIDIA drivers on Pop!_OS
First, enable the restricted
repo (Pop!_OS usually has this enabled, but just in case):
sudo add-apt-repository restricted
sudo apt update
Then install the recommended driver + utils (let’s use 535 for stability):
sudo apt install nvidia-driver-535 nvidia-utils-535
If you prefer latest:
sudo apt install nvidia-driver-550 nvidia-utils-550
🔄 Reboot
sudo reboot
🖥️ Verify after reboot
Run:
nvidia-smi
You should see your GeForce GTX 960 listed, along with the driver version.