安装!!!!
36、Nvidia 177.80 howto for F10 nvidia驱动需要打补丁,才能在2.6.27内核上顺利安装!
懒人模式 for i386 & x86_64
这种方式在内核发生变动(升级或新装)时,能自动编译和安装相应的驱动模块!
代码: su wgethttp://www.linux-ati-drivers.homecall.co.uk/nvidia.repo -O /etc/yum.repos.d/nvidia.repo yum install nvidia-x11-drv* /usr/sbin/nvidia-xconfig reboot ----------------------------------------------------------------------------------------------------------------------------------
DIY 方式
这种安装的话,每次更新内核时都手动运行一次来编译安装向对应的内核驱动模块
32 bit 首次安装
代码: su yum install wget wget http://us.download.nvidia.com/XF ... x86-177.80-pkg1.run wget http://www.linux-ati-drivers.homecall.co.uk/patch-no-xen.patch
sh NVIDIA-Linux-x86-177.80-pkg1.run --apply-patch ./patch-no-xen.patch su - init 3 cd /home/* sh NVIDIA-Linux-x86-177.80-pkg1-custom.run -an 32 bit 模块更新 (每次更新内核后运行如下命令)
代码: su - init 3 cd /home/* sh NVIDIA-Linux-x86-177.80-pkg1-custom.run -an 64 bit 首次安装
代码: su yum install wget wget http://us.download.nvidia.com/XF ... _64-177.80-pkg2.run wget http://www.linux-ati-drivers.homecall.co.uk/patch-no-xen.patch
sh NVIDIA-Linux-x86_64-177.80-pkg2.run --apply-patch ./patch-no-xen.patch su - init 3 cd /home/* sh NVIDIA-Linux-x86_64-177.80-pkg2-custom.run -an 64 bit 模块更新 (每次更新内核后运行如下命令)
代码: su - init 3 cd /home/* NVIDIA-Linux-x86_64-177.80-pkg2-custom.run -an
|