vine-users ML アーカイブ



[vine-users:053091] Re: 1400X1050 の画面で起動しない(長文

  • From: 間 <vine@xxxxxxxxxxxxxxxxxxx>
  • Subject: [vine-users:053091] Re: 1400X1050 の画面で起動しない(長文
  • Date: Sat, 24 Aug 2002 00:48:29 +0900
> > バグの問題は解決するのでしょうか?
> 
> 判明しているバグに対応するための updates ですから
> 書かれている内容のバグフィクスがあったわけでしょう。
>    - i810
>      i830M, i845G への対応
> は「対応」のためのドライバの更新ですね。
> 
> 私も大里さん同様 i830 と i830M の違いは分かりません。
> ただ、
> 「また、更新されたドライバに対応した Xconfigurator と kudzu も 更新しまし
> た。標準では自動で認識しなかった場合や、うまく動作しなかった 場合はこちら
> もお使いください。」
> とも書かれていますね。
> 
> 
お世話になります。
kudzu なのですが、update 後に正確に video カード名を認識しました。
以前は手動で video を認識させておりました。

ところで、いまだ成功していないのですが、認識させようとしている手順を
おってみます。

1. Xconfigurator で設定
2. モニターを generic laptop 1400x1050 と設定
3. video ram を 16 m と設定
テストのときに解像度を 1400x1050 にすると X が起動しません。
1280x1024 だと画面サイズが小さいながらも正常に起動します。

(推測)
設定時に 1400x1050 と設定しているが X そのものはこのモニターを
認識していないのでは?(エラーから推測)
エラーを送りたいのですがうまくファイルになりません、、、、

参考に X の設定を貼り付けます XF86Config-4
この設定だと X 起動しません。
modes 1400x1050 のところを 1280x1024 にすると起動します。

------------------------
# 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" "IMPS/2"
	Option      "Emulate3Buttons" "off"
	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 "Generic Laptop Display Panel 1400x1050"
	VendorName "Unknown"
	ModelName  "Unknown"
	HorizSync 31.5-90
	VertRefresh 59-75
	Option "dpms"
EndSection

Section "Device"
	Identifier "Intel 830"
	Driver "i810"
	BoardName "Unknown"
	VideoRam 16384
EndSection

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

Section "Screen"
	Identifier "Screen0"
	Device "Intel 830"
	Monitor "Generic Laptop Display Panel 1400x1050"
	DefaultDepth 16
	Subsection "Display"
		Depth 16
		Modes "1400x1050"
	EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection