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

[debian-users:26951] i815



お世話になっております。
碇です。

先日、(有)メタマジック 佐竹 克一様から個人的にメールを
頂きまして、potatoでXを動かすことができました。
どうもありがとうございました。

securityアナウンスがありましたがせっかくですので報告します。

環境
potato kernel 2.2.17

まず、intelのサイト
http://appsr.cps.intel.com/scripts-df/filter_results.asp?strOSs=39&strTypes=DRV%2CUTL&ProductID=179&OSFullName=Linux*&submit=Go%21
から

XFCOM_I810-1.2-3.I386.RPM
I810GTT-0.2-4.SRC.RPM
をダウンロードします。

I810GTT-0.2-4.SRC.RPM
をまずインストールしました。
makeにカーネルヘッダが必要ですのでヘッダをいれて

cd /usr/src
ln -s 2 kernel-headers-2.2.17 linux

alien --to-tgzで取り出して(rpm --rebuild;alien --to-deb;dpkg -iとかでも
いいと思います。)


mknod /dev/agpgart c 10 175
make agpgart.o
mv agpgart.o /lib/modules/2.2.17/misc/

次にXFCOM_I810-1.2-3.I386.RPMをインストール
alienでdebを作ってもいいのですがなんとなく--to-tgzで取り出しました。
でてきたXFCom_i810を/usr/X11R6/binにコピー

mv XF86_SVGA XF86_SVGA.org
ln -s XFCom_i810 XF86_SVGA

/etc/modules.confにagpgartの記述があるか確認
alias char-major-10-175 agpgart

/etc/modulesにagpgartを追加

これで、Xサーバーとagpgartのインストールは終わりです。

XF86Configの設定もあるのですが読みにくくなるので先に書いておきます。
i815Eのフレームバッファアクセスのためにメインメモリーの一部を割り当てて
やらなければならないようです。これはカーネルオプションとしてメモリサイズ
を割り当てなければなりません。i815Eが必要とするアクセスメモリは1Mのよう
ですので [実メモリ - 1M ] を指定します。
私の場合256M積んでいるのでlilo.confで
append="mem=255M"
とし、liloしてリブートしました。

XF86Configの設定ですが、xf86configですとどうもうまくいきませんでした。

佐竹さんの物とほとんど同じですが、以下にXF86Configを添付しておきます。


Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath	"unix/:7100"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"

    Protocol	"Standard"
    XkbRules    "xfree86"
    XkbModel    "jp106"
    XkbLayout   "jp"

EndSection

Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/psaux"
    Emulate3Buttons
EndSection

Section "Monitor"

    Identifier  "My Monitor"
    VendorName  "Unknown"
    ModelName   "Unknown"

    HorizSync   31.5 - 82.0
    VertRefresh 50-100

Modeline "1024x768"    65.00    1024 1064 1208 1344 768  771  777  806 -hsync -vsync

EndSection

Section "Device"
    Identifier  "i815"
    VendorName  "Intel"
    BoardName   "i815"
   # VideoRam    4096
    VideoRam    8192
    Clocks	65.00
EndSection

Section "Screen"
    Driver      "svga"
    Device      "i815"
    Monitor     "My Monitor"
    DefaultColorDepth 24
    SubSection "Display"
	Depth	24
	Modes	"1024x768"
	ViewPort	0 0
    EndSubSection
EndSection


急がず 焦らず 参ろうか
碇 永志     ikari@xxxxxxxxx