Ubuntu8.10 で NVIDIA のドライバをインストール

ちょっとでも新しいのを使いたい人向け・・・。
180.22 を入れてみた。結構苦労した。そう、この記事を見つけるまでは・・・。ちなみに、ビデオカードは 9600GT である。

#CTRL+ALT+F4 - to switch to another console
#stop the xserver (gdm)
sudo /etc/init.d/gdm stop

#list + remove the old stuff related to nvidia
sudo dpkg -l | grep nvidia
#`apt-get remove` on whatever comes out of the line above.

#install the packages which this depends on.
apt-get install nvidia-glx-180-dev nvidia-180-modaliases nvidia-180-kernel-source nvidia-glx-180

#remove all the kernel objects currently installed.
export k=`uname -r`
sudo rm -f `find /lib/modules/$k -iname nvidia.ko`

#chmod 777 on the file belwo if necessary.
sudo ./NVIDIA-Linux-x86-180.22-pkg1.run

#restart gdm.
sudo /etc/init.d/gdm start

http://www.nvnews.net/vbulletin/showthread.php?p=1920623

3日格闘したらしいけども、まったく同じ手順であっさりインストール出来た。わんだふる。


システム管理のハードウェアドライバで利用できるバージョン90番台のやつは私の環境では一部の動画の色がおかしかったが、それも幸い改善されたので、苦労した甲斐があった。