提供你一个在Mandrake的安装方法。Redhat80在公社里面有相关的帖子。
在Mandrake 9下安装最新的nVidia驱动(2002.9)
NVIDIA_GLX-1.0-3123.tar.gz
NVIDIA_kernel-1.0-3123.tar.gz
make install时发现驱动与新的Linux内核不兼容.
按提示在NVIDIA_kernel-1.0-3123/Makefile里做如下修改:
将
ifeq ($(shell if test -d $(KERNDIR)/build; then echo yes; fi),yes)
KERNINC=$(KERNDIR)/build/include
else
KERNINC=/usr/src/linux/include
endif
改为
ifeq ($(shell if test -d $(KERNDIR)/build; then echo yes; fi),yes)
KERNINC=/lib/modules/`uname -r`/build/include
else
KERNINC=/lib/modules/`uname -r`/build/include
endif
编译通过.
重启X, 用mplayer -vo xv 代替-vo x11,播放速度和质量都有很大提高
