Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Ubuntu 14.04 Nvidia graphics driver installation and settings     - Oracle RAC node on the expulsion of the inspection process on OEL6.3 (Database)

- Use MySQL optimization of security to prevent misuse of aliases (Database)

- Java, boolean operators & =, | = ^ = use (Programming)

- Why do I prefer Git (Linux)

- Redhat Close SELinux correct step (Linux)

- SSH mutual trust configuration (Server)

- Samhain: Powerful intrusion detection system under Linux (Linux)

- CentOS 7 install Hadoop-cdh-2.5 on Mesos (Server)

- How to upgrade Docker 1.6 on Fedora / CentOS (Server)

- Service Discovery: Zookeeper vs etcd vs Consul (Server)

- Java-- get the reflection object information (Programming)

- Use a soft Raid play multiple SSD hard drive performance and enhance data security (Linux)

- System Security: Build Linux with LIDS steel castle (Linux)

- Mounting kit under Fedora Linux (Linux)

- Upgrading to MySQL 5.7 partitioning problem solving (Database)

- iOS in Singleton (Programming)

- Archlinux installation tutorial (Linux)

- Tsunami-udp accelerated network transmission (Linux)

- Linux server is how to do after the invasion (Linux)

- C ++ multithreading and critical resource instance (Programming)

 
         
  Ubuntu 14.04 Nvidia graphics driver installation and settings
     
  Add Date : 2018-11-21      
         
         
         
  By recording in Ubuntu 14.04 Nvidia graphics driver installed and set up, due to the replacement motherboard repair after grub boot, can not enter the system (blinking cursor), it may be a problem with the graphics card driver from Nvidia.

1. Enter the BIOS setup, from integrated graphics into the system

The display is connected to the set was VGI port, and set in the BIOS set was used to display general can successfully enter the system.

2. Fully written in Nvidia driver (Reference)

Execute the following command clean uninstall nvidia drivers,

sudo apt-get remove --purge nvidia- *
sudo apt-get install ubuntu-desktop
sudo rm /etc/X11/xorg.conf
echo 'nouveau' | sudo tee -a / etc / modules
3. Restart the computer, enter the system, ctrl + alt + f1 enter tty, close lightdm

sudo service lightdm stop
Re-install the driver, installed here is 340

Enter the following command to add a drive source

sudo add-apt-repository ppa: xorg-edgers / ppa
sudo apt-get update
Install version 340 driver

sudo apt-get install nvidia-340
4. (optional step, if you have normal access to the desktop disregard subsequent steps) to restart the computer, enter the BIOS, disable Intel graphics core, start to select Nvidia graphics card (reference 1, reference 2)

After this time into the system, the resolution may not, use the following command to view the current driver

prime-select query
If the output intel, then execute the following command

sudo update-alternatives --config i386-linux-gnu_gl_conf
Select the nvidia-340-uvm that a

sudo update-alternatives --config x86_64-linux-gnu_gl_conf
Also choose nvidia-340-uvm that a

Last update execution system

sudo ldconfig -n
sudo update-initramfs -u
Select the nvidia driver

sudo prime-select nvidia
6. Restart, should be able to normal use.
     
         
         
         
  More:      
 
- Ubuntu mysql stop fail to solve the problem (Database)
- PostgreSQL-XL installation and deployment (Database)
- Let OS X support NTFS write file (Linux)
- After installing minimize RHEL / CentOS 7 need to do some things (Linux)
- Oracle physical storage structure outline (Database)
- Run Windows in FreeBSD bhyve (Linux)
- To learn from scratch OpenWrt perfect tutorial (Linux)
- String JavaScript type system (Programming)
- Root of AVL Tree- achieve balanced search trees AVL tree (Programming)
- Linux system boot process ARM platforms (Linux)
- Ceph distributed storage system is installed on a CentOS 7.1 (Server)
- namespace mechanism Linux kernel analysis (Linux)
- The PostgreSQL database pg_dump command line does not enter a password method (Database)
- Analysis of Java in the deep copy and shallow copy (Programming)
- TWiki LDAP error appears the problem is solved (Linux)
- Linux operating system must know the security command (Linux)
- Nagios plugin installation tutorial of Nrpe (Linux)
- Use LVM partition on Ubuntu and easily adjust the snapshot (Linux)
- Talking about the implementation and the JVM garbage collection mechanism (Programming)
- Oracle database NUMBER (x, y) data types (Database)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.