sundongwei321 发表于 2008-3-29 22:49

【求助】t61 在suse linux 10.1 下怎么安装显卡驱动

请高手指教,最好有具体的命令,我已经下了T61 的驱动17kv07us.run.不会安装。感激不尽!!!

Roamvalley 发表于 2008-3-30 12:56

我现在的机器都是intel的集成显卡,没有装过厂商提供的显卡驱动。
你可以这样试试,假设这个驱动程序放在了目录 /home/xxx/下:
打开(终端窗口)命令行,依次输入:

su -l
(会提示你输入root帐号的)

cd /home/xxx/
chmod a+x 17kv07us.run
./17kv07us.run

后面的操作你要看这个驱动怎么提示你了。

[ Edited byRoamvalley on 2008-3-30 13:00 ]

sundongwei321 发表于 2008-3-30 13:19

谢谢,我再实试一下。
Using: nvidia-installer ncurses user interface
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
   ke the installer to attempt to download a kernel interface for your kernel f
   rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No)
-> No precompiled kernel interface was found to match your kernel; this means
   that the installer will need to compile a new kernel interface.
ERROR: Unable to find the development tool `cc` in your path; please make sure
       that you have the package 'gcc' installed.If gcc is installed on your
       system, then please check that `cc` is in your PATH.
ERROR: Installation has failed.Please see the file
       '/var/log/nvidia-installer.log' for details.You may find suggestions
       on fixing installation problems in the README available on the Linux
       driver download page at www.nvidia.com.

sundongwei321 发表于 2008-3-30 13:19

还是不行,上面的提示是什么意思?

Roamvalley 发表于 2008-3-30 13:36

原因有两个:
1。你没安装gcc,这个是c/c++的编译器,虽然你不作开发,但很多安装软件需要安装时自动编译。
2。在没有gcc的情况下,你还是选择了自编译安装,而不是它提示你的:可下载已编译好的版本。

解决办法是:
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
   ke the installer to attempt to download a kernel interface for your kernel f
   rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No)
在这里,你输入yes

然后继续

seu2002 发表于 2008-3-30 16:02

回复 #1 sundongwei321 的帖子

看样子你用的是NV的显卡,去NV的网站上看,上面有安装方法,SUSE用户和其他发行版用户安装方法有一点小区别。另外不要选择download from NVIDIA ftp site,自己把kernel dev的相关组件装上,本地编译。

aaronz 发表于 2008-5-4 13:00

楼主下执行下面的命令

sudo apt-get install build-essential

sudo apt-get update

seu2002 发表于 2008-6-3 14:46

你的SUSE有这两个命令?
页: [1]
查看完整版本: 【求助】t61 在suse linux 10.1 下怎么安装显卡驱动