由于笔记本的特殊原因,RHEL5.1(64位)只能用文本模式安装。前面正常,只登陆系统后是无法安装显卡驱动.我把图发上来,大家给看看.谢谢了!!
Fedora Core 6, Fdora 7/8 & RHEL5
If you wish to install the NVIDIA Linux graphics driver on a Fedora Core 6, Fedora 7/9 or RHEL5 system, please ensure that your system meets the following requirements:
* the latest update kernel is installed and in use
* a kernel-devel RPM is installed that corresponds to the kernel that is in use. Note, FC6 has a known bug which occasionally installs a kernel-devel RPM that is a different arch than the kernel (i586 & i686 mixed). See: https://bugzilla.redhat.com/bugzilla....cgi?id=211941
* the pkgconfig and xorg-x11-server-sdk RPMs are installed (only applies to FC6)
* Xen kernels are not currently supported
The items above can be addressed with the following commands (they need to be run as root):
# yum install kernel-devel xorg-x11-server-sdk pkgconfig
# yum update
# reboot
另附IBMT61笔记本的安装过程(zt)。
1 系统概述
IBM的T61 8889CZ3笔记本电脑的主板芯片组为intel的PM965,显卡为nvidia的quadro nvs 140M,无线网卡为intel的iwl4965。机器预装windows vista系统。需要在机器上安装双系统,即添加linux操作系统,选定redhat AS5。
2 磁盘分区
首先对磁盘进行分区,以供windows系统和linux系统使用,分区可以采用vista自带的压缩方式,选择“计算机-管理-磁盘管理“,选择磁盘,点右键,选压缩,可以将现有的盘分成两个。当然这一步也可以采用工具软件完成。
3 下载驱动
其实在T61 8889CZ3上安装redhat AS5系统,只需要显卡驱动,其他的驱动基本不需要了。首先下载nvidia的显卡驱动,NVIDIA-Linux-x86-100.14.23-pkg1.run,这是nvidia新发布的网卡驱动包,可在linux下支持T61的显卡。目前redhat AS5采用的是2.6.18.8的内核,不提供对T61的无线网卡的支持,因此需要intel的无线网卡的驱动iwlwifi-1.0.0-1.tgz和mac80211-10.0.4.tgz包,并且还需要重新编译内核,比较复杂,经过尝试,可以采用AS5的update1版本,这个版本的内核是2.6.18.53,提供对T61无线网卡的驱动支持,如果安装了AS5版本,也可以直接从网上下载2.6.18.53内核进行升级,需要:kernel-2.6.18-53.e15.i686.rpm和kernel-devel-2.6.18-53.e15.i686.rpm,用rpm -Uvh命令,对内核升级。
4 安装linux系统
安装过程没有什么特别之处,只是需要注意的是:由于下载的显卡驱动不支持虚拟化内核,所有安装时候不要选择xen,另外由于该版本的linux不支持显卡,所有在安装时候最好选择文本模式启动,否则启动时候会出现黑屏现象。需要进入linux rescue模式,修改inittab文件,将缺省启动模式修改为文本模式。然后重启。
5 安装显卡驱动
首先通过命令rpm -Uvh升级内核包kernel-2.6.18-53.e15.rpm、kernel-devel-2.6.18-53.e15.rpm。
然后运行命令:sh NVIDIA-Linux-x86-100.14.23-pkg1.run,就可以安装好显卡驱动了。发命令:startx到图像界面。(64
daniel_lee 于 2008-05-07 23:58:51发表:
谢谢,现在问题解决了。:)
太平桥 于 2008-05-07 01:15:43发表:
kernel-devel 在安装光盘或者是光盘镜像上找就可以了。
别把带Xen的装上去。
装上后再安装 nVidia驱动。
(hl):hao
daniel_lee 于 2008-05-06 21:31:11发表:
我从NV官方论坛上找到了解决办法。
按照上面所说的执行应该是安装源码包。
为什么不行?详情请看一楼截图……
下面我复制了其中的原文。
但是RedHat无法使用yum命令啊。请问是不是还需设置什么?
如果我要自己下载安装源码,怎么实现?
Fedora Core 6, Fdora 7/8 & RHEL5
If you wish to install the NVIDIA Linux graphics driver on a Fedora Core 6, Fedora 7/9 or RHEL5 system, please ensure that your system meets the following requirements:
* the latest update kernel is installed and in use
* a kernel-devel RPM is installed that corresponds to the kernel that is in use. Note, FC6 has a known bug which occasionally installs a kernel-devel RPM that is a different arch than the kernel (i586 & i686 mixed). See: https://bugzilla.redhat.com/bugzilla....cgi?id=211941
* the pkgconfig and xorg-x11-server-sdk RPMs are installed (only applies to FC6)
* Xen kernels are not currently supported
The items above can be addressed with the following commands (they need to be run as root):
# yum install kernel-devel xorg-x11-server-sdk pkgconfig
# yum update
# reboot
黄富强 于 2008-05-06 17:27:48发表:
有一些Linux Dis-OS在本子上确实存在很大问题,不仅仅是驱动问题.
太平桥 于 2008-05-06 17:21:39发表:
没有装内核源码包。
q):-s