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

[debian-users:26836] Re: i815e で X を動かしたい



松井@tdsです。

> やった事
> intelのサイトからagpgart.oをとってきてビルドしてインストール
> intelのサイトからxfcomというxserverをとってきましたが
> ハングアップするためあきらめる。
> また、VGAでもマウスが動きませんでした。
> 
> xfree4.0なら大丈夫のようなweb上の情報を得てwoodyに上げて
> xf86configで設定するもエラーを吐いて落ちてしまいます。

4.0 なら kernel に入っている方の agpgart.o を使います。ので、上
の Intel のは必要ないです。

で、i810 driver を使うのであれば

> Section "Device"
>     Identifier	"Standard VGA"
>     VendorName	"Unknown"
>     BoardName	"Unknown"
>     Driver     "vga"
> EndSection
> 
> 
> Section "Device"
>     Identifier  "My Video Card"
>     Driver      "vga"
> 	# unsupported card
>     #VideoRam    4096
>     # Insert Clocks lines here if appropriate
> EndSection

は(なぜ2つ?)

> Section "Device"
>     Identifier  "My Video Card"
>     Driver      "i810"
> 	# unsupported card
>     #VideoRam    4096
>     # Insert Clocks lines here if appropriate
> EndSection

に修正しないとだめではないですかね?最近は debconf でチップとか
聞いてきたような気がするので、dpkg-reconfigure した方がいいと思
いますが。
-- 
松井 崇泰@東京電子設計