problems with NVIDIA drivers
problems with NVIDIA drivers
You've saved the Pop-OS ISO on your new PC, but the display resolution remains stuck at 1028 x 763 (4:3). The NVIDIA version you downloaded is compatible with your GTX 460. After trying to update drivers through the Pop Shop, you encountered an installation error: "Error while installing package: installed nvidia-dkms-390 package post-installation script subprocess returned error exit status 10." Please verify the correct driver files for your GPU model or consider reinstalling the driver manually.
It could relate to the driver type and kernel version you're using. Consider updating to nvidia-driver-390. If you have a terminal, run sudo apt install nvidia-driver-390 -y. If issues persist, try nvidia-384 with sudo apt install nvidia-384 -y.
I don't understand the kernel version you're using—it's a brand-new ISO from Pop OS. Once I see the update, I'll attempt that command again. I've already tried using the terminal and a similar command that installed the driver via sudo apt install nvidia-driver-390 instead of the correct version.
Consider nvidia-384 and run sudo apt install nvidia-384. The -y flag confirms yes for installation without further confirmation.