|
发表于 2010-5-14 21:02:42
|
显示全部楼层
估计和nvidia卡的安装方法差不多吧。下面是我的n卡安装法,也许有用吧:
0. su -c '/etc/init.d/gdm stop'.
1. $ su -c 'apt-get install build-essential linux-headers-$(uname -r)'
2. $ cd /usr/src
3. $ su -c 'ln -s linux-headers-$(uname -r) linux'
4. Download the nv driver like this:
$ su -c 'wget -c http://us.download.nvidia.com/XF ... -173.14.25-pkg1.run'
5. $ su -c '/etc/init.d/gdm stop' (to stop gdm and drop to a terminal)
6. # cd /usr/src && sh NVIDIA-Linux-x86-100.14.23-pkg1.run (to launch the nVidia installer script) |
|