From owner-freebsd-ports@freebsd.org Sat Feb 18 19:42:02 2017 Return-Path: Delivered-To: freebsd-ports@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 15B5CCE508C for ; Sat, 18 Feb 2017 19:42:02 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 61B148E1 for ; Sat, 18 Feb 2017 19:42:00 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id VAA15411; Sat, 18 Feb 2017 21:41:52 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1cfAtE-000JDG-G2; Sat, 18 Feb 2017 21:41:52 +0200 Subject: Re: radeon GL woes To: "Russell L. Carter" , freebsd-ports@FreeBSD.org References: <4906099e-e4d1-33e9-6af3-92b75173554e@pinyon.org> From: Andriy Gapon Message-ID: <16870909-7ec9-5239-b05a-4602988526cd@FreeBSD.org> Date: Sat, 18 Feb 2017 21:40:56 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <4906099e-e4d1-33e9-6af3-92b75173554e@pinyon.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 19:42:02 -0000 On 18/02/2017 21:15, Russell L. Carter wrote: > So I've run into the radeon problem on xorg upgrade, running > mpv gives the > > libGL error: Version 7 or imageFromFds image extension not found > libGL error: failed to load driver: r600 > > error. I've been told that this is benign error and the r600 driver actually works. This is somehow related to DRI3 not being supported, but I don't know details. freebsd-x11@ could be a better list for this question. > Adding /usr/local/etc/X11/xorg.conf.d/dri.conf: > > Section "Device" > Identifier "Radeon" > Driver "radeon" > Option "DRI" "2" > EndSection > > has no effect. Nor does setting Option "DRI" "3" > > I am running without an xorg file, it has up till now > run great. > > I've reinstalled everything that I can think of, I build > via poudriere, and I got rid of the llvm37 and llvm38 that > were lurking on this system. > > Any ideas? -- Andriy Gapon