今泉です。
# X60 の無線LANではお世話になりました…

相変わらず ThinkPad X60 の話で恐縮ですが、
結局 X60 に 6-STABLE をインストールしているのですが、
agp 関連で不思議な現象に悩まされています。

X を起動すると10回に9回くらい agp メモリが取得できないと言われます。
Xorg 7.2 だと全く起動しないので 6.9 にバージョンを下げています。
ごくごくまれにメモリが取得できる事もある様なのですが、
AGP メモリの取得可否の条件は特定できていません。
カーネルモジュールが関係しているのかと思い、
全てのモジュールをロードせずに起動しても全く同じ現象のままです。
どなたか同じ現象に遭遇した方や解決法をご存じの方はいらっしゃいませんか?

↓ /var/log/Xorg.0.log

(II) I810(0): Checking Available AGP Memory: 0 kB available (total 0 kB, used 0 
kB) (WW) I810(0): /dev/agpgart is either not available, or no memory is 
available for allocation.  Using pre-allocated memory only.
(WW) I810(0): VideoRAM reduced to 7932 kByte (limited to available sysmem)
(--) I810(0): Pre-allocated VideoRAM: 7932 kByte
(--) I810(0): VideoRAM: 7932 kByte
(==) I810(0): video overlay key set to 0x101fe
(**) I810(0): page flipping disabled

↓ /etc/X11/xorg.conf

Section "Device"
Identifier          "Card0"
        Driver              "i810"
        VendorName          "Intel Corporation"
        VideoRam            16384
        Option              "DRI"                   "true"
        Option              "DisplayInfo"           "false"
EndSection

チップセットは Intel の 945GM です。
↓ pciconf -lv
[メールアドレス保護]:2:0: 
 class=0x030000 card=0x201a17aa chip=0x27a28086 rev=0x03 hdr=0x00
        vendor     = 'Intel Corporation'
        device     = 'Mobile 945GM/GU Express Integrated Graphics Controller'
        class      = display
        subclass   = VGA
[メールアドレス保護]:2:1: 
class=0x038000 card=0x201a17aa chip=0x27a68086 rev=0x03 hdr=0x00
        vendor     = 'Intel Corporation'
        device     = 'Mobile 945GM/GU Express Integrated Graphics Controller'
        class      = display

↓ dmesg -a では以下の様に表示されています。

agp0: <Intel 82945GM (945GM GMCH) SVGA controller> port 0x1800-0x1807 mem 
0xee100000-0xee17ffff,0xd0000000-0xdfffffff,0xee200000-0xee23ffff irq 16 at 
device 2.0 on pci0
agp0: detected 7932k stolen memory
agp0: aperture size is 256M
drmsub0: <Intel i945GM>: (child of agp_i810.c) on agp0
info: [drm] AGP at 0xee100000 0MB
info: [drm] Initialized i915 1.5.0 20060119

↓ カーネルのコンフィグです
device        agp
device        drm
device        i915drm

カーネルソースは昨日 cvsup したので最新になっており、
/usr/src/sys/pci/agp_i810.c のバージョンは 1.32.2.4 で最新です。

-- 
 Mitzyuki IMAIZUMI 
<[&#x30E1;&#x30FC;&#x30EB;&#x30A2;&#x30C9;&#x30EC;&#x30B9;&#x4FDD;&#x8B77;]>

メールによる返信