From owner-freebsd-ports@freebsd.org Sat Feb 18 20:04:43 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 08F23CE55A8 for ; Sat, 18 Feb 2017 20:04:43 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward3p.cmail.yandex.net (forward3p.cmail.yandex.net [77.88.31.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B98241615 for ; Sat, 18 Feb 2017 20:04:42 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [37.140.190.28]) by forward3p.cmail.yandex.net (Yandex) with ESMTP id 7747520B67; Sat, 18 Feb 2017 23:04:33 +0300 (MSK) Received: from smtp3o.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3o.mail.yandex.net (Yandex) with ESMTP id B995D2940C1F; Sat, 18 Feb 2017 23:04:32 +0300 (MSK) Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 3woDG2ROoS-4Um4XIID; Sat, 18 Feb 2017 23:04:31 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1487448271; bh=Mb9G5f8hDGyxvm94zvlU8T9QTg+BwyI0UAVAj1HjAG4=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References; b=FsLQjzGPOyXDoas3TPd6GhojOpM3rvwi8iwoQ5MVgIXm07K51if0hBHD2vsoJzK7A 7mQfw6qUMYbjO/47nNZPcrHRJyyWumafu+kW52ut1s350yef80prxzEaFN8ng0+qZt 9HCTDWV/YxVaHUK/LlnM1jWut2SbSOdWMlSPiO24= Authentication-Results: smtp3o.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-Suid-Status: 1 0,1 0 Message-ID: <1487448268.90676.1.camel@yandex.com> Subject: Re: radeon GL woes From: Stari Karp To: "Russell L. Carter" , freebsd-ports@freebsd.org Date: Sat, 18 Feb 2017 15:04:28 -0500 In-Reply-To: <4906099e-e4d1-33e9-6af3-92b75173554e@pinyon.org> References: <4906099e-e4d1-33e9-6af3-92b75173554e@pinyon.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit 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 20:04:43 -0000 On Sat, 2017-02-18 at 12:15 -0700, 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. > > 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? > > Thanks, > Russell The above settings work on my system. My graphics card: vendor='Advanced Micro Devices, Inc. [AMD/ATI] device="RV770/MP8L [Mobility Radeon HD 4850}'