作者:bywind
来自:LinuxSir.Org
提要:由于nvidia4496pkg2的驱动不认fedora的内核,所以不能用sh NVIDIA-Linux-x86-1.0-4496-pkg2.run的方法来安装
主要内容:
1]下载 NVIDIA-Linux-x86-1.0-4496-pkg2.run
http://download.nvidia.com/XFree86/...0-4496-pkg2.run
2]运行下面的命令来获得它的源码
#sh NVIDIA-Linux-x86-1.0-4496-pkg2.run --extract-only
3]设置环境变量
#eXPort IGNORE_CC_MISMATCH=yes
4]进入源码文件夹,运行安装命令
#cd ../NVIDIA-Linux-x86-1.0-4496-pkg2
#make install
5]修改/etc/X11/XF86Config
然后改/etc/X11/XF86Config文件中的这段。
Section "Device"
Identifier "Videocard0"
Driver "nv"把这里的nv 改成nvidia
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 2 MX (generic)"
EndSection
(出处:http://www.sheup.com)