Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Ubuntu 14.04 Nvidia graphics driver installation and settings     - Analysis JavaBean (Programming)

- Valgrind * not * leak check tool (Linux)

- VMware installed Linux system and JDK deployment (Linux)

- Linux user directory (Linux)

- Linux kernel TCP / IP parameters analysis and tuning (Linux)

- How to modify the Sublime in Tab four spaces (Linux)

- PL / SQL data types (Database)

- Let OS X support NTFS write file (Linux)

- Tomcat configuration memory and remote debug port (Server)

- Mount NFS network file system (Linux)

- Linux Shell Scripting Interview Question (Linux)

- Installation JDK 1.8 under CentOS7 (Linux)

- JBPM6 Installation and Configuration Tutorial (Linux)

- Installation through the network Debian 7 (Wheezy) (Linux)

- CentOS7 iptables (Linux)

- DRBD Principle and Features Overview (Server)

- To achieve Linux Security (Linux)

- Nine tips to protect the security of Linux desktop (Linux)

- To install and use the Doxygen under Linux (Linux)

- Ubuntu 14.04 compile, install, configure, the latest development version GoldenDict (Linux)

 
         
  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:      
 
- Close Pycharm spell check (Programming)
- CentOS Set the Mono environment variable (Server)
- Reset CentOS / RHEL root account password 7 (Linux)
- Oracle Sql Loader tool has shown signs (Database)
- Java Class file format parsing (Programming)
- Notebook computer forget password solution (Linux)
- ORA-12154: TNS: could not resolve the connect identifier specified solve (Database)
- MultiWriter: while the ISO image concurrent writes 20 USB Startup Disk (Linux)
- KUbuntu / Ubuntu 14.04 (downgrade) installed SVN 1.7 (Linux)
- DM9000 bare Driver Design (Programming)
- Linux Basics Tutorial: Combining awk delete data before the specified date hdfs (Linux)
- Linux performance optimization tools perf top (Linux)
- HTTP and HTTPS request response process difference (Linux)
- How MAT Android application memory leak analysis (Programming)
- Ubuntu How to install Pacman (Linux)
- Linux group account deletion, and other related operations (Linux)
- How to Use Nmap security scanner tool on Linux (Linux)
- Linux permissions Detailed (Linux)
- Windows 8.1 and Ubuntu 14.04 dual system uninstall Ubuntu Tutorial (Linux)
- Install DB2 V10 and Data Studio V3 under Linux (Ubuntu) environment (Database)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.