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

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



返答ありがとうございます。
碇です。

> 武藤@Debianぷろじぇくとです。
>
> Depth 16の設定がないのに DefaultDepth 16?
> ほかにもいろいろ怪しそうですが。
> -- 

直しました。
dpkg-reconfigureで丸々変更してしまいました。

>  xf86cfgなんてどうですか?僕はこれを使って初めて
> v4.0.2でXウィンドウを拝むことができました。
> 
> #xf86configではなぜかエラーばかりでた…。
> 
> 

試してみたのですが、エラーを吐いて落ちてしまいました。

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

了解しました。
たった今元に戻しました。



> > Section "Device"
> >     Identifier  "My Video Card"
> >     Driver      "i810"
> > 	# unsupported card
> >     #VideoRam    4096
> >     # Insert Clocks lines here if appropriate
> > EndSection
> 
> に修正しないとだめではないですかね?最近は debconf でチップとか
> 聞いてきたような気がするので、dpkg-reconfigure した方がいいと思
> いますが。

dpkg-reconfigure xserver-xfree86をしてみました。

そして、Xとしますと
以下のようなエラーを吐きます。

(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.3
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a


Fatal server error:
AddScreen/ScreenInit failed for driver 0
とかです。

xf86cfgをすると
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.1
(EE) No drivers available.

Fatal server error:
no screens found

といわれます。
このmouse_drv.oというファイルは/usr/X11R6/lib/modules/input
に存在しています。
どのようにすべきでしょうか?

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

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
	Load	"ddc"
	Load	"GLcore"
	Load	"dbe"
	Load	"dri"
	Load	"extmod"
	Load	"glx"
	Load	"pex5"
	Load	"record"
	Load	"xie"
	Load	"bitmap"
	Load	"freetype"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
	Load	"int10"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"PS/2"
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"i810"
	VideoRam	8192
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-100
	VertRefresh	50-160
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1280x960" "1152x864" "1024x768" 
				"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1280x960" "1152x864" "1024x768"
		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1280x960" "1152x864" "1024x768"
		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1280x960" "1152x864" "1024x768"
		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1280x960" "1152x864" "1024x768" 
		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1280x960" "1152x864" "1024x768" 
		"800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Generic Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection