From owner-freebsd-ports@freebsd.org Sat Feb 18 19:15:55 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 A8A0BCE4755 for ; Sat, 18 Feb 2017 19:15:55 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from h2.pinyon.org (h2.pinyon.org [65.101.20.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8696D1998 for ; Sat, 18 Feb 2017 19:15:54 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: by h2.pinyon.org (Postfix, from userid 58) id 98C1914AD6; Sat, 18 Feb 2017 12:15:48 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1487445348; bh=U+vpz5uwLwVD7EtAASVHib3+cDk90utLRWFR5LrVEYI=; h=To:From:Subject:Date; b=mV9/dYAZQe5OQ3F0yBxIhgb5IXtjmd268gzLNtyvUEZybS/PqbWUlJw5FYBK5woEO Wj0hZUkxuIhJxPddNn01pkGCzM8xDZnYs/qSVGvDTTdtv65i+MoD0OblhuG79IPDpw iNy/NXev2syFAl1AgpIGLt15XMANq73Ed3ZM4vZY= X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on h2.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from [10.0.10.15] (h1.pinyon.org [65.101.20.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by h2.pinyon.org (Postfix) with ESMTPSA id 19BED14AD2 for ; Sat, 18 Feb 2017 12:15:48 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1487445348; bh=U+vpz5uwLwVD7EtAASVHib3+cDk90utLRWFR5LrVEYI=; h=To:From:Subject:Date; b=mV9/dYAZQe5OQ3F0yBxIhgb5IXtjmd268gzLNtyvUEZybS/PqbWUlJw5FYBK5woEO Wj0hZUkxuIhJxPddNn01pkGCzM8xDZnYs/qSVGvDTTdtv65i+MoD0OblhuG79IPDpw iNy/NXev2syFAl1AgpIGLt15XMANq73Ed3ZM4vZY= To: freebsd-ports@freebsd.org From: "Russell L. Carter" Subject: radeon GL woes Message-ID: <4906099e-e4d1-33e9-6af3-92b75173554e@pinyon.org> Date: Sat, 18 Feb 2017 12:15:47 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed 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:15:55 -0000 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