i'm totally at a loss here with that i915gm chipset although it damn should work but it doesnt.
my situation is the following. i use gentoo-source 2.6.14 and dri-drivers using x11-drm .
my chip is found by agp:
dmesg | grep agp
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel 915GM Chipset.
agpgart: Detected 7932K stolen memory.
agpgart: AGP aperture is 256M @ 0xa0000000
the dri-drivers are recognized:
lsmod
Module Size Used by
i915 17472 0
drm 68184 1 i915
dmesg | grep drm
[drm] Initialized drm 1.0.1 20051102
[drm] Initialized i915 1.2.0 20041217 on minor 0:
[drm] Used old pci detect: framebuffer loaded
i have the dri card file:
dir -l /dev/dri/
total 0
crw-rw---- 1 root video 226, 0 Jan 1 19:55 card0
but still xorg bails out on my using i810 driver with:
(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G
(II) Primary Device is: PCI 00:02:0
(--) Assigning device section with no busID to primary device
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(EE) No devices detected.
( xorg is version 6.8.2-r6 )
i have no clue why it does not work as there are no errors in dmes or anything else. the driver
SHOULD work but somehow xorg seems to ignore it. as you can see it only lists 915G, but not 915G
M, which the dri-snapshot though should provide.
how comes xorg ignores this driver? or rather, why can't i get it working?