码迷,mamicode.com
首页 > 其他好文 > 详细

Debian Nvidia propertiary driver installation

时间:2015-11-25 00:21:37      阅读:268      评论:0      收藏:0      [点我收藏+]

标签:

Download the installer from nvidia site (sha1 e97025c351e420fa62431a1774d84f40 NVIDIA-Linux-x86_64-352.55.run)

2. Install the build tools and the kernel headers:

# aptitude install linux-headers-3.16.0-4-amd64 build-essential

3. The installer complains if X server is started, so go in runlevel 3:

# init 3

4. Make the installer executable:

chmod u+x NVIDIA-Linux-x86_64-352.55.run

5. Run it:

./NVIDIA-Linux-x86_64-352.55.run

6. Accept the licence

7. Then a little warning appears about 32bit library. OK

8. Say "Yes" to run the nvidia xconfig

9. Reboot

10. Enjoy

 

Version 340.65

Debian Nvidia propertiary driver installation

标签:

原文地址:http://www.cnblogs.com/freeAk47/p/4993347.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!