Re: インテル845Gグラフィックドライバを探しています ( No.1 ) |
|
- ????????? 2009/08/20 23:47
- ????????? ken@CentOS
-
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProductID=757&DwnldID=7485&lang=jpn
サーバー用途ですよね? 千差万別ですが私的にはサーバーにGUIなんて必要ないと思います。 ましてやサーバーマシンでホームページ閲覧なんて・・・
あくまでも個人的そして酔っ払いの意見です。
|
Re: インテル845Gグラフィックドライバを探しています ( No.2 ) |
|
- ????????? 2009/08/21 23:40
- ????????? RYO
-
ken@CentOSさん
いつもありがとうございます。おっしゃるようにサーバマシンには不要なのですが、 サーバの移行を終わるまでは、デスクトップとして使っていきたいということなのです。 LINUXに馴染んでしまうとWindowsはどうも重苦しくていけません。 さっそくお知らせいただいたドライバをダウンロードしてインストールしようと、 展開した中身のシェルスクリプトを実行してみたらだめでした。 --- 引用 --- Compiling new agpgart module... Compiling DRM module...
ERROR: Kernel modules did not compile
The DRI drivers can not be installed without the latest kernel modules. Installation will be aborted. See the dri.log file for information on what went wrong. --- ここまで -- カーネルモジュールが古い、とか言われているようです。 が、dri.logを見ると
--- 引用 --- rm -f *.o *.ko dristat drmstat .depend .*.flags .*.d .*.cmd make: *** ターゲット `gdg.ko' を make するルールがありません. 中止. --- ここまで -- となっていました。どうしたものでしょう。
|
Re: インテル845Gグラフィックドライバを探しています ( No.3 ) |
|
- ????????? 2009/08/22 11:22
- ????????? ken@CentOS
-
2.8.0を使いました?
もしそうであれば以下でお試しください。 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.7.0.tar.gz
|
Re: インテル845Gグラフィックドライバを探しています ( No.4 ) |
|
- ????????? 2009/08/23 08:34
- ????????? RYO
-
回答ありがとうございます。 ご案内いただいたVersion2.7.0をダウンロードし、解凍しました。 基本的なところで理解していないのだと思うのですが、コンパイルが できませんでした。 アーカイブ内にある実行ファイルltmain.shで # sh ltmain.sh ltmain.sh: line 37: s,^.*/,,g: そのようなファイルやディレクトリはありません ltmain.sh: line 37: s,^.*/,,g: そのようなファイルやディレクトリはありません ltmain.sh: line 137: : not configured to build any kind of library: command not found ltmain.sh: line 138: Fatal configuration error. See the libtool docs for more information.: command not found
試しにinstall-shをinstall.shにリネームして
# lh install.sh
install.sh: no input file specified.
となりました。「libtool docs」を見よ、と言われていますが、探したけれど 見つかりません。
|
Re: インテル845Gグラフィックドライバを探しています ( No.5 ) |
|
- ????????? 2009/08/23 13:02
- ????????? ken@CentOS
-
すみません。
やっちゃいました。
以下でいけるはずです。
[root@localhost ~]# wget http://downloadmirror.intel.com/7485/eng/IntelGraphics_060704.tar.gz
[root@localhost ~]# tar zxvf IntelGraphics_060704.tar.gz
[root@localhost ~]# cd dripkg
[root@localhost dripkg]# ./install.sh
あとは画面の指示通りに進めてください。
環境がないので検証不可ですが・・・
|
Re: インテル845Gグラフィックドライバを探しています ( No.6 ) |
|
- ????????? 2009/08/23 16:38
- ????????? RYO
-
何度もありがとうございます。
ご案内のとおりやってみましたが、コンパイルエラーになります。
# sh install.sh DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT [ http://dri.sourceforge.net ] ========================================================================== Welcome to the DRI Driver Installation Script The package you downloaded is for the following driver: Driver Name : gdg Description : Intel 830M/845G/852GM/855GM/865G/GDG Driver Architecture : I386 Build Date : 20040426 Kernel Module : gdg Optional Information Driver Version : Special Description : Press ENTER to continue or CTRL-C to exit. DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT [ http://dri.sourceforge.net ] ========================================================================== Select from the following options: 1. Install driver (default) 2. Uninstall driver Enter reponse [1-2], or CTRL-C to exit 1 install.sh: line 276: [: ==: unary operator expected DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT [ http://dri.sourceforge.net ] ========================================================================== The script will now compile the agpgart module and DRM kernel modules for your machine. Press ENTER to continue or CTRL-C to exit. Compiling new agpgart module... Compiling DRM module... ERROR: Kernel modules did not compile The DRI drivers can not be installed without the latest kernel modules. Installation will be aborted. See the dri.log file for information on what went wrong.
dri.logの記述は以下のとおりです。 rm -f *.o *.ko dristat drmstat .depend .*.flags .*.d .*.cmd make: *** ターゲット `gdg.ko' を make するルールがありません. 中止.
|
Re: インテル845Gグラフィックドライバを探しています ( No.7 ) |
|
- ????????? 2009/08/23 19:07
- ????????? ken@CentOS
-
カーネルのバージョンの問題でしょうか・・・
判りません。 Checkinstallを使用してprmパッケージを作成してインストール可能ですが 正しくできているのか否か判りません。
|
Re: インテル845Gグラフィックドライバを探しています ( No.8 ) |
|
- ????????? 2009/08/23 23:03
- ????????? RYO
-
ken@CentOSさん
何度もお手数をお掛けしています。カーネルから再構築しないといけないのでしょうか?
自力でも調べてみますが、もしご存知の方がいらっしゃればよろしくお願い致します。
|
Re: インテル845Gグラフィックドライバを探しています ( No.9 ) |
|
- ????????? 2009/08/26 23:25
- ????????? RYO
-
ちょっと間が空いてしまいましたが、報告です。
まずcheckinstallをインストールしました。以下のとおり # rpm -qa checkinstall checkinstall-1.6.0-1.i386
アーカイブは「IntelGraphics_060704.tar.gz」をrootにダウンロードしました。 # ls IntelGraphics_060704.tar.gz
ここで「checkinstall IntelGraphics_060704.tar.gz」とした結果です。
checkinstall 1.6.0, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran This software is released under the GNU GPL. The package documentation directory ./doc-pak does not exist. Should I create a default set of package docs? [y]: y パッケージの doc の準備中OK *** No known documentation files were found. The new package *** won't include a documentation directory. ************************************** **** RPM package creation selected *** ************************************** This package will be built according to these values:
1 - Summary: [ rpm ] 2 - Name: [ root ] 3 - Version: [ 20090826 ] 4 - Release: [ 1 ] 5 - License: [ GPL ] 6 - Group: [ Applications/System ] 7 - Architecture: [ i386 ] 8 - Source location: [ root ] 9 - Alternate source location: [ ] 10 - Requires: [ ] 11 - Provides: [ root ]
変更を行う場合、項目を番号で選んで Enter キーを押してください 。行わないならこのまま Enter でかまいません:
Installing with IntelGraphics_060704.tar.gz...
========================= Installation results =========================== /var/tmp/USPCXCdrbIZSLqqSLEjL/installscript.sh: line 4: IntelGraphics_060704.tar.gz: コマンドが見つかりません
**** Installation failed. Aborting package creation.
クリーニング中…OK
となってしまいました。
|
Re: インテル845Gグラフィックドライバを探しています ( No.10 ) |
|
- ????????? 2009/08/26 23:30
- ????????? ken@CentOS
-
DLしたファイルを展開し、そのディレクトリに移動した後makeを行いコマンド実行。
|
Re: インテル845Gグラフィックドライバを探しています ( No.11 ) |
|
- ????????? 2009/08/26 23:51
- ????????? RYO
-
何度もお手数です。
ダウンロードしたファイルをrootに展開しました。 # ls IntelGraphics_060704.tar.gz dripkg
#cd dripkg #ls GL agpgart agpgart-2.0 drm gdg install.sh pkginfo となっており、Malefileがありません。apggartとagpgart-2.0にはMakefileがありました。 後者のディレクトリでmakeを実行すると # make make -C /lib/modules/2.6.29.6-217.2.8.fc11.i686.PAE/build SUBDIRS=/root/dripkg/agpgart-2.0 modules make[1]: ディレクトリ `/usr/src/kernels/2.6.29.6-217.2.8.fc11.i686.PAE' に入ります Building modules, stage 2. MODPOST 0 modules make[1]: ディレクトリ `/usr/src/kernels/2.6.29.6-217.2.8.fc11.i686.PAE' から出ます となりました。この後、何を実行するのかが解りません。
|
Re: インテル845Gグラフィックドライバを探しています ( No.12 ) |
|
- ????????? 2009/08/30 20:02
- ????????? ken@CentOS
-
私も判りません。
|
Re: インテル845Gグラフィックドライバを探しています ( No.13 ) |
|
- ????????? 2009/08/31 10:49
- ????????? セブン
-
make install では?
|
Re: インテル845Gグラフィックドライバを探しています ( No.14 ) |
|
- ????????? 2009/08/31 22:05
- ????????? RYO
-
ken@CentOSさん
何度もコメントいただき、ありがとうございます。やはりコンパイルできません。 # sh install.sh DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT [ http://dri.sourceforge.net ] ========================================================================== Welcome to the DRI Driver Installation Script The package you downloaded is for the following driver: Driver Name : gdg Description : Intel 830M/845G/852GM/855GM/865G/GDG Driver Architecture : I386 Build Date : 20040426 Kernel Module : gdg Optional Information Driver Version : Special Description : Press ENTER to continue or CTRL-C to exit. DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT [ http://dri.sourceforge.net ] ========================================================================== Select from the following options: 1. Install driver (default) 2. Uninstall driver Enter reponse [1-2], or CTRL-C to exit 1 install.sh: line 276: [: ==: unary operator expected ←ここが気になる DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT [ http://dri.sourceforge.net ] ========================================================================== The script will now compile the agpgart module and DRM kernel modules for your machine. Press ENTER to continue or CTRL-C to exit. Compiling new agpgart module... Compiling DRM module... ERROR: Kernel modules did not compile The DRI drivers can not be installed without the latest kernel modules. Installation will be aborted. See the dri.log file for information on what went wrong.
セブンさん # make install make: `install' は更新済みです
となります。
|
Re: インテル845Gグラフィックドライバを探しています ( No.15 ) |
|
- ????????? 2009/09/14 23:01
- ????????? RYO
-
Intel 845Gグラフィックのインストールは思いつくあらゆる方法、Webで検索した様々な情報を駆使しても、結局うまくいきませんでした。コメントも続かないようですので、とりあえずクローズしておきます。
|