Skip to content
New issue

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_DRIVER_VERSION无效 #7

Open
leeruibin opened this issue Aug 5, 2019 · 1 comment
Open

指定NVIDIA_DRIVER_VERSION无效 #7

leeruibin opened this issue Aug 5, 2019 · 1 comment

Comments

@leeruibin
Copy link

您好,我在使用脚本安装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

请问这个是什么情况

@llhuii
Copy link
Contributor

llhuii commented Aug 6, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants