还是显卡驱动的问题是N卡
我的机子是用的AMD的芯片,根据各位高手的帖子我做了显卡安装。在NVIDIA官方下载了NVchooser.sh
在终端运行,它显示我需要NVIDIA_kernel-1.0-4191.rh80up.athlon.rpm
和NVIDIA_GLX-1.0-4191.i386.rpm两个包
但是NVIDIA只有
NVIDIA_kernel-1.0-4191.rh80up_2.4.18_18.8.0.athlon.rpm
和NVIDIA_GLX-1.0-4191.i386.rpm这两个包,我想应该是这两个东西吧。
然后我就做了以下的事:
# rpm -ivh NVIDIA_kernel****.rpm
Preparing... ###########################################
1:NVIDIA_kernel ###########################################
modprobe: Can't locate module nvidia
Failed to install nvidia.o
error: %post(NVIDIA_kernel-1.0-4191.rh80up_2.4.18_18.8.0) scriptlet failed, exit status 1
# rpm -ivh NVIDIA_GLX****.rpm
Preparing... ###########################################
--- WARNING!!
libglx.a
libGLcore.a
libGL.so.1.2
--- The above file(s) possibly belong to a conflicting MESA rpm,
--- or to a previous stale NVIDIA distribution.
--- They have been renamed to xxx.<originalFile>.RPMSAVE to
--- avoid conflicting with the files contained within this
--- package.
--- Please see the FREQUENTLY ASKED QUESTIONS section of
--- /usr/share/doc/NVIDIA_GLX-1.0/README for more details.
1:NVIDIA_GLX ###########################################
#
其中出现了ERROR,我不知道为什么。
然后在XF86Config里,本来有两个东西要注掉,我注掉了那个dir,还有一个东西本来就没有,所以我没有管它,也改了“nv”为“nvidir”。
这个过程应该是没有错误的吧,因为我同学这样安装成功了的。
但是重启电脑后还是进不了Xwindow了,不知道是为什么。
RH8.0哦! NVIDIA_kernel-1.0-4191.rh80up_2.4.18_18.8.0.athlon.rpm
这个包是for 2.4.18_18的内核的,可能和你的内核版本不对
建议你按置顶的贴子自己编译驱动
如果你不想装驱动了(恢复原来的驱动),你可以将"nvidia"改回"nv",将load glx这行注释掉就可以进xwindow了
页:
[1]