From owner-freebsd-x11@freebsd.org  Wed Oct 19 14:04:16 2016
Return-Path: <owner-freebsd-x11@freebsd.org>
Delivered-To: freebsd-x11@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B141AC18CED
 for <freebsd-x11@mailman.ysv.freebsd.org>;
 Wed, 19 Oct 2016 14:04:16 +0000 (UTC) (envelope-from bennett@sdf.org)
Received: from sdf.lonestar.org (ol.sdf.org [192.94.73.20])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "ol.sdf.org", Issuer "ol.sdf.org" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 8A2B4E89
 for <freebsd-x11@freebsd.org>; Wed, 19 Oct 2016 14:04:16 +0000 (UTC)
 (envelope-from bennett@sdf.org)
Received: from sdf.org (IDENT:bennett@otaku.freeshell.org [192.94.73.9])
 by sdf.lonestar.org (8.15.2/8.14.5) with ESMTPS id u9JDxqF7022702
 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO)
 for <freebsd-x11@freebsd.org>; Wed, 19 Oct 2016 13:59:52 GMT
Received: (from bennett@localhost)
 by sdf.org (8.15.2/8.12.8/Submit) id u9JDxqsH018444
 for freebsd-x11@freebsd.org; Wed, 19 Oct 2016 08:59:52 -0500 (CDT)
From: Scott Bennett <bennett@sdf.org>
Message-Id: <201610191359.u9JDxqsH018444@sdf.org>
Date: Wed, 19 Oct 2016 08:59:52 -0500
To: freebsd-x11@freebsd.org
Subject: Re: maintainer-feedback requested: [Bug 213608] graphics/dri: config
 help lists invalid options
References: <bug-213608-7141@https.bugs.freebsd.org/bugzilla/>
 <bug-213608-7141-GmtGfKQr33@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213608-7141-GmtGfKQr33@https.bugs.freebsd.org/bugzilla/>
User-Agent: Heirloom mailx 12.5 6/20/10
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-x11@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: X11 on FreeBSD -- maintaining and support <freebsd-x11.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-x11>,
 <mailto:freebsd-x11-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-x11/>
List-Post: <mailto:freebsd-x11@freebsd.org>
List-Help: <mailto:freebsd-x11-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-x11>,
 <mailto:freebsd-x11-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 19 Oct 2016 14:04:16 -0000

bugzilla-noreply@freebsd.org wrote:

> dominik.muth@gmx.de has reassigned Bugzilla Automation <bugzilla@FreeBSD.org>'s
> request for maintainer-feedback to x11@FreeBSD.org:
> Bug 213608: graphics/dri: config help lists invalid options
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213608
>
>
>
> --- Description ---
> # make config
> ???????????????????????????????????? HELP
> ??????????????????????????????????????
> ? The GALLIUM option enables gallium (llvm) backed drivers such as for example
> ?
> ? the r600 and radeonsi driver. 					      
> ?
> ?									      
> ?
> ? The VDPAU option enables VDPAU drivers to decode video on the GPU via the   
> ?
> ? VDPAU library.							      
> ?
> ?									      
> ?
> ? The TEXTURE option enables texture-float support. However Silicon Graphics  
> ?
> ? owns the US Patent #6,650,327 [1]. Use at your own risk!		      
> ?
> ?									      
> ?
> ? See docs/patents.txt in the Mesa tarball or the follewing urls:	      
> ?
> ?									      
> ?
> ? [1] http://www.google.com/patents/about?id=mIIOAAAAEBAJ&dq=6650327	      
> ?
> ? [2] http://www.opengl.org/registry/specs/ARB/texture_float.txt	      
> ?
> ?									      
> ?
> ???????????????????????????????????????????????????????????????????????????????
> ?
> ?				    < EXIT >				      
> ?
> ???????????????????????????????????????????????????????????????????????????????
> ?
>
> but GALLIUM and VDPAU are not available.

     Well, I guess that answers my question before I could post it because
the above probably explains why I get

[  1249.637] (EE) AIGLX error: dlopen of /usr/local/lib/dri/r600_dri.so failed (/usr/local/lib/dri/r600_dri.so: Undefined symbol "_glapi_Dispatch")
[  1249.637] (EE) AIGLX: reverting to software rendering
[  1249.672] (EE) AIGLX error: dlopen of /usr/local/lib/dri/swrast_dri.so failed (/usr/local/lib/dri/swrast_dri.so: Undefined symbol "_glapi_Dispatch")
[  1249.672] (EE) GLX: could not load software renderer
[  1249.672] (II) GLX: no usable GL providers found for screen 0
[  1249.701] (EE) AIGLX error: dlopen of /usr/local/lib/dri/r600_dri.so failed (/usr/local/lib/dri/r600_dri.so: Undefined symbol "_glapi_Dispatch")
[  1249.701] (EE) AIGLX: reverting to software rendering
[  1249.729] (EE) AIGLX error: dlopen of /usr/local/lib/dri/swrast_dri.so failed (/usr/local/lib/dri/swrast_dri.so: Undefined symbol "_glapi_Dispatch")
[  1249.729] (EE) GLX: could not load software renderer
[  1249.729] (II) GLX: no usable GL providers found for screen 1

every time I start X.org.
>
> By the way, when will vdpau be back again on FreeBSD?

     Ditto for GALLIUM?  This machine has two Radeon HD 3870x2 cards in it
hooked together by a Crossfire cable.  Even though they are old hardware,
I'm sure they would do better than software rendering.  Yeah, I know
there's no Crossfire support, so I wasn't expecting that, but starting
several years ago, this list was abuzz with all the new versions with
GALLIUM support.  Now that I have a machine that needs it, I find out it
has become unavailable again.  Also, at this rate, I'm beginning to think
that I may never get to play with OpenCL.  Sigh. :-(


                                  Scott Bennett, Comm. ASMELG, CFIAG
**********************************************************************
* Internet:   bennett at sdf.org   *xor*   bennett at freeshell.org  *
*--------------------------------------------------------------------*
* "A well regulated and disciplined militia, is at all times a good  *
* objection to the introduction of that bane of all free governments *
* -- a standing army."                                               *
*    -- Gov. John Hancock, New York Journal, 28 January 1790         *
**********************************************************************