1、NVIDIA显卡(支持NVIDIA Optimus双显卡智能切换技术):NVIDIA® GeForce® G 310M +1GB DDR3显存
2、Intel 集成显卡
代码: 全选
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
01:00.0 VGA compatible controller: nVidia Corporation Device 0a70 (rev a2)
前几天看了一篇文章:How to install nVIDIA drivers manually on Ubuntu 10.04 (Lucid Lynx)
代码: 全选
How to install nVIDIA drivers manually on Ubuntu 10.04 (Lucid Lynx)
1) Download Newest Nvidia drivers from here
2) Open module blacklist as admin
gksudo gedit /etc/modprobe.d/blacklist.conf
Add these lines and save:
blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
3) Uninstall any previously installed Nvidia drivers:
sudo apt-get --purge remove nvidia-*
4) Reboot your computer
5) When an error message pops up saying that Ubuntu cannot load Nvidia drivers, choose Exit to terminal (Exit to console)
6) Login and cd to the directory where you saved your file
7)Install drivers
sudo sh NVIDIA-Linux-x86_64-195.36.24-pkg2.run
8)Start GDM
sudo service gdm start
打开NVIDIA X Server Settings出现这样的问题:
代码: 全选
You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server.
希望哪位大大帮帮忙!!!