はじめての自宅サーバ構築 - Fedora/CentOS -
Last Update 2018/05/30
[ 更新履歴 ] [ サイト マップ ] [ 質問掲示板 ] [ 雑談掲示板 ] [ リンク ]
トップ >> 質問掲示板

 このスレッドはクローズされています。記事の閲覧のみとなります。

 インテル845Gグラフィックドライバを探しています
日時: 2009/08/20 23:15
名前: RYO

1.不明点・障害内容:インテル845Gチップセットでグラフィック表示に異常が発生する
2.ログの有無   :無
  (有:その内容) :
3.Distribution  :fedora
      Version :11
4.Service Name  :
      Version :
5.ネットワーク構成:

 サーバ構築の場所で聞くのは違うと思いつつ質問させていただきます。
 現在使用中のサーバ機が古くなってきたので、新しくしようと思い、Dellの
Dimension2400にfrdora11をインストールしました。特に動作に問題はないので
すが、サイト閲覧時に、フラッシュを使ったコンテンツがあるとグラフィック
表示が正しくなされません。具体的には、1枚の画像のはずが、小さなブロック
が多数表示されて画面が乱れてしまいます。同じマシンでWindowsXPを動作させ
ると正常ですので、グラフィックドライバの問題だと切り分けました。どなたか
このチップセット用のドライバの所在をご存知ないでしょうか?
メンテ

Page:  [1] [2] [3]

■ コンテンツ関連情報

 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を行いコマンド実行。

メンテ

Page:  [1] [2] [3]

■ その他

ページ先頭へ

Copyright(©)2004-2018 First home server construction. All Right Reserved.