[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:43735] upgrade to sarge, problem with xfree86 and ATI rage
- From: Jun Asanuma <asanuma@xxxxxxxxxxxxxxxxxxx>
- Subject: [debian-users:43735] upgrade to sarge, problem with xfree86 and ATI rage
- Date: Mon, 13 Jun 2005 11:16:56 +0900
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- Organization: TERC, Tsukuba University
- X-accept-language: ja, en-us, en
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-original-to: debian-users@debian.or.jp
- X-spam-level:
- X-spam-status: No, hits=-3.0 required=10.0 tests=ISO2022JP_BODY,ISO2022JP_CHARSET,NOSPAM_INC, SIGNATURE_LONG_SPARSE,SPAM_PHRASE_00_01,USER_AGENT, X_ACCEPT_LANG version=2.44
- Message-id: <42ACEC93.903@xxxxxxxxxxxxxxxxxxx>
- X-mail-count: 43735
- User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
浅沼と申します。
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