`
sijiangong
  • 浏览: 17509 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

[Foward]Install Nvidia Graphics Drivers with .Run file in Ubuntu Linux

 
阅读更多

[Source]http://ubuntuguide.net/install-latest-nvidia-graphics-drivers-in-ubuntu-linux


This tutorial shows how to install latest nvidia graphics drivers download from nvidia homepage in ubuntu.

If you didn’t installed an old graphics driver in your machine,please skip step4 and step6

Step1: Backup xorg.conf

Use this command in terminal to backup:

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup


So,if encounter something error,use following to restore:

sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf

 
Step2:Download latest nvidia graphics drivers

Download the latest version from Nvidia download page:http://www.nvidia.com/object/unix.html

By now,the latest version is 190.42,so we can also use this command to download:

For amd64:
wget http://us.download.nvidia.com/XFree86/Linux-x86_64/190.42/NVIDIA-Linux-x86_64-190.42-pkg2.run

For i386:
wget http://us.download.nvidia.com/XFree86/Linux-x86/190.42/NVIDIA-Linux-x86-190.42-pkg1.run

Make this executable(change filename to which you downloaded):

 

chmod u+x NVIDIA-Linux-x86_64-190.42-pkg2.run

 

Step3:Install compiling tool

sudo apt-get install linux-headers-$(uname -r) build-essential

 


Step4: If you have installed an old version graphics driver,search nvidia in “Applications->;Ubuntu Software Center->;Installed Software” and remove this old driver.Then run this in terminal:

sudo apt-get autoremove

 


Step5: Close gdm (You need to do following steps in text mode,so you’d better write following code in paper)

Press Ctrl+Alt+F1 key combination and login from tty1.

Tip: Don’t use number pad to input numbers if there are numbers in password,this won’t take effect.

Once login,use this command to close X server:

sudo /etc/init.d/gdm stop

 


Step6: Delete the remains of old graphics driver

sudo rmmod nvidia
sudo rm -r -f /lib/modules/$(uname -r)/kernel/drivers/video/nvidia

 


change 2.6.31-14-generic to your ubuntu kernel version

Step7: Install this latest nvidia graphics driver:

sudo ./NVIDIA-Linux-x86_64-190.42-pkg2.run

 Accept license and start install


Step8 Restart gdm

sudo /etc/init.d/gdm start
 

Now,check in System->;Preferences->;Nvidia X sever settings


 

分享到:
评论

相关推荐

    JSP中5种跳转foward,request等等的详细区别

    JSP中5种跳转foward,request等等的详细区别

    我个人收集的IT(java)面试题

    个人感受和收集多个公司和各方面的面试...2.foward sendRedirect的区别 3.HashTable HashMap 的区别 4.说一下抽象接口类 5.MySql数据库连接的statement有哪些,以及他们的特点,用法等 6.线程了解多少 7.Linux应用如何

    FOWARD.net操作手册

    此文档为forward.net功能介绍,并且详细介绍了该软件的操作流程。

    FEC.rar_FEC

    FOWARD ERROR CORRECTION LITERATURE

    HA+Stunnel SSL 配置说明

    HA+Stunnel 架构下SSL数字证书的配置,包括测试环境和具体的实现方法。

    AisMVC.zip

    @MapURL(value="foward") public String foward(){ return "page/succ"; } /** * @author gaorui * @param userid * @return Object * 服务端处理前端ajax请求,返回json数据 */ @MapURL(value = ...

    PAY-IT-FOWARD-ACT-AND-PROGRAM-WE-ALL-MATTER:我们都很重要,加入这里成为一项计划,可以帮助所有人

    这是我很久以前开始的一个很长的程序,但从未付诸实践。 现在是时候做点什么了,某人是自我。 困难时期.....? 感觉您只是在浪费时间???? 教训是莱森向他们学习。 感觉就像您尝试了一样,但是相同的东西,相同的...

    鼠标控制游戏

    x,y代表鼠标光标所在位置,nowX,nowY代表飞机坐标,也是贴图的位置 int w=0,bcount; //w为滚动背景所要裁剪的区域宽度,bcount记录飞机现有...// Foward declarations of functions included in this code module:

    sample-slf4j-fluentd

    样品-slf4j-fluentd 这...要求流利的Java SE 开发工具包 8 Maven 3.2.2或更高版本(Maven 3.2.1 发生异常)用法准备流利的代理安装 fluentd 并配置 in_foward 插件监听端口 24224。(或编辑 src/main/resources/logback

    C++11中std::move、std::forward、左右值引用、移动构造函数的测试问题

    主要介绍了C++11中std::move、std::forward、左右值引用、移动构造函数的测试,本文通过实例代码给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友可以参考下

    Chromatography_Simulation_Python:色谱方程的有限差分求解器

    色谱法_模拟_Python 色谱方程的有限差分求解器 ... 使用一维有限差分Euler foward方法,使用numpy进行更快的计算,使用matplotlib进行可视化。 作为边界条件,在入口处使用狄利克雷式,在出口处使用纽曼式进行浓度

Global site tag (gtag.js) - Google Analytics