我遵循了来自官方NVidia指南的CUDA安装教程,但是我在从省电模式切换到性能模式时遇到了问题。我试着以插入和重新启动的方式登录和登录,但是它没有保存设置。

我也试着跑
$nvidia-smi
nvidia-smi: command not found这就是当我运行nvidia设置时会发生的事情。
$nvidia-settings
RROR: NVIDIA driver is not loaded
ERROR: Error querying enabled displays on GPU 0 (Missing Extension).
ERROR: Error querying connected displays on GPU 0 (Missing Extension).
** Message: PRIME: Requires offloading
** Message: PRIME: is it supported? yes
ERROR: nvidia-settings could not find the registry key file. This file should have been installed along with this driver at /usr/share/nvidia/nvidia-application-profiles-key-documentation. The application
profiles will continue to work, but values cannot be prepopulated or validated, and will not be listed in the help text. Please see the README for possible values and descriptions.我有一辆Nvidia GeForce GTX 1050。
发布于 2018-05-05 01:27:11
我在尝试安装Nvidia Docker时也遇到了同样的问题,结果发现我已经安装了384版本,Nvidia Docker安装了387版本,这意味着我现在不得不在我的系统中安装不同的nvidia驱动程序。
要解决这个问题,只需清除两个驱动程序:
并从教程中重新安装:
https://askubuntu.com/questions/1017112
复制相似问题