We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,我在使用脚本安装nvidia驱动时按照教程指定了NVIDIA_DRIVER_VERSION命令如下:
NVIDIA_DRIVER_VERSION=430.40 NVIDIA_DRIVER_DOWNLOAD_URL=http://cn.download.nvidia.com/XFree86/Linux-x86_64/430.40/NVIDIA-Linux-x86_64-430.40.run sudo bash nvidia-gpu-installer.sh install -y
但命令执行结果还是报我没有指定版本,这两个参数根本没有起到作用
You don't specify the NVIDIA_DRIVER_VERSION, try to find the latest version Found the nvidia driver product name 'GeForce MX150', product value is
请问这个是什么情况
The text was updated successfully, but these errors were encountered:
用sudo的话, 要这样子执行
sudo
sudo NVIDIA_DRIVER_VERSION=430.40 NVIDIA_DRIVER_DOWNLOAD_URL=http://cn.download.nvidia.com/XFree86/Linux-x86_64/430.40/NVIDIA-Linux-x86_64-430.40.run bash nvidia-gpu-installer.sh install -y
Sorry, something went wrong.
No branches or pull requests
您好,我在使用脚本安装nvidia驱动时按照教程指定了NVIDIA_DRIVER_VERSION命令如下:
NVIDIA_DRIVER_VERSION=430.40 NVIDIA_DRIVER_DOWNLOAD_URL=http://cn.download.nvidia.com/XFree86/Linux-x86_64/430.40/NVIDIA-Linux-x86_64-430.40.run sudo bash nvidia-gpu-installer.sh install -y
但命令执行结果还是报我没有指定版本,这两个参数根本没有起到作用
You don't specify the NVIDIA_DRIVER_VERSION, try to find the latest version
Found the nvidia driver product name 'GeForce MX150', product value is
请问这个是什么情况
The text was updated successfully, but these errors were encountered: