Download graphics driver to enter the Nvidia official website, find the corresponding GTX750 graphics card driver, and then download when you click the download link, found that the browser has been loading that *. the run file cannot be loaded for a long time. Copy the address in the browser's address bar, enter the Baidu network disk, download the address offline, and then click the Paste URL. the download is complete (in fact. the run file is more than 70 MB, so it's no wonder that the browser is getting stuck.) then, it's easy to download the driver from the drive directly.
- Go to the Nvidia website, find the Linux 64-bit driver corresponding to the GTX 750 video card, and then download
- When you click the download link, you will find that the browser has been loading
*.run
File, which cannot be loaded for a long time. Copy the address in the browser's address bar, enter the Baidu network disk, download the address offline, and then click the Paste URL. the download is complete (in fact. the run file is more than 70 MB, so it is no wonder that the browser is getting stuck );
- Then it's easy. Just download the driver to the hard disk.
Install driver
Because it is a newly installed operating system and does not have the open-source NVIDIA driver installed, you can directly install the official driver below.
- First, make sure that the downloaded file is in
/home/user
Directory, of course, other directories can also;
- Next
NVIDIA**.run
Add executable permissions to the driver:sudo chmod +x NVIDIA**.run
- Close
X-Window
, Very simple:sudo service lightdm stop
Switch to tty1:Ctrl+Alt+F1
You can.
- Log on to the user on the character-only interface;
- Next is the most critical step:
sudo ./NVIDIA.run
Start installation. The installation process is fast. Select as prompted.
- After the installation is complete, restart
X-Window
:sudo service lightdm start
, And thenCtrl+Alt+F7
Enter the graphic interface;
- In this case, you can find
NVIDIA X Server Settings
Software, you can viewGPU0
Is GeForce GTX 750. So far, the video card driver has been installed.
Install Nvidia private driver in Ubuntu 14.04 and switch http://www.linuxidc.com/Linux/2015-04/116450.htm with dual graphics card
Ubuntu 12.04 system install unzip da official graphics card driver tutorial http://www.linuxidc.com/Linux/2012-09/71206.htm
Ubuntu user-installed graphics card Driver Nvidia Driver 334.21 http://www.linuxidc.com/Linux/2014-03/98097.htm
How to install the latest NVIDIA 13.10 driver http://www.linuxidc.com/Linux/2013-11/93018.htm in Ubuntu 331.20
How to install the Nvidia 337.12 Beta graphics card driver in LinuxHttp://www.linuxidc.com/Linux/2014-04/99864.htm
How do Ubuntu users install Nvidia's latest graphics driver http://www.linuxidc.com/Linux/2014-05/101288.htm
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2015-09/123563.htm