i915drm

Patrick Lamaizière patfbsds at davenulle.org
Mon Dec 19 04:10:29 PST 2005


Le Dimanche 18 Décembre 2005 01:31, Gianmarco a écrit :

> I am trying to use the latest drm hook for i915, but I get this error:
>
> drmsub0: <Intel i915GM> port 0x1800-0x1807 mem
> 0xb0080000-0xb00fffff,0xc0000000-0xcfffffff,0xb0000000-0xb003ffff irq 16
> at device 2.0 on pci0
> error: [drm:pid0:drm_load] *ERROR* Card isn't AGP, or couldn't initialize
> AGP. device_attach: drmsub0 attach returned 12
> pci0: <display> at device 2.1 (no driver attached)
>
>
> Any idea ?
>
> I have added to my kernel:
>
> device          agp             # support several AGP chipsets
> device          drm             # DRM core module required by DRM drivers
> device          i915drm         # Intel i830 through i915

Just put agp, Xorg will load i915.ko. I've got the same problem.

But dri does not work, Xorg seems to look for a /dev/dri/card0 and i've got 
only one device /dev/dri/card1 ?

Xorg.log:
(II) I810(0): Allocated 64 kB for the scratch buffer at 0x7fee000
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
[drm] failed to load kernel module "i915"


More information about the freebsd-stable mailing list