当前位置: 技术问答>linux和unix
请教nvidia GeForce2 64M的显卡驱动程序在redhat linux上怎样安装
来源: 互联网 发布时间:2015-05-21
本文导语: 小弟我的系统是redhat9。 要安装nVIDIA GeForce2(64M)的显卡驱动程序(虽然redhat9支持GeForce2)。小弟我到www.nvidia.com上去找对Linux的驱动程序,发现了linux有三个选项(IA32, IA64, AMD32),完全不知道是什么意思。 随便下了一个(NV...
小弟我的系统是redhat9。 要安装nVIDIA GeForce2(64M)的显卡驱动程序(虽然redhat9支持GeForce2)。小弟我到www.nvidia.com上去找对Linux的驱动程序,发现了linux有三个选项(IA32, IA64, AMD32),完全不知道是什么意思。
随便下了一个(NVIDIA-Linux-x86-1.0-4499),tar了一下,又看到了两个tar.gz。看了一看,发现不会安装。
向在redhat9下成功安装nVIDIA GeForce2官方显卡驱动的高手请教两个问题:
1. 针对我的情况,我该下载哪个版本的驱动程序,这三个选项都是什么意思?
2. 如何安装这个驱动程序?
多谢!!
随便下了一个(NVIDIA-Linux-x86-1.0-4499),tar了一下,又看到了两个tar.gz。看了一看,发现不会安装。
向在redhat9下成功安装nVIDIA GeForce2官方显卡驱动的高手请教两个问题:
1. 针对我的情况,我该下载哪个版本的驱动程序,这三个选项都是什么意思?
2. 如何安装这个驱动程序?
多谢!!
|
I think what you need is IA32
tar zxvf your_driver
cd NVIDIA....
./configure
make
make install
then restart xwindows. maybe it is OK now.
If any problem you might need to modify the XF86Config-4 which located in /etc/X11/
Section "Device"
Identifier "My Video Card"
Driver "nvidia"
BoardName "Unknown"
or you can see the readme file
tar zxvf your_driver
cd NVIDIA....
./configure
make
make install
then restart xwindows. maybe it is OK now.
If any problem you might need to modify the XF86Config-4 which located in /etc/X11/
Section "Device"
Identifier "My Video Card"
Driver "nvidia"
BoardName "Unknown"
or you can see the readme file
|
一般的PC需要用IA32
驱动的安装一般都有详细的说明的,你自己看看readme,不同的内核对应的驱动是不一样的
驱动的安装一般都有详细的说明的,你自己看看readme,不同的内核对应的驱动是不一样的
|
http://www.webtechina.com/bbs/thread,7611,.html