Ubuntu10.04下华硕笔记本电脑双显卡安装问题,大大们帮帮我!

笔记本/便携移动设备,手机平板等软硬件
回复
AndWay
帖子: 1
注册时间: 2011-04-10 10:16

Ubuntu10.04下华硕笔记本电脑双显卡安装问题,大大们帮帮我!

#1

帖子 AndWay »

华硕A40JC笔记本电脑:
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)
Ubuntu10.04下:以前用 “系统”-----“系统管理”------“硬件驱动”安装NVIDIA驱动,重启后黑屏,修复图形界面后后不能用,只好删掉了。

前几天看了一篇文章: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官网下载了:GeForce 300M Series Notebook GeForce 310M Linux 32-bit驱动,在tty下编译成功后后,重启后又出现问题,不能进入图形界面,然后修复了,但是不能使用NVIDIA驱动。

打开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.

希望哪位大大帮帮忙!!!
头像
remeber
论坛版主
帖子: 13030
注册时间: 2009-01-06 15:18
来自: 人间

Re: Ubuntu10.04下华硕笔记本电脑双显卡安装问题,大大们帮帮我!

#2

帖子 remeber »

run `nvidia-xconfig` as root), and restart the X server.
说得明白。照着做先
“有一种被人抛诸脑后的过去,包含一些不该遗忘的点点滴滴。欢笑之余,我将故旧拾起,才刹见自己的薄情。人世间似乎存在着某种公平,每个人都曾被抛掷在他人的遗忘中;而今你所有哽咽难宣的话语,也正是你曾为人所期盼,却永远听不见的字句。” —赫曼 赫塞
hitlerfs
帖子: 1
注册时间: 2011-05-06 10:29

Re: Ubuntu10.04下华硕笔记本电脑双显卡安装问题,大大们帮帮我!

#3

帖子 hitlerfs »

我的是gt335m的也是安装了显卡驱动后黑屏
回复