install ubuntu 18.04 nvidia cuda10 also want to play steam. . .

Disclaimer: This article is a blogger original article, shall not be reproduced without the bloggers allowed. https://blog.csdn.net/qadzhangc/article/details/86690589

That cuda10 on this site is properly installed nvidia drop, if you do not intend to install deb games like that directly, it does not matter drop

Change to change the / etc / profile

export PATH=/usr/local/cuda-10.0/bin${PATH:+:${PATH}} 
export LD_LIBRARY_PATH=/usr/local/cuda-10.0/lib64\${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH=/usr/local/cuda-10.0/lib\${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} 
 

But as a test development machine. . . . . Graphics do not stood. . . . . . Unscientific ah!

what is it now? ? ? ? In fact, missing a plug-gl can be supposed?

Load ppa source! The inside with the gl! Then the world will clean up. . PPA is just too slow. . .

 

Only need to register under the PPA before installing CUDA, then apt install cuda time will automatically use the ppa in the drive. . .

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

sudo apt-get update

Guess you like

Origin blog.csdn.net/qadzhangc/article/details/86690589