From owner-freebsd-x11@FreeBSD.ORG Mon Feb 13 15:47:16 2006 Return-Path: X-Original-To: x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 253FA16A420 for ; Mon, 13 Feb 2006 15:47:16 +0000 (GMT) (envelope-from mi@vaio.virtual-estates.net) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2C3043D5E for ; Mon, 13 Feb 2006 15:47:13 +0000 (GMT) (envelope-from mi@vaio.virtual-estates.net) Received: from corbulon.video-collage.com ([151.204.231.237]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IUM00MU3UHO5970@vms046.mailsrvcs.net> for x11@FreeBSD.org; Mon, 13 Feb 2006 09:46:36 -0600 (CST) Received: from vaio.virtual-estates.net (5.sub-70-200-14.myvzw.com [70.200.14.5]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id k1DFkMbi004583 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 13 Feb 2006 10:46:30 -0500 Received: from vaio.virtual-estates.net (localhost [127.0.0.1]) by vaio.virtual-estates.net (8.13.4/8.13.4) with ESMTP id k1DFjcSN001638 for ; Mon, 13 Feb 2006 10:45:55 -0500 Received: (from mi@localhost) by vaio.virtual-estates.net (8.13.4/8.13.4/Submit) id k1DFjaPm001637 for x11@FreeBSD.org; Mon, 13 Feb 2006 10:45:36 -0500 (EST envelope-from mi) Date: Mon, 13 Feb 2006 10:45:36 -0500 (EST) From: "Mikhail T." To: x11@FreeBSD.org Message-id: <200602131545.k1DFjaPm001637@vaio.virtual-estates.net> X-Virus-Scanned: ClamAV devel-20050525/1284/Sun Feb 12 11:00:59 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: Subject: continuing problems with i915 DRI X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2006 15:47:16 -0000 Hello! My laptop's Xorg-6.9.0 server comes up now, but is still unable to use DRI. The system is running 6.0-stable from January 27. Everything in Xorg.0.log seems fine except for the failures in the snippet below (given with some context): (II) I810(0): VESA VBE OEM: Intel(r)852MG/852MGE/855MG/855MGE Graphics Chip Accelerated VGA BIOS (II) I810(0): VESA VBE OEM Software Rev: 1.0 (II) I810(0): VESA VBE OEM Vendor: Intel Corporation (II) I810(0): VESA VBE OEM Product: Intel(r)852MG/852MGE/855MG/855MGE Graphics Controller (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 (II) I810(0): Allocated 128 kB for the ring buffer at 0x0 (II) I810(0): Allocating at least 384 scanlines for pixmap cache (II) I810(0): Initial framebuffer allocation size: 4608 kByte (II) I810(0): Allocated 4 kB for HW cursor at 0x7fff000 (0x1e8d5000) (WW) I810(0): xf86AllocateGARTMemory: allocation of 4 pages failed (Cannot allocate memory) (EE) I810(0): Failed to allocate HW (ARGB) cursor space. (II) I810(0): Allocated 4 kB for Overlay registers at 0x7ffe000 (0x20016000). (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" (II) I810(0): [drm] drmOpen failed (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI. The loaded kernel modules are as follows: Id Refs Address Size Name 1 35 0xc0400000 4292b0 kernel 2 1 0xc082a000 55fc snd_ich.ko 3 2 0xc0830000 245f8 sound.ko 4 1 0xc0855000 7f64 ng_ubt.ko 5 6 0xc085d000 da5c netgraph.ko 6 1 0xc086b000 621b4 acpi.ko 7 1 0xc47df000 b000 ntfs.ko 8 1 0xc482d000 6000 linprocfs.ko 9 1 0xc4833000 18000 linux.ko 10 4 0xc4871000 2000 ng_bluetooth.ko 11 1 0xc4873000 d000 ng_hci.ko 12 1 0xc4890000 f000 ng_l2cap.ko 13 1 0xc48a0000 19000 ng_btsocket.ko 14 1 0xc48c3000 4000 ng_socket.ko 15 2 0xc4b60000 13000 agp.ko 16 1 0xc4b78000 5000 i915.ko 17 1 0xc4b7e000 f000 drm.ko Please, advise! Thanks! -mi