我的 Dell R720 家庭实验室安装了两块 Tesla P40 (Pascal) 和一块 GeForce GT 710 (Kepler)。我安装了最新的 Nvidia 驱动程序ubuntu-drivers
(仅检测 Tesla P40 并安装nvidia-driver-535
)。启动时,我在 中收到以下错误dmesg
:
NVRM: The NVIDIA GeForce GT 710 GPU installed in this system is
NVRM: supported through the NVIDIA 470.xx Legacy drivers. Please
NVRM: visit http://www.nvidia.com/object/unix.html for more
NVRM: information. The 535.54.03 NVIDIA driver will ignore
NVRM: this GPU. Continuing probe...
当然,我可以切换到 470.xx 旧版驱动程序,以便与 EOF 版 GeForce GT 710 GPU 兼容,但这意味着无法兼容最新的 CUDA 版本和其他新功能。我是否可以将旧版驱动程序与最新版驱动程序并排安装(可能以不同的名称安装或通过其他一些技巧),以便同时获得两全其美的效果?