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

[debian-users:43753] Re: upgrade to sarge, problem with xfree86 and ATI rage



浅沼です。

以下のメールを先日流しましたが、もう少し自分で調べてみたところ、startxか
ら起動されるユーザーレベルの起動スクリプト(.xsession)の問題でした。大
変お騒がせしました。

> (EE) R128(0): No DFP detected

というエラーは、何も関係なかったようです。

お騒がせいたしました。

Jun Asanuma wrote:
> 浅沼と申します。
> 
> woodyからsargeへアップグレードしたのですが、xが立ち上がりのところで落ち
> ます。ログの中で関係有りそうなところは、
> 
> (EE) Failed to load module "pex5" (module does not exist, 0)
> (EE) Failed to load module "xie" (module does not exist, 0)
> (EE) R128(0): No DFP detected
> 
> の3つです。もちろん、液晶ディスプレイがついているので、何らかの理由で認
> 識していないのだと思います。このメールの末尾にXF86Config-4の内容を貼付し
> ます。グラフィックボードは、
> 
> 0000:01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128
> PF/PRO AGP 4x TMDS
> 
> を使用しています。カーネルは、2.4.26で自分でコンパイルしており、DRM関連
> のカーネルConfigを以下に貼付します。
> 
> "r128, no DFP detected"でネット検索をかけて見ると、かなりヒットするので
> すが、どこにも解決法が見あたりません。mesaとの相性が悪い、というのがあっ
> たので、xlibmesa-gl,xlibmesa-glu以外のmesa関連パッケージは削除したのです
> が、状況は変わりませんでした(xlibmesa-gl,xlibmesa-gluは、xbase-clients
> が依存するので、削除出来ません)。
> 
> どなたか、対処法をご存じでしたら、よろしくお願いします。
> 
> ========== config-2.4.26の一部=========
> #
> # Direct Rendering Manager (XFree86 DRI support)
> #
> CONFIG_DRM=y
> # CONFIG_DRM_OLD is not set
> 
> #
> # DRM 4.1 drivers
> #
> CONFIG_DRM_NEW=y
> CONFIG_DRM_TDFX=m
> # CONFIG_DRM_GAMMA is not set
> CONFIG_DRM_R128=y
> CONFIG_DRM_RADEON=m
> CONFIG_DRM_I810=m
> CONFIG_DRM_I810_XFREE_41=y
> # CONFIG_DRM_I830 is not set
> CONFIG_DRM_MGA=m
> # CONFIG_DRM_SIS is not set
> # CONFIG_MWAVE is not set
> # CONFIG_OBMOUSE is not set
> 
> ===========XF86Config-4===================
> Section "ServerLayout"
> 	Identifier     "XFree86 Configured"
> 	Screen      0  "Screen0" 0 0
> 	InputDevice    "Mouse0" "CorePointer"
> #	InputDevice    "USB Mouse" "CorePointer"
> 	InputDevice    "USB Mouse" "SendCoreEvents"
> #	InputDevice    "USB Mouse" "AlwaysCore"
> 	InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
> 
> Section "ServerFlags"
>     AllowMouseOpenFail
> EndSection
> 
> 
> Section "Files"
> 	RgbPath      "/usr/X11R6/lib/X11/rgb"
> 	ModulePath   "/usr/X11R6/lib/modules"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
> EndSection
> 
> Section "Module"
> 	Load  "dbe"
> #	Load  "dri"
> 	Load  "extmod"
> 	Load  "glx"
> 	Load  "pex5"
> 	Load  "record"
> 	Load  "xie"
> EndSection
> 
> Section "InputDevice"
> 	Identifier  "Keyboard0"
> 	Driver      "keyboard"
> 	Option      "XkbRules" "xfree86"
> 	Option      "XkbModel" "pc104"
> 	Option      "XkbLayout" "us"
> EndSection
> 
> Section "InputDevice"
> 	Identifier  "Mouse0"
> 	Driver      "mouse"
> 	Option      "CorePointer" "true"
> 	Option      "Protocol" "imPS/2"
> 	Option	    "Emulate3Buttons"	"false"
> 	Option      "Device" "/dev/psaux"
> 	Option	    "Buttons" "5"
> 	Option	    "ZAxisMapping"		"4 5"
> EndSection
> 
> Section "InputDevice"
> 	Identifier  "USB mouse"
> 	Driver      "mouse"
> 	Option	    "Protocol" "PS/2"
> 	Option	    "Emulate3Buttons"	"false"
> 	Option      "Resolution" "100"
> 	Option      "Device" "/dev/input/mice"
> 	Option	    "Buttons" "5"
> 	Option	    "ZAxisMapping"		"4 5"
> EndSection
> 
> Section "Monitor"
> 	Identifier   "L465"
> 	VendorName   "ENC"
> 	ModelName    "L465"
> 	HorizSync    24.8 - 80.0
> 	VertRefresh  50.0 - 75.0
> EndSection
> 
> Section "Device"
> 	Identifier  "Rage128"
> 	Driver      "r128"
> 	VendorName  "ATI"
> 	BoardName   "Rage 128 Pro PF"
> #	ChipSet     "r128"
> 	BusID       "PCI:1:0:0"
> EndSection
> 
> Section "Screen"
> 	Identifier "Screen0"
> 	Device     "Rage128"
> 	Monitor    "L465"
> 	DefaultDepth	24
> 	SubSection "Display"
> 		Depth     1
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     4
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     8
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     15
> 		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     16
> 		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     24
> 		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     32
> 		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
> 	EndSubSection
> EndSection
> 
> #Section "dri"
> #        Mode 0666
> #EndSection
> =============================

-- 
=======================
筑波大学陸域環境研究センター
浅沼 順

Jun Asanuma
Assoc. Professor
Terrestrial Environment Research Center
Tsukuba Univeristy

URL: http://alpine.suiri.tsukuba.ac.jp
mail: asanuma@xxxxxxxxxxxxxxxxxxx
Voice: 029-853-6704
Fax:   029-853-2530