安装NVIDIA驱动

1.修改/etc/grub.conf
a)在kernel选项中添加一个rdblacklist=nouveau
b)执行grub-install /dev/sda
2.执行init 3
3.root用户执行sh NV....sh安装驱动
4.Reboot
5.再用root用户执行sh NV....sh安装驱动
6.修改/etc/X11/xorg.conf
a)添加
Section "Module"
    Load "extmod"
    Load "dbe"
    Load "type1"
    Load "freetype"
    Load "glx"
EndSection
7.执行reboot重新启动