atom feed7 messages in org.freebsd.freebsd-mobileFujitsu P7010 drm problems.
FromSent OnAttachments
Peter AnkerstålJan 1, 2006 12:43 pm 
John BaldwinJan 3, 2006 10:06 am 
Peter AnkerstålJan 3, 2006 1:20 pm 
John BaldwinJan 3, 2006 1:39 pm 
Gianmarco GiovannelliJan 5, 2006 9:39 pm 
Peter AnkerstålJan 6, 2006 1:39 am 
Gianmarco GiovannelliJan 10, 2006 3:55 pm 
Subject:Fujitsu P7010 drm problems.
From:Peter Ankerstål (uch@home.se)
Date:Jan 6, 2006 1:39:51 am
List:org.freebsd.freebsd-mobile

On Fri, 06 Jan 2006 06:35:48 +0100 Gianmarco Giovannelli <free@gimbo.org> wrote:

At 22.40 03/01/2006, you wrote:

agp0: <Intel 82855GME (855GME GMCH) SVGA controller> port 0x2430-0x2437 mem 0xd8000000-0xdfffffff,0xd0000000-0xd007ffff irq 11 at device 2.0 on pci0 detected 8060k stolen memory aperture size is 128M

[...] 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" (II) I810(0): [drm] drmOpen failed (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.

That part I don't know. You can try asking anholt@. I thought he might have merged all the fixes back to RELENG_6 already though.

I have a lifebook p7010 too and i915 is working if and only if:

- you use a 7-current or apply this hack: ftp://213.85.11.250/pub/drm3.patch and recompile the kernel :-) - you use the plain xorg 6.8.2 not the snapshoot one - you use the dri-devel port not the plain one :-)

if you use all of this things, everything is working and glxgears show a 700-800fps

There was a very long discussion in -stable with subject i915 about this thread: things seems to work for i855GM but not for i915 (yet).

I have now done these steps: Patched the i915_drv.c and recompiled the kernel. Installed /usr/ports/graphics/dri-devel/ And I have the plain 6.8.2 xorg.

But I still get: 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"