[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:43287] nVidia video driverのインストールについて
- From: Ryu <ryuichi@xxxxxxxxxxxxx>
- Subject: [debian-users:43287] nVidia video driverのインストールについて
- Date: Mon, 21 Mar 2005 00:53:21 +0900
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- X-mdaemon-deliver-to: debian-users@debian.or.jp
- X-mdav-processed: phad1.swissinfo.org, Sun, 20 Mar 2005 16:49:38 +0100
- X-mdremoteip: 194.6.181.33
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-original-to: debian-users@debian.or.jp
- X-return-path: ryuichi@xxxxxxxxxxxxx
- X-spam-level: ***
- X-spam-processed: phad1.swissinfo.org, Sun, 20 Mar 2005 16:49:20 +0100 (not processed: message from valid local sender)
- X-spam-status: No, hits=3.5 required=10.0 tests=ISO2022JP_BODY,ISO2022JP_CHARSET,RCVD_IN_ORBS, RCVD_IN_OSIRUSOFT_COM,SPAM_PHRASE_02_03,X_OSIRU_OPEN_RELAY version=2.44
- Message-id: <20050321005226.2a6cf104.ryuichi@xxxxxxxxxxxxx>
- X-mail-count: 43287
- X-mailer: Sylpheed version 1.0.0 (GTK+ 1.2.10; i386-pc-linux-gnu)
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