Ubuntu10.04下华硕笔记本电脑双显卡安装问题,大大们帮帮我!
发表于 : 2011-05-26 17:33
华硕A40JC笔记本电脑:
1、NVIDIA显卡(支持NVIDIA Optimus双显卡智能切换技术):NVIDIA® GeForce® G 310M +1GB DDR3显存
2、Intel 集成显卡
Ubuntu10.04下:以前用 “系统”-----“系统管理”------“硬件驱动”安装NVIDIA驱动,重启后黑屏,修复图形界面后后不能用,只好删掉了。
前几天看了一篇文章:How to install nVIDIA drivers manually on Ubuntu 10.04 (Lucid Lynx)
然后我就在NVIDIA官网下载了:GeForce 300M Series Notebook GeForce 310M Linux 32-bit驱动,在tty下编译成功后后,重启后又出现问题,不能进入图形界面,然后修复了,但是不能使用NVIDIA驱动。
打开NVIDIA X Server Settings出现这样的问题:
希望哪位大大帮帮忙!!!
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.
希望哪位大大帮帮忙!!!