安装好系统之后出现的问题:

1 不能上网:后来通过删除链接新建一个以太网链接(自动DHCP)重启莫名其妙就好使了。

2 分辨率只有两个:1024x ? 和 800x600. 分辨率低到让人头痛。通过查看 系统设置--详细信息 发现:

当然这是后来安装显卡驱动之后的事儿了,之前图形那里显示的是cpu自带的渣渣集显。

当然安装好驱动后,分辨率自然就正常了。下面是安装的整个过程:

基本思路是:

1手动下载 NVIDIA-Linux-x86_64-375.66.run

2进入tty(一种非GUI图形界面的交互环境下,如果ctrl+alt+f1-6 ok的话,就不用向下面进入recovery-mode中) 在recovery-mode中如果密码啥的输入次数超过5次导致当前终端被锁定的话,记得ctrl+alt+f1-6 换一个其他终端接着霍霍.

3chmod 777  NVIDIA-Linux-x86_64-375.66.run

4 一路默认选择下来就ok

5 sudo reboot 选择正常启动流程就ok!

我一开始因为分辨率异常不能直接进入tty (黑屏) && 使用ppa 安装总有依赖不满足问题.所以只能使用recovery-mode ,多亏了上面写blog的外国小哥,才得以在放弃之前,成功了.

下面是小哥的链接:

https://malaikannan.wordpress.com/2016/04/06/installing-nvidia-drivers-in-ubuntu-14-04-for-980ti/

I struggled a little for installing NVIDIA Drivers and getting Ubuntu 14.04 to bootup. I was stuck in black screen for a long time and system wasn’t booting up properly after i put in Graphics Card. Below are the steps i followed to fix the issue, may be will be of help for others too.

  1. Go to Advanced Ubuntu Bootup options when system boots.
  2. Select Ubuntu in Recovery Mode.
  3. Launch root console in command prompt.
  4. #3 will launch in read only mode. You need to mount it read/write. Enter following command “mount -0 remount,rw/”
  5. If you have /home,/boot,/tmp or any other mount point on a separate partition, you can mount them with the command “mount –all”
  6. Type “sudo nano /etc/modprobe.d/blacklist.conf”. This step is for opening editor to add some files to blacklist. Add below lines to this file.
    1. blacklist amd76x_edac
    2. blacklist vga16fb
    3. blacklist nouveau
    4. blacklist rivafb
    5. blacklist nvidiafb
    6. blacklist rivatv
  7. sudo apt-get remove –purge nvidia*
  8. cd ~/Downloads
  9. Type dhclient eth0. Root mode generally doesnt have internet connection enabled, this command will enable wired internet connection (plugin ethernet internet cable)
  10. wget http://us.download.nvidia.com/XFree86/Linux-x86_64/352.79/NVIDIA-Linux-x86_64-352.79.run
  11. sudo chmod 777 NVIDIA-Linux-x86_64-352.79.run
  12. sudo ./NVIDIA-Linux-x86_64-352.79.run.  This step will take some GUI based prompts, it is self intutive.
  13. sudo nvidia-xconfig
  14. sudo reboot
  15. Select normal option for booting.

