From owner-freebsd-stable@FreeBSD.ORG Tue Dec 27 21:16:34 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A01F816A41F for ; Tue, 27 Dec 2005 21:16:34 +0000 (GMT) (envelope-from patfbsds@davenulle.org) Received: from smtp.lamaiziere.net (lamaiziere.net [213.41.172.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B43B43D81 for ; Tue, 27 Dec 2005 21:16:29 +0000 (GMT) (envelope-from patfbsds@davenulle.org) Received: from [192.168.0.59] (unknown [192.168.0.59]) by smtp.lamaiziere.net (Postfix) with ESMTP id 73F84A785D for ; Tue, 27 Dec 2005 22:16:28 +0100 (CET) From: Patrick =?iso-8859-1?q?Lamaizi=E8re?= Organization: >/dave/nulle To: freebsd-stable@freebsd.org Date: Tue, 27 Dec 2005 22:16:29 +0100 User-Agent: KMail/1.8.3 References: <200512192035.jBJKZ9kD055721@lurza.secnetix.de> In-Reply-To: <200512192035.jBJKZ9kD055721@lurza.secnetix.de> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-Id: <200512272216.29561.patfbsds@davenulle.org> Subject: Re: i915drm X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 21:16:34 -0000 Le Lundi 19 Décembre 2005 21:35, Oliver Fromme : > Patrick Lamaizière wrote: > > But dri does not work, Xorg seems to look for a /dev/dri/card0 and > > i've got only one device /dev/dri/card1 ? > Strange. It works fine for me: With the patch from Alexey Popov (ftp://213.85.11.250/pub/drm3.patch) i've got the good device /dev/dri/card0 > Are you sure that you're using the latest RELENG_6 _and_ > the latest Xorg development snapshot? You need both for > things to work correctly. Yes i run 6.0-STABLE, graphics/dri-devel (dri-6.2.20050719,1) and x11-server/xorg-server-snap (xorg-server-6.8.99.903) With xorg-server-snap i've got the problem : $ glxgears ERROR: line 125, Function intelInitDriver, File intel_screen.c It seems better with xorg-6.8.2, dri is enabled and glxgears reports a FPS ~1200. I've got 500 FPS without DRI. more info about the chipset: agp0@pci0:2:0: class=0x030000 card=0x01641028 chip=0x35828086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82852GM/GME/GMV/PM, 855GM/GME Montara Integrated Graphics Device' class = display subclass = VGA Thanks.