From owner-freebsd-stable@FreeBSD.ORG Tue Oct 24 15:32:49 2006 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 C2A6A16A4B3 for ; Tue, 24 Oct 2006 15:32:49 +0000 (UTC) (envelope-from alexjeffburke@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96C4443D95 for ; Tue, 24 Oct 2006 15:32:34 +0000 (GMT) (envelope-from alexjeffburke@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so467910pyc for ; Tue, 24 Oct 2006 08:32:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=d3GyVtig46apj9pHnRi1AvEBDi37ObmbYPOwCgxklI9hix2vayLfPqtfQKN6eWXchz7JLW5cV5mmYAJPIvxq8cLbG8ENYZDbziA2YknDmv7O951i4WkR61OteFzyhmZ85GgMMMFh0wfSGlB/oMeGI+c9vtZdQNnlfqv2J8P1CXs= Received: by 10.35.19.6 with SMTP id w6mr9047741pyi; Tue, 24 Oct 2006 08:32:18 -0700 (PDT) Received: by 10.35.49.18 with HTTP; Tue, 24 Oct 2006 08:32:17 -0700 (PDT) Message-ID: Date: Tue, 24 Oct 2006 15:32:17 +0000 From: "Alex Burke" To: freebsd-stable@freebsd.org In-Reply-To: <200610241241.k9OCf8jp017693@lurza.secnetix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200610241241.k9OCf8jp017693@lurza.secnetix.de> Subject: Re: i915 DRM enabled in X.org log but not in glxinfo 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, 24 Oct 2006 15:32:49 -0000 Hi, I knew I must have been doing something extremly stupid....so thanks very much for your mention of the dri lib! I honestly thought that it came with the X server, but having installed graphics/dri , rebooted and brought X back up I have fully accelerated OpenGL. That was the last little niggle with FreeBSD on this system (an HP Pazilion with ICH4 chipset...graphics is an 85xM chip). Thanks, Alex J Burke.