NVIDIA驱动程序

  1. 将NVIDIA GPU驱动程序PPA添加到您的系统:

    按下键盘上的 Ctrl + Alt + T 键打开终端窗口。

    添加图形驱动程序PPA:

    sudo add-apt-repository ppa:graphics-drivers/ppa
    

    这将提供当前长期分支版本的信息:`nvidia-xxx`

    ../../../_images/long-lived-branch-release-nvidia.png
  2. 为您的系统安装当前最新的驱动程序:

    sudo apt update
    sudo apt install nvidia-driver-xxx
    
    sudo apt update
    sudo apt install nvidia-driver-xxx
    

    备注

    Support for Ubuntu 18.04 is removed since SDK 2.10. To see Ubuntu 18.04 instructions for an earlier SDK version, change the Knowledge Base version in the top left corner.

    安装驱动程序后,重新启动系统:

    sudo reboot
    
  3. 检查OpenCL驱动程序

    执行以下命令以获取有关系统上所有OpenCL平台及其公开的设备的综合摘要:

    备注

    你首先需要 安装clinfo

    /usr/bin/clinfo -l
    

    如果clinfo不打印任何内容,您可能需要 将您的用户添加到视频组