diff --git a/install/config/hardware/nvidia.sh b/install/config/hardware/nvidia.sh index 494390b757..b3a5f00f53 100644 --- a/install/config/hardware/nvidia.sh +++ b/install/config/hardware/nvidia.sh @@ -12,7 +12,7 @@ if [ -n "$(lspci | grep -i 'nvidia')" ]; then # --- Driver Selection --- # Turing (16xx, 20xx), Ampere (30xx), Ada (40xx), and newer recommend the open-source kernel modules - if echo "$(lspci | grep -i 'nvidia')" | grep -q -E "RTX [2-9][0-9]|GTX 16"; then + if echo "$(lspci | grep -i 'nvidia')" | grep -q -E "RTX Pro [1-9]|RTX [2-9][0-9]|GTX 16"; then NVIDIA_DRIVER_PACKAGE="nvidia-open-dkms" else NVIDIA_DRIVER_PACKAGE="nvidia-dkms"