FC6 安装N卡驱动遇到的问题
2 进单用户模式
# chmod +x NVIDIA-Linux-x86-1.0-9626-pkg1.run
3 解压缩驱动包
# ./NVIDIA-Linux-x86-1.0-9626-pkg1.run --extract-only
4 修改一个头文件
# cd NVIDIA-Linux-x86-1.0-9626-pkg1/usr/src/nv
修改nv-linux.h将
将 #include linux/config.h
改为# include linux/autoconf.h
5 然后切换到NVIDIA-Linux-x86-1.0-9626-pkg1目录下执行
# ./nvidia-installer
ERROR: You appear to be running an X server; please exit X before
installing. For further details, please see the section INSTALLING
THE NVIDIA DRIVER in the README available on the Linux driver
download page at www.nvidia.com.