Install Nvidia Drivers
Nvidia driver installation on Rhino Linux is fairly straightforward. To install Nvidia drivers, just run the following command:
rpk install nvidia-dkmsThis will list multiple version options to install. If you do not know which one will work best for you, check Nvidia's website (opens in a new tab).
On some older laptops, you may also need Primus libraries.
rpk install primus-nvidiaIf you would prefer to use the binary installers, which are sometimes more up-to-date than the DKMS modules provided in APT, three packages are provided by Pacstall:
- nvidia-prod-installer, from the driver's production branch
- nvidia-feat-installer, from the driver's new feature branch
- nvidia-beta-installer, from the driver's beta branch