Joe's
Digital Garden

Debug Nvidia POP OS

Testing: glmark2

sudo apt install system76-driver-nividia

This is never the correct anser

nividia-384

This is the correct apt package to install.

The problem is most likely that POP OS updated the kernel.

Reboot and hold shift to switch to an older kernel.

Try uninstall the nvidia drivers and reinstalling in the older kernel.

Behemoth results should be ~6,000

Trying to upgrade to Kernel 6.3.9 does not work. Ran

sudo apt purge '^nvidia-*'
sudo apt autoremove
sudo apt clean
sudo apt update
sudo apt full-upgrade
ubuntu-drivers devices

vendor: NVIDIA Corporation
model: GF114 [GeForce GTX 560 Ti
driver: nvidia-driver-390
driver: xserver-xorg-video-nouveau

sudo ubuntu-drivers autoinstall

sudo add-apt-repository ppa:dtl131/nvidiaexp
sudo apt update

Looks like it's installing 390.

https://launchpad.net/~dtl131/+archive/ubuntu/nvidiaexp

Linked References