Install Nvidia Drivers
Nvidia driver installation on Rhino Linux is fairly straightforward. To install Nvidia drivers, just run the following command:
rpk install nvidia-dkms
This 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-nvidia
If 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 branchnvidia-feat-installer
, from the driver's new feature branchnvidia-beta-installer
, from the driver's beta branch