`
sijiangong
  • 浏览: 18163 次
  • 性别: 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 中的五种跳转方式详细区别 在 JSP 编程中,跳转是一种常见的技术手段,用于将用户从当前页面重定向到另一个页面。JSP 中有五种跳转方式,包括 RequestDispatcher.forward()、response.sendRedirect()、jsp:...

    Linux端口映射转发的方法

    在IT行业中,Linux系统是许多服务器和开发环境的基础。在进行网络通信时,有时需要将一个端口的请求转发到另一个端口,这种技术被称为端口映射转发。本篇文章将详细探讨Linux下如何实现端口映射转发,以及相关的解决...

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

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

    FOWARD.net操作手册

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

    HA+Stunnel SSL 配置说明

    yum install openssl ``` 2. **生成私钥** 使用OpenSSL生成一个2048位的RSA私钥: ```bash openssl genrsa -out server.key 2048 ``` 3. **创建CSR文件** 创建CSR(Certificate Signing Request)文件,...

    Git学习笔记

    - `git merge origin/master --no-ff`: 不要Fast-Foward合并,这样可以生成merge提交。 - `git rebase master <branch>`: 将master rebase到branch。 ##### 6. 补丁管理 - **生成补丁**: - `git diff > ../sync...

    新数据库表结构说明文档.pdf

    10. **exam.data_foward**:数据转发相关,记录数据的来源、目的地和转发规则,用于数据在不同系统间的传递。 11. **exam.data_verification**:数据验证表格,可能包含验证ID、数据源、验证结果、验证时间等,用于...

    l2forward:一个基本的第二层转发器,通过软件将接口从一台机器移动到另一台机器

    第 2 层数据包转发器的初始尝试。 请注意,这基本上只会在 linux 上运行

    各种js页面跳转代码

    例如:<a href="javascript:history.go(+1)">Go Foward这段代码将当前页面前进一页。 刷新(当前页加载url页面) 在JavaScript中,我们可以使用window.location.href来实现刷新当前页的功能。例如:...

    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:我们都很重要,加入这里成为一项计划,可以帮助所有人

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

    java之hibernate和spring技术难点及其要点总结

    - **FOWARD与redirect的区别**:了解这两种跳转方式的不同之处对于Web开发尤为重要。 - **使用`Class.forName()`的作用**:解释这个方法的作用及其在反射中的应用场景。 - **Java容器的概念**:理解Java容器的基本...

    sample-slf4j-fluentd

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

    IPI90R500C3 英飞凌芯片 INFINEON 中文版规格书手册.pdf

    IPI90R500C3,作为英飞凌(Infineon)公司推出的 CoolMOS™ 系列产品之一,是一款专为高效率电力转换设计的功率MOSFET,其主要针对的应用场景包括Quasi Resonant Flyback/Foward拓扑结构、PC Silverbox以及消费类...

    Ride-it-Forward

    在"Ride-it-Foward"项目中,文件可能通过`import`和`export`关键字来导入和导出功能,以实现代码的分隔和复用。 2. **类与对象**:TypeScript允许使用面向对象的编程方式,包括类和继承。在骑行应用中,可能会有`...

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

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

    开关电源模块并联供电系统

    - **正激式(Foward)**: 使用一个开关管和一个变压器。 - **反激式(Flyback)**: 适用于低功率应用。 - **双管正激式**: 包括双管正激式和双管反激式等。 - **推挽式(Push-Pull)**: 使用两个开关管交替工作。 - **半桥...

Global site tag (gtag.js) - Google Analytics