I recently installed the Ubuntu12.04 system on my computer. After I started it, I found that the system only has a resolution of 1024*768. My computer's independent graphics card is diagtx750, and the display supports 1920*1080. The method of adding resolution to the system for online searching is useless. Later, I downloaded the Linux driver from the NVIDIA official website and installed it myself. Finally, I got it done! 1920*1080 resolution is refreshing. The following is a record of the installation process. 1. First, check your graphics card model: lspci
I recently installed Ubuntu 12.04 on my computer. After I started it, I found that the system only has 1024*768 resolution. My computer's independent graphics card is Nvidia GTX 750, and the display supports 1920*1080. The method of adding resolution to the system for online searching is useless. Later, I downloaded the Linux driver from the NVIDIA official website and installed it myself. Finally, I got it done! 1920*1080 resolution is refreshing. The following is a record of the installation process.
1. First, view your graphics card model:
Lspci | grep VGA
The following information is displayed:
. 0 VGA compatible controller: NVIDIA Corporation Device 1381 (rev a2)
2. Download the driver
According to the NVIDIA Corporation Device 1381 online query, we know that it is a nvidia gtx 750 video card. Go to the NVIDIA website to download the corresponding driver. Pay attention to distinguish between 32-bit and 64-bit.
For example: GTX 750 driver is: NVIDIA-Linux-x86_64-346.72.run
3. Uninstall the existing nvidia DRIVER:
Sudo apt-get remove-purge nvidia *
4. Start to install the driver.
(1) Ctrl + Alt + F1 enter the first console and enter the user name and password
(2) sudo stop lightdm
(3) sudo sh NVIDIA-Linux-x86_64-346.72.run will pop up at this time nvidia installation interface, according to the prompts to install it, here to say, if the computer is a 64-bit system, after installation, you will be prompted whether to install the 32-bit library. You can simply choose whether to install the driver until the installation is complete.
(4) sudo start lihgtdm
5. the system automatically switches to the graphic interface. The resolution is 1920*1080, indicating that the 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-05/117407.htm