NVIDIA Support on Immutablue#
Immutablue provides NVIDIA support through the “Cyan” variant. For general information about the Cyan variant, see the Immutablue Variants page.
Installation#
To install Immutablue with NVIDIA support, you need to:
Rebase to the Cyan variant:
sudo rpm-ostree rebase ostree-unverified-registry:quay.io/immutablue/immutablue-cyan:42Reboot your system:
sudo systemctl rebootActivate the NVIDIA kernel module:
immutablue enable_nvidia_kmodReboot again to load the kernel module:
sudo systemctl reboot
Verification#
You can verify that the NVIDIA kernel module is loaded correctly by running:
lsmod | grep -i nvidiaYou should see several NVIDIA-related modules listed in the output.
Troubleshooting#
If you experience issues with NVIDIA support:
Check if the NVIDIA kernel module is loaded:
lsmod | grep -i nvidiaCheck the NVIDIA driver status:
nvidia-smiIf the module isn’t loading, check the DKMS status:
dkms statusTry rebuilding the kernel module:
sudo dkms autoinstall
See the Maintenance and Troubleshooting page for more detailed guidance on troubleshooting NVIDIA issues.