From owner-freebsd-bugs@FreeBSD.ORG Sun May 18 07:07:46 2008 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C3051065675 for ; Sun, 18 May 2008 07:07:46 +0000 (UTC) (envelope-from alex@ahhyes.net) Received: from fallbackmx06.syd.optusnet.com.au (fallbackmx06.syd.optusnet.com.au [211.29.132.8]) by mx1.freebsd.org (Postfix) with ESMTP id 226FE8FC12 for ; Sun, 18 May 2008 07:07:44 +0000 (UTC) (envelope-from alex@ahhyes.net) Received: from mail08.syd.optusnet.com.au (mail08.syd.optusnet.com.au [211.29.132.189]) by fallbackmx06.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m4I0uqKc022045 for ; Sun, 18 May 2008 10:56:52 +1000 Received: from laptop.xor.net (c122-106-40-33.rivrw1.nsw.optusnet.com.au [122.106.40.33]) by mail08.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m4I0unbk003381 for ; Sun, 18 May 2008 10:56:50 +1000 Message-ID: <482F7E2B.4070005@ahhyes.net> Date: Sun, 18 May 2008 10:54:03 +1000 From: alex User-Agent: Thunderbird 2.0.0.12 (X11/20080415) MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: DRI not working on 7-stable/i386 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2008 07:07:46 -0000 Hi Guys, I cant really tell whether this is an X11 problem or a problem with the i915 kernel module. Heres some info from my dmesg: [root@laptop ~]# dmesg |grep agp agp0: on vgapci0 agp0: detected 892k stolen memory agp0: aperture size is 128M [root@laptop ~]# dmesg |grep drm drm0: on vgapci0 info: [drm] AGP at 0xf0000000 128MB info: [drm] Initialized i915 1.5.0 20060119 drm1: on vgapci1 info: [drm] AGP at 0xf0000000 128MB info: [drm] Initialized i915 1.5.0 20060119 I notice this recurring error message in the tty too. error: [drm:pid725:i915_getparam] *ERROR* i915_getparam called with no initialization I have had FreeBSD installed on this laptop before (v6) and had no trouble with DRI then.. So whats changed? Should I revert from stable back to RELEASE? Googling for this error has returned useless results. My questions: a) Is this a problem with the kernel level drm driver or a problem with X? b) Any suggestions on a fix/workaround/patch? c) If I am sending this to the wrong place, please educate me as to where I should instead be asking. Thanks in advance. Alex.