[问题]Nvidia 的驱动安装问题[已解决]

CPU/显卡/打印机/USB设备等硬件问题
回复
头像
apuar
帖子: 206
注册时间: 2006-04-28 23:24
来自: K^L
联系:

[问题]Nvidia 的驱动安装问题[已解决]

#1

帖子 apuar » 2006-06-13 22:43

刚才下载安装了Google Earth 运行时提示Unknown Graphics Card
于是去更新显卡驱动..我的显卡 Geforce4 MX440

代码: 全选

sudo apt-get install nvidia-glx
下载安装好以后, 终端输入

代码: 全选

sudo nvidia-glx-config enable
提示:

代码: 全选

Error: your X configuration has been altered.
This script cannot proceed automatically. If you believe that this
not correct, you can update the md5sum entry executing the following
command:
md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum
otherwise edit manually /etc/X11/xorg.conf to change the Driver section
from nv to nvidia.
然后运行

代码: 全选

md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum
提示:

代码: 全选

ca5d7746116a90ad0a92ecdd642d33e6  /etc/X11/xorg.conf
然后我打算手动修改文件

代码: 全选

sudo gedit /etc/x11/xorg.conf
找到

代码: 全选

Section "Device"
	Identifier	"NVIDIA Corporation NV17 [GeForce4 MX 440]"
	Driver		"nv"
	BusID		"PCI:1:0:0"
EndSection
修改为

代码: 全选

Section "Device"
	Identifier	"NVIDIA Corporation NV17 [GeForce4 MX 440]"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
EndSection
到此似乎安装好了..不过运行Google Earth Linux 仍然提示 Unknown Graphics Card
那位知道我到底那儿错了..
:shock:
------------------------
安装过显卡驱动需要重启过电脑,重启过后就没有问题拉
不过对于那个错误提示还是不明白 :oops: :roll:
上次由 apuar 在 2006-06-14 0:18,总共编辑 1 次。
头像
apuar
帖子: 206
注册时间: 2006-04-28 23:24
来自: K^L
联系:

#2

帖子 apuar » 2006-06-13 22:50

弱弱的问下 是不是要重启电脑?!
我刚才在安装好显卡驱动以后.执行过

代码: 全选

killall gnome-panel
不知道有没有用..
头像
apuar
帖子: 206
注册时间: 2006-04-28 23:24
来自: K^L
联系:

#3

帖子 apuar » 2006-06-14 0:14

汗。。鄙视一下自己。。。
安装完显卡驱动没有重启电脑。。
现在重启了一下。没有问题了。GoogleEarthe已经正常。。
头像
karron
帖子: 6226
注册时间: 2005-06-11 14:03
来自: 不明真相的群众
联系:

#4

帖子 karron » 2006-06-14 14:23

不需要重启系统,只要重启X就行了, ctrl+alt+backspace
我的blog,关于技术,软件,linux,vim <---- 所有博客均被河蟹.
bruce_Q
帖子: 55
注册时间: 2006-06-05 10:28
联系:

#5

帖子 bruce_Q » 2006-06-19 9:26

我也这样装的,但是为什么,装好了之后就进不去终端模式了呢?一按 "Ctrl+Alt+1(...6)"就完全黑屏??
purewind
帖子: 452
注册时间: 2006-11-18 15:40

#6

帖子 purewind » 2007-06-07 10:37

以前就是这样装,很简单,后来不知道怎么不行了,现在又可以了。linux真是变化无常
linux什么最重要?硬件要旧,软件要新!
Ubuntu什么最重要?源要全!网要快!
不是你不明白,是linux变化快
人品也很重要
回复