[完美方案+无懈可击]ubuntu 14.04(LTS) + GTX 980Ti显卡配置的更多相关文章

  1. Ubuntu 14.04 LTS 安装 NVIDIA 显卡驱动后的屏幕亮度调节问题

    安装 Ubuntu,对于 NVIDIA 显卡,默认情况下会使用第三方开源驱动,并且一般情况下,第三方开源驱动和系统兼容性更好.由于 NVIDIA 显卡驱动不是开放的,所以对 Linux 系统的原生支持 ...

  2. ubuntu 14.04 如何安装nvidia显卡驱动 [转载]

    我的机子装的是64位ubuntu 14.04 LTS系统,显卡是GeForce 405 ,想使用cuda所以需要装NVidia官方驱动,但是总是碰到 nouveau 驱动正在使用的问题.找了好久,网上 ...

  3. 【Android 系统开发】CyanogenMod 13.0 源码下载 编译 ROM 制作 ( 手机平台 : 小米4 | 编译平台 : Ubuntu 14.04 LTS 虚拟机)

                 分类: Android 系统开发(5)                                              作者同类文章X 版权声明:本文为博主原创文章 ...

  4. Ubuntu 14.04中Elasticsearch集群配置

    Ubuntu 14.04中Elasticsearch集群配置 前言:本文可用于elasticsearch集群搭建参考.细分为elasticsearch.yml配置和系统配置 达到的目的:各台机器配置成 ...

  5. Ubuntu 14.04 LTS下安装Google Chrome浏览器

    在Ubuntu 14.04下安装Google Chrome浏览器非常简单,只要到Chrome的网站下载Deb安装包并进行安装即可.当然你也可以使用APT软件包管理器来安装Google Chrome浏览 ...

  6. Ubuntu 14.04 LTS 安装Docker

    Docker官方是有很详细的安装文档(https://docs.docker.com/engine/installation/ubuntulinux/),这里做了一个Ubuntu 14.04 LTS中 ...

  7. 完整卸载 kubuntu-desktop from Ubuntu 14.04 LTS

    系统 ubuntu 14.04 LTS 64Bit 目的:卸载kubuntu-desktop 方法一: sudo apt-get remove libkde3support4 k3b-data ntr ...

  8. Ubuntu 14.04 LTS 更新源大全

    Ubuntu 14.04 LTS 系统更新源汇总 如何使用这些系统更新源?---三步走 首先备份源列表: sudo cp /etc/apt/sources.list /etc/apt/sources. ...

  9. Ubuntu 14.04 LTS 下 android 2.3.5 源码编译过程

    Ubuntu 14.04 LTS 下 android 2.3.5 源码编译过程   在新的Ubuntu 64位系统下去编译早期的安卓源码是会出现很多问题的,因为64位系统在安装完成后,很多32位的兼容 ...

随机推荐

  1. CF 234 C Weather(粗暴方法)

    C. Color Stripe time limit per test 2 seconds memory limit per test 256 megabytes input standard inp ...

  2. Solr 文章集成

    Solr 文章集成 solr原理 solr wiki: http://wiki.apache.org/solr/ 分布式全文检索系统SolrCloud简单介绍 http://my.oschina.ne ...

  3. HDU OJ u Calculate e

    这是一道简单的数学计算问题   主义好输出格式就好 #include<stdio.h> int main() { printf("n e\n- -----------\n&quo ...

  4. 嵌入式开发之davinci---IPIPE、IPIPEIF and ISIF这三者有什么区别

    (1)缩写概念 (2)各自区别 (3)不同sensor 采集接口 (4)采集后的数据链路link (5)8127 中的iss和ipipe的区别 (1)缩写概念 http://www.ti.com.cn ...

  5. 64位windows上访问64位oracle 12c

    64位windows上访问64位oracle 12c,这会有啥问题? 没啥问题.问题是,我64位操作系统的机器上装了个oracle 10g.而oracle 10g好像是不区分啥32位.64位的,一律3 ...

  6. xcode10的那些事

    前言 这里主要介绍一下Xcode10 版本主要更新的内容.随着iOS12的发布,Xcode10已经可以从Mac App Store下载.Xcode10包含了iOS12.watchOS 5.macOS1 ...

  7. 内存充足,但是为什么hadoop3无法启动nodemanager

    [root@hadoop3 hadoop]# xloStarting namenodes on [hadoop3]上一次登录:三 12月 27 16:06:01 CST 2017pts/24 上Sta ...

  8. hdfs对namenode format 之后 应该首先检查内存消耗情况,以判断是否支持开启yarn

    http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-common/yarn-default.xml  3.0.0 yarn.sc ...

  9. FineReport实现java报表统计图表的效果图

    Java报表-ERP图表联动 Java报表-多维坐标轴图 Java报表-静态图表 Java报表-时间坐标轴 Java报表-图表报表动态交互 Java报表-图表热点链接 Java报表-图表缩放 Java ...

  10. POJ2594 Treasure Exploratio —— 最小路径覆盖 + 传递闭包

    题目链接:https://vjudge.net/problem/POJ-2594 Treasure Exploration Time Limit: 6000MS   Memory Limit: 655 ...