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

[debian-users:48279] ATI Rage Mobility P/M (was: 本日3/31にapt-get upgrade実施後X-Windowでの自動ログインが起動しない)



飛田です。

>>>>> In [debian-users : No.48272] 
>>>>>	"kaori iwashita" <duftweberin@xxxxxxxxxxxxxxx> wrote:

> > Driver "vesa"
> > もダメでしょうか?

> 残念ながら、状況に変化はなしでした

> > Driver "r128"

> にしてみたところ、ログインプロンプトが立ち上がり、startxするとエラーが
> 出ました。。。 

> XFree86.0.logにログがはかれているみたいなので、今一度XFree86.0.logを捕獲してみました。

これ、VESA のログですね。

あちこちのログを見ていると、どうも Mobility P/M って、r128 ではなく、
ati から自動判定で atimisc もしくは Mach64 が呼ばれるようです。 なので、
Driver は ati を指定していて問題ないような気がします。

最初の [debian-users:48258] 
Message-Id: <001b01c77473$ff4bb080$050ba8c0@iwashita> の XFree86.0.log にも、

(II) ATI: ATI driver (version 6.5.5) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
	ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
	[...]
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	[...]
(II) Primary Device is: PCI 01:00:0
(II) ATI:  Candidate "Device" section "Generic Video Card".
(II) ATI:  Shared PCI/AGP Mach64 in slot 1:0:0 detected.
(II) ATI:  Shared PCI/AGP Mach64 in slot 1:0:0 assigned to active "Device" section "Generic Video Card".
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[...]
(II) Loading sub module "atimisc"
(II) LoadModule: "atimisc"
(II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
(II) Module atimisc: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 6.5.5
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[...]
(II) Setting vga for screen 0.
(==) ATI(0): Chipset:  "ati".

と出ており、ここまではこれで問題ないように見えます。

混乱しているようですが、今一度、XF86Config-4 を確認して UseFBDev の行を
無効にして(行頭に # をつける)やってみてはどうでしょうか?

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"ati"
#	Option		"UseFBDev"		"true"
EndSection

(!!) ATI(0): Virtual resolutions will be limited to 4095 kB
 due to linear aperture size and/or placement of hardware cursor image area.
(!!) ATI(0): Invalid horizontal sync pulse timing detected in mode on server entry.
(WW) ATI(0): Extraneous XF86Config HorizSync specification(s) ignored.
(WW) ATI(0): Extraneous XF86Config VertRefresh specification(s) ignored.

なんか、このあたり (HorizSync, VertRefresh) を解決すればいけそうに見え
ますがね..

X20 って、SVGA 800x600 と XFA 1024x768 の 2種類があるようですがどっちか
わかりますか? もしお持ちなら取扱説明書に水平と垂直の走査周波数はありま
せんか?

あるいは

# hwinfo --monitor

とかって出来ますかね?

で、XF86Config-4 を書き換えてテストしたらそれに対応する log を見る、と
いうのが必要です。うまくいかなくても変更に応じたログが出ますので、
XF86Config-4 と XFree86.0.log は必ず対で読む必要があります。

;; 逆にいうと別々に読んでもなかなか良くわからない。

-- 
  Shinichiro HIDA  shinichiro@xxxxxxxxxxxxx
  GPG fingerprint = 5F2D 1656 FFF6 F691 A51C  5E61 E416 D398 470C 1CE9