From owner-freebsd-x11@FreeBSD.ORG Wed Jan 25 17:07:40 2006 Return-Path: X-Original-To: freebsd-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 E71C316A420 for ; Wed, 25 Jan 2006 17:07:40 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE74543D66 for ; Wed, 25 Jan 2006 17:07:39 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (blue [127.0.0.1]) by aldan.algebra.com (8.13.4/8.13.4) with ESMTP id k0PH7cc3062280 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 25 Jan 2006 12:07:38 -0500 (EST) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.13.4/8.13.4/Submit) id k0PH7cr3062279 for freebsd-x11@freebsd.org; Wed, 25 Jan 2006 12:07:38 -0500 (EST) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: freebsd-x11@freebsd.org Date: Wed, 25 Jan 2006 12:07:37 -0500 User-Agent: KMail/1.8.2 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Subject: Troubles with i915, drm and Xorg-6.9.0 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: Wed, 25 Jan 2006 17:07:41 -0000 The direct rendering never worked with 5.x, but I had hopes for the recent work on the i915 module. I just upgraded the laptop, but still no DRI :-( On the freshly rebuilt FreeBSD/i386-6.x : (==) Using config file: "/etc/X11/XF86Config" (EE) I810(0): Failed to allocate HW (ARGB) cursor space. [drm] failed to load kernel module "i915" (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI. The i915.ko and the drm.ko modules are loaded -- I can see them with kldstat. Here is the Device section from the config file: Section "Device" Option "DRI" Option "XvMCSurfaces" "7" Option "PageFlip" Identifier "Card0" Option "MonitorLayout" "LFP" Driver "i810" VendorName "Intel Corporation" BoardName "82852/855GM Integrated Graphics Device" BusID "PCI:0:2:0" EndSection But the server is unhappy... Any hints? Thanks! -mi