From owner-freebsd-x11@freebsd.org Sat Feb 18 19:59:32 2017 Return-Path: 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 E4652CE538B for ; Sat, 18 Feb 2017 19:59:32 +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 C2D411262 for ; Sat, 18 Feb 2017 19:59:32 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: by h2.pinyon.org (Postfix, from userid 58) id 441AD14C29; Sat, 18 Feb 2017 12:59:31 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1487447971; bh=ERc4MhisrNI4WPERbSpfpD3hKH2YPdD3+RM64yZiTek=; h=To:From:Subject:Date; b=L0ioIgJZe1E8EixhajQgeGGKufCgUO05fLUtUMc0bsA8QjXQf5slNfB0Ff9HkWIuZ YEiezTzSeY72flh3JrW3GsaHVYeDVwhbO1bdluXdzE4TGGRFsp7re9w3oPXrqKBf5w jSd2oIAZWlBucbxDWXHil3A5chMXHp7bBp3+JRqo= 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 A712B14C23 for ; Sat, 18 Feb 2017 12:59:30 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1487447970; bh=ERc4MhisrNI4WPERbSpfpD3hKH2YPdD3+RM64yZiTek=; h=To:From:Subject:Date; b=gV1uCYHuKdp4Ow47ZoCFqOKGe0vYyEhSD6zehuQoyb4B6kp81ELQ4jrwpv2Ltsp6c Trll5aU2t7zlaS/VIVxlvOPl9f2nIlKbpWRJZQoblcLRWSMge+Z0LuKySaeM+QHIK7 8Vues2SvNSygoYMOS1ZJZpHQTnSYi09hOcE+SgSY= To: freebsd-x11@freebsd.org From: "Russell L. Carter" Subject: fwd: radeon GL woes Message-ID: <85f9e5ae-1477-9720-0a06-9a329b378089@pinyon.org> Date: Sat, 18 Feb 2017 12:59:30 -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-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 19:59:33 -0000 Greetings, I'm told freebsd-x11 might be a better list for this: 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