[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:43287] nVidia video driverのインストールについて



Ryuichiと申します。

SargeにnVidiaのビデオドライバを組み込もうとしているのですが、失敗します。
何が間違っているかわかりませんでしょうか。

ビデオカード
# lspci
VGA compatible controller: nVidia Corporation NV15 [GeForce2 GTS/Pro] (rev a3)

CPU      : AMD Athlon XP
chip set : nVidia nForce2

X Window server
Section "Device"
        Identifier      "Generic Video Card"
        Driver          "nv"
EndSection

下記のカーネル関連をインストールの上、kernel-source-2.4.27を再構築しました。
# aptitude install kernel-image-2.4.27-2-k7 kernel-source-2.4.27
# cp -p /boot/config-2.4.xx /usr/src/linux/.config
# make oldconfig
# make menuconfig
# make-kpkg clean
# make-kpkg --append-to-version -athlon-20050319 --revision=pc1-1 \
--initrd kernel_image modules_image

#  ls /usr/src
kernel-image-2.4.27-athlon-20050319_pc1-1_i386.deb
kernel-source-2.4.27.tar.bz2
kernel-source-2.4.27/
linux@ -> kernel-source-2.4.27


# uname -r
2.4.27-athlon-20050319

nVidia driverのインストール作業
下記サイトからNVIDIA-Linux-x86-1.0-7167-pkg1.runをダウンロード
http://www.nvidia.com/object/linux_display_ia32_1.0-7167.html

Xが走らないようにして再起動
# mv /etc/rc3.d/S99kdm /etc/rc3.d/s99kdm
# reboot
runlevel 3で再起動。

# sh NVIDIA-Linux-x86-1.0-7167-pkg1.run
上記を実行したら、「kernel interfaceがmatchしないので今からコンパイルする」
という意味のメッセージが出て、さらに進むと次のエラーが出てストップする。

ERROR: Unable to load the kernel module 'nvidia.o'.  This is most likely
       because the kernel module was built using the wrong kernel source files.
       Please make sure you have installed the kernel source files for your
       kernel; on Red Hat Linux systems, for example, be sure you have the
       'kernel-source' rpm installed.  If you know the correct kernel source
       files are installed, you may specify the kernel source path with the
       '--kernel-source-path' commandline option.

# sh NVIDIA-Linux-x86-1.0-7167-pkg1.run --kernel-source-path /usr/src/linux
としても結果は同じ。

ウェブによく掲載されている従来型の方法を取ろうとしても、nvidia-kernel-source、
nvidia-glxをインストールできない。

# aptitude search nvidia-kernel-source
v   nvidia-kernel-source                      -

# aptitude search nvidia-glx
v   nvidia-glx                                -
v   nvidia-glx-dev

2005年3月21日
Ryuichi