vine-users ML アーカイブ



[vine-users:058919] VIA の統合チップ Castle Rock

  • From: daitoku@xxxxxxxxxxx (daitoku)
  • Subject: [vine-users:058919] VIA の統合チップ Castle Rock
  • Date: Fri, 14 Mar 2003 22:58:29 +0900 (JST)
すみませんが、質問させてください。

eden933において、Xconfiguratorで設定することができませんでした。
もし、設定できている方がいましたら、
Castle Rockについての設定XFconfig-4をおしえていただけないでしょうか?
ドライバが必要なのかもしれませんが、情報が見つかりません。

とりあえず、VGAでも、動かしたいと思います。情報お持ちの方、すみませんが
教えていただけたらと思います。
よろしくおねがいします。



マザーボード

プロセッサ VIA C3/EDEN EBGA プロセッサ
EPIA MC933 C3-933MHz(ファン付き) 
 
チップセット North Bridge VIA CLE266
South Bridge VIA VT8235 
システムメモリ 1 x 184pin DIMMソケット
PC2100対応 最大1GB 
VGA チップセット統合
Castle Rock AGPグラフィック MPEG2デコーダ付き 

/etc/X11/XFconfig-4
# XFree86 4.x configuration generated by Xconfigurator

Section "ServerLayout"
	Identifier "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Mouse9" "SendCoreEvents"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# By default, Vine Linux use xfs except for TrueType

Section "Files"
	FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
	FontPath "unix/:7100"
	FontPath "/usr/X11R6/lib/X11/fonts/japanese"
	FontPath "/usr/X11R6/lib/X11/fonts/misc"
	FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection

# Module loading section

Section "Module"
	Load  "dbe"		# Double-buffering
	Load  "GLcore"		# OpenGL support
	Load  "dri"		# Direct rendering infrastructure
	Load  "glx"		# OpenGL X protocol interface
	Load  "extmod"		# Misc. required extensions
	Load  "v4l"		# Video4Linux
	# Load  "pex5"		# PHIGS for X 3D environment (obsolete)
	# Load  "record"	# X event recorder
	# Load  "xie"		# X Image Extension (obsolete)
	# Load  "freetype"	 # TrueType font handler
	 Load  "xtt"	 # TrueType font handler
	 Load  "type1"		# Adobe Type 1 font handler
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option      "Xkbdisable"
	Option      "XkbLayout"	"jp"
	Option      "XkbModel"	"jp106"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Device" "/dev/mouse"
	Option      "Protocol" "PS/2"
	Option      "Emulate3Buttons" "on"
	Option      "ZAxisMapping" "4 5"
EndSection


Section "InputDevice"
	Identifier  "Mouse9"
	Driver      "mouse"
	Option      "Device" "/dev/input/mice"
	Option      "Protocol" "IMPS/2"
	Option      "ZAxisMapping" "4 5"
	Option      "AlwaysCoreg"
EndSection

Section "Monitor"
	Identifier "Sony CPD-17SF9"
	VendorName "Unknown"
	ModelName  "Unknown"
	HorizSync 24.0-80.0
	VertRefresh 50.0-120.0
	Option "dpms"
EndSection

Section "Device"
	Identifier "Unsupported VGA compatible"
	Driver "vga"
	BoardName "Unknown"
EndSection

Section "Device"
	Identifier "Linux Frame Buffer"
	Driver "fbdev"
	BoardName "Unknown"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device "Unsupported VGA compatible"
	Monitor "Sony CPD-17SF9"
	DefaultDepth 16
	Subsection "Display"
		Depth 24
		Modes "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	Subsection "Display"
		Depth 16
		Modes "1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x6
00" "640x480"
	EndSubSection
	Subsection "Display"
		Depth 8
		Modes "1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x6
00" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection