カーネル再構築

DRIを有効にする為にはまずカーネル再構築が必要なのでdebian stableの最新版であるlinux-2.6.18の再構築を試してみる。こちらを参考に

apt-get install linux-source-2.6.18
cd /usr/src
tar jxvf linux-source-2.6.18.tar.bz2
cd linux-source-2.6.18
cp /boot/config-2.6.17 .config
make oldconfig
(新しく出てきたオプションについて聞かれるのでY/N/Mで答える。
全部デフォルトにした)
time make-kpkg --initrd kernel-image --revision 2007091901

上記の設定で待機中。前回は再構築に80分位掛かったから寝るまでに再構築が終わらんだろうな。

To enable DRI,kernel is needed to be rebuild. So I'm re-building linux-2.6.18 which is the latest vesion of debian/stable. It'll talke more than an hour so the re-building will not finish until I go to bed